-
Notifications
You must be signed in to change notification settings - Fork 7
/
MapControl.sln
48 lines (48 loc) · 2.25 KB
/
MapControl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "DemoApp\DemoApp.csproj", "{4E8D95A5-2836-4C63-98FC-3F8A3B1BEA0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapControl", "MapControl\MapControl.csproj", "{F347F6DD-9C88-4671-B427-BE8BD84D1EB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0B95A44-65A2-4D06-A8CD-E8EB1759EBB4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{676CD423-E06A-45D0-AAC7-52D04DF8A8E8}"
ProjectSection(SolutionItems) = preProject
Docs\CustomData.md = Docs\CustomData.md
Docs\Demo.png = Docs\Demo.png
Docs\Index.md = Docs\Index.md
Docs\TileServer.md = Docs\TileServer.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E8D95A5-2836-4C63-98FC-3F8A3B1BEA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8D95A5-2836-4C63-98FC-3F8A3B1BEA0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8D95A5-2836-4C63-98FC-3F8A3B1BEA0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8D95A5-2836-4C63-98FC-3F8A3B1BEA0C}.Release|Any CPU.Build.0 = Release|Any CPU
{F347F6DD-9C88-4671-B427-BE8BD84D1EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F347F6DD-9C88-4671-B427-BE8BD84D1EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F347F6DD-9C88-4671-B427-BE8BD84D1EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F347F6DD-9C88-4671-B427-BE8BD84D1EB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{676CD423-E06A-45D0-AAC7-52D04DF8A8E8} = {B0B95A44-65A2-4D06-A8CD-E8EB1759EBB4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51C75D7C-7F75-4D50-9F68-AD1A4D5A22F1}
EndGlobalSection
EndGlobal