This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathItinero.Geo.sln
94 lines (94 loc) · 5.6 KB
/
Itinero.Geo.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4B330D21-2EE5-4C34-B716-0DB1FBC58E29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C142786B-F60E-4B6B-B9F2-1D25C3A3D7B5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
NOTICE.md = NOTICE.md
README.md = README.md
SharedAssemblyVersion.cs = SharedAssemblyVersion.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7E594B3F-4CA9-4198-B90D-DD16972D0481}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{77BC0AC3-41A6-4672-A3AB-9C27710756BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspec", "nuspec", "{8BEE6496-C8C3-4815-8481-530E6706717B}"
ProjectSection(SolutionItems) = preProject
nuspec\Itinero.Geo.nuspec = nuspec\Itinero.Geo.nuspec
nuspec\Itinero.IO.Shape.nuspec = nuspec\Itinero.IO.Shape.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Itinero.Geo", "src\Itinero.Geo\Itinero.Geo.csproj", "{596D3128-D18F-49F0-A7AD-2D94362819B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Itinero.IO.Shape", "src\Itinero.IO.Shape\Itinero.IO.Shape.csproj", "{79003AC2-B9AF-4F51-AA95-C061771A9689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{71C3E43F-7206-435F-8A43-92F79B2777B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "releasenotes", "releasenotes", "{7B0DAA6C-67CD-4BCD-97AC-B81804EAA2F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itinero.Geo.Tests.Functional", "test\Itinero.Geo.Tests.Functional\Itinero.Geo.Tests.Functional.csproj", "{E98227A4-904D-41B8-BD44-1FF6E71DFD68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Shape", "samples\Sample.Shape\Sample.Shape.csproj", "{0C3088A2-2243-42DF-8AAB-A9F82026C884}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Debug|x64.Build.0 = Debug|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Release|Any CPU.Build.0 = Release|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Release|x64.ActiveCfg = Release|Any CPU
{596D3128-D18F-49F0-A7AD-2D94362819B8}.Release|x64.Build.0 = Release|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Debug|x64.ActiveCfg = Debug|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Debug|x64.Build.0 = Debug|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Release|Any CPU.Build.0 = Release|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Release|x64.ActiveCfg = Release|Any CPU
{79003AC2-B9AF-4F51-AA95-C061771A9689}.Release|x64.Build.0 = Release|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Debug|x64.ActiveCfg = Debug|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Debug|x64.Build.0 = Debug|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Release|Any CPU.Build.0 = Release|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Release|x64.ActiveCfg = Release|Any CPU
{E98227A4-904D-41B8-BD44-1FF6E71DFD68}.Release|x64.Build.0 = Release|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Debug|x64.ActiveCfg = Debug|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Debug|x64.Build.0 = Debug|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Release|Any CPU.Build.0 = Release|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Release|x64.ActiveCfg = Release|Any CPU
{0C3088A2-2243-42DF-8AAB-A9F82026C884}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{596D3128-D18F-49F0-A7AD-2D94362819B8} = {4B330D21-2EE5-4C34-B716-0DB1FBC58E29}
{79003AC2-B9AF-4F51-AA95-C061771A9689} = {4B330D21-2EE5-4C34-B716-0DB1FBC58E29}
{7B0DAA6C-67CD-4BCD-97AC-B81804EAA2F8} = {71C3E43F-7206-435F-8A43-92F79B2777B8}
{E98227A4-904D-41B8-BD44-1FF6E71DFD68} = {7E594B3F-4CA9-4198-B90D-DD16972D0481}
{0C3088A2-2243-42DF-8AAB-A9F82026C884} = {77BC0AC3-41A6-4672-A3AB-9C27710756BE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CAD21BB-E8B6-4C84-BCB4-1BC7AC793961}
EndGlobalSection
EndGlobal