-
Notifications
You must be signed in to change notification settings - Fork 0
/
FirstResponder.sln
44 lines (44 loc) · 2.58 KB
/
FirstResponder.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07523733-7033-4519-8495-94F99821453D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstResponder.ApplicationCore", "src\FirstResponder.ApplicationCore\FirstResponder.ApplicationCore.csproj", "{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstResponder.Infrastructure", "src\FirstResponder.Infrastructure\FirstResponder.Infrastructure.csproj", "{49C887B9-A6E7-4A3D-BCE2-7299277E2041}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstResponder.Web", "src\FirstResponder.Web\FirstResponder.Web.csproj", "{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD}.Release|Any CPU.Build.0 = Release|Any CPU
{49C887B9-A6E7-4A3D-BCE2-7299277E2041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49C887B9-A6E7-4A3D-BCE2-7299277E2041}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49C887B9-A6E7-4A3D-BCE2-7299277E2041}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49C887B9-A6E7-4A3D-BCE2-7299277E2041}.Release|Any CPU.Build.0 = Release|Any CPU
{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FFE521B3-9B2D-46BD-B33C-3AB87BDAADCD} = {07523733-7033-4519-8495-94F99821453D}
{49C887B9-A6E7-4A3D-BCE2-7299277E2041} = {07523733-7033-4519-8495-94F99821453D}
{2BE50C8F-CEA8-4073-9C76-1F5A4C0F9833} = {07523733-7033-4519-8495-94F99821453D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CDEDC8F-D2E2-4F3D-BE88-61A1AE88769D}
EndGlobalSection
EndGlobal