forked from NetTopologySuite/GeoAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoAPI.sln
46 lines (46 loc) · 2.63 KB
/
GeoAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI", "GeoAPI\GeoAPI.csproj", "{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.Pcl", "GeoAPI.Pcl\GeoAPI.Pcl.csproj", "{92B3B84B-50F1-4147-8B97-D93B90FA5514}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D0DCE6F6-83C2-4214-8E8A-847D02A4461A}"
ProjectSection(SolutionItems) = preProject
GeoAPI.nuspec = GeoAPI.nuspec
TeamCity.targets = TeamCity.targets
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeoAPI.NetCore", "GeoAPI.NetCore\GeoAPI.NetCore.xproj", "{EEF37CAB-4F83-4366-8533-3D7C16B449C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CIBuild|Any CPU = CIBuild|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.CIBuild|Any CPU.ActiveCfg = CIBuild|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.CIBuild|Any CPU.Build.0 = CIBuild|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Release|Any CPU.Build.0 = Release|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.CIBuild|Any CPU.ActiveCfg = CIBuild|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.CIBuild|Any CPU.Build.0 = CIBuild|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92B3B84B-50F1-4147-8B97-D93B90FA5514}.Release|Any CPU.Build.0 = Release|Any CPU
{EEF37CAB-4F83-4366-8533-3D7C16B449C7}.CIBuild|Any CPU.ActiveCfg = CIBuild|Any CPU
{EEF37CAB-4F83-4366-8533-3D7C16B449C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEF37CAB-4F83-4366-8533-3D7C16B449C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF37CAB-4F83-4366-8533-3D7C16B449C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF37CAB-4F83-4366-8533-3D7C16B449C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal