-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSarge2.Api.sln
44 lines (44 loc) · 2.48 KB
/
Sarge2.Api.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 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5D27AD09-04FD-4FF8-8523-F743146D5B45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D300152-1FFC-43EC-B046-B704B36F9480}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sarge2.Api", "src\Sarge2.Api\Sarge2.Api.csproj", "{D963AA02-B91F-43CC-A434-F7916A67FDAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sarge.Maps", "src\Sarge.Maps\Sarge.Maps.csproj", "{96987C29-F2BC-4435-B08E-13174E0452B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sarge.Maps.Tests", "src\Sarge.Maps.Tests\Sarge.Maps.Tests.csproj", "{EB0F1D23-91D6-4839-9CF5-71D271AF8591}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D963AA02-B91F-43CC-A434-F7916A67FDAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D963AA02-B91F-43CC-A434-F7916A67FDAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D963AA02-B91F-43CC-A434-F7916A67FDAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D963AA02-B91F-43CC-A434-F7916A67FDAC}.Release|Any CPU.Build.0 = Release|Any CPU
{96987C29-F2BC-4435-B08E-13174E0452B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96987C29-F2BC-4435-B08E-13174E0452B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96987C29-F2BC-4435-B08E-13174E0452B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96987C29-F2BC-4435-B08E-13174E0452B7}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0F1D23-91D6-4839-9CF5-71D271AF8591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0F1D23-91D6-4839-9CF5-71D271AF8591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0F1D23-91D6-4839-9CF5-71D271AF8591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0F1D23-91D6-4839-9CF5-71D271AF8591}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D963AA02-B91F-43CC-A434-F7916A67FDAC} = {5D27AD09-04FD-4FF8-8523-F743146D5B45}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B52F93C2-03EC-4CD9-A202-026B60542AD9}
EndGlobalSection
EndGlobal