-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMapViewerEngine.sln
37 lines (37 loc) · 2.1 KB
/
MapViewerEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapViewerEngine", "MapViewerEngine\MapViewerEngine.csproj", "{8B824361-4511-4E9B-80FB-B20845A5D826}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapViewerEngine.Server", "MapViewerEngine.Server\MapViewerEngine.Server.csproj", "{DAAA6B31-06AF-417E-87E2-0DA9911AAF00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapViewerEngine.Shared", "MapViewerEngine.Shared\MapViewerEngine.Shared.csproj", "{1D14B669-0645-46C6-B778-161D179FAC8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B824361-4511-4E9B-80FB-B20845A5D826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B824361-4511-4E9B-80FB-B20845A5D826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B824361-4511-4E9B-80FB-B20845A5D826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B824361-4511-4E9B-80FB-B20845A5D826}.Release|Any CPU.Build.0 = Release|Any CPU
{DAAA6B31-06AF-417E-87E2-0DA9911AAF00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAAA6B31-06AF-417E-87E2-0DA9911AAF00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAAA6B31-06AF-417E-87E2-0DA9911AAF00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAAA6B31-06AF-417E-87E2-0DA9911AAF00}.Release|Any CPU.Build.0 = Release|Any CPU
{1D14B669-0645-46C6-B778-161D179FAC8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D14B669-0645-46C6-B778-161D179FAC8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D14B669-0645-46C6-B778-161D179FAC8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D14B669-0645-46C6-B778-161D179FAC8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B01E6C57-8C3E-412F-911D-011AB331E3B2}
EndGlobalSection
EndGlobal