forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharpMapServer.sln
51 lines (51 loc) · 3.29 KB
/
SharpMapServer.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMap", "SharpMap\SharpMap.csproj", "{C83777FC-AABB-47D9-911F-D76255D4D541}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMapServer", "SharpMapServer\SharpMapServer.csproj", "{FCA0E48D-9803-4F63-BA14-AB8F8810709B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMap.Web", "SharpMap.Web\SharpMap.Web.csproj", "{292EF671-4063-4952-8DE0-423DF72A0950}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugDSProjection|Any CPU = DebugDSProjection|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseDSProjection|Any CPU = ReleaseDSProjection|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C83777FC-AABB-47D9-911F-D76255D4D541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.DebugDSProjection|Any CPU.ActiveCfg = Debug|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.DebugDSProjection|Any CPU.Build.0 = Debug|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.Release|Any CPU.Build.0 = Release|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.ReleaseDSProjection|Any CPU.ActiveCfg = Release|Any CPU
{C83777FC-AABB-47D9-911F-D76255D4D541}.ReleaseDSProjection|Any CPU.Build.0 = Release|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.DebugDSProjection|Any CPU.ActiveCfg = Debug|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.DebugDSProjection|Any CPU.Build.0 = Debug|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.Release|Any CPU.Build.0 = Release|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.ReleaseDSProjection|Any CPU.ActiveCfg = Release|Any CPU
{FCA0E48D-9803-4F63-BA14-AB8F8810709B}.ReleaseDSProjection|Any CPU.Build.0 = Release|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.DebugDSProjection|Any CPU.ActiveCfg = Debug|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.DebugDSProjection|Any CPU.Build.0 = Debug|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.Release|Any CPU.Build.0 = Release|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.ReleaseDSProjection|Any CPU.ActiveCfg = Release|Any CPU
{292EF671-4063-4952-8DE0-423DF72A0950}.ReleaseDSProjection|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05A96BE6-3DB6-4E05-80C2-BB90ABD77ED6}
EndGlobalSection
EndGlobal