forked from DotSpatial/NetTopologySuiteV1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDSNetTopologySuite.sln
50 lines (50 loc) · 2.42 KB
/
DSNetTopologySuite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A11130E8-4942-432A-97B7-ADEEFB34A977}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
NTS.Converter.DotSpatial.nuspec = NTS.Converter.DotSpatial.nuspec
NTS.IO.GeoJSON.nuspec = NTS.IO.GeoJSON.nuspec
NTS.IO.nuspec = NTS.IO.nuspec
NTS.IO.SpatiaLite.nuspec = NTS.IO.SpatiaLite.nuspec
NTS.IO.SqlServer.nuspec = NTS.IO.SqlServer.nuspec
NTS.nuspec = NTS.nuspec
SharedAssemblyVersion.cs = SharedAssemblyVersion.cs
TeamCity.targets = TeamCity.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetTopologySuite", "NetTopologySuite\NetTopologySuite.csproj", "{5770DAA9-84E5-4770-AF43-F6B815894368}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GeoAPI", "GeoAPI", "{47BCD40A-C4CF-4E5D-BC90-0491DAC12778}"
ProjectSection(SolutionItems) = preProject
BuildTools\GeoAPI.Pcl.Reference.targets = BuildTools\GeoAPI.Pcl.Reference.targets
BuildTools\GeoAPI.Reference.targets = BuildTools\GeoAPI.Reference.targets
BuildTools\GeoAPI.targets = BuildTools\GeoAPI.targets
BuildTools\GeoAPI.version = BuildTools\GeoAPI.version
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseLinux|Any CPU = ReleaseLinux|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5770DAA9-84E5-4770-AF43-F6B815894368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5770DAA9-84E5-4770-AF43-F6B815894368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5770DAA9-84E5-4770-AF43-F6B815894368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5770DAA9-84E5-4770-AF43-F6B815894368}.Release|Any CPU.Build.0 = Release|Any CPU
{5770DAA9-84E5-4770-AF43-F6B815894368}.ReleaseLinux|Any CPU.ActiveCfg = Release|Any CPU
{5770DAA9-84E5-4770-AF43-F6B815894368}.ReleaseLinux|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47BCD40A-C4CF-4E5D-BC90-0491DAC12778} = {A11130E8-4942-432A-97B7-ADEEFB34A977}
EndGlobalSection
EndGlobal