-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNetTopologySuite.Features.sln
38 lines (38 loc) · 1.97 KB
/
NetTopologySuite.Features.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTopologySuite.Features", "src\NetTopologySuite.Features\NetTopologySuite.Features.csproj", "{43865E17-0311-4F52-A8A9-00334DD8F76A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8896CE87-BB66-4E1B-BE38-2491C949D7E5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTopologySuite.Features.Test", "test\NetTopologySuite.Features.Test\NetTopologySuite.Features.Test.csproj", "{AB86A1F4-C37C-46FF-BF5D-0A44B175FE07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43865E17-0311-4F52-A8A9-00334DD8F76A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43865E17-0311-4F52-A8A9-00334DD8F76A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43865E17-0311-4F52-A8A9-00334DD8F76A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43865E17-0311-4F52-A8A9-00334DD8F76A}.Release|Any CPU.Build.0 = Release|Any CPU
{AB86A1F4-C37C-46FF-BF5D-0A44B175FE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB86A1F4-C37C-46FF-BF5D-0A44B175FE07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB86A1F4-C37C-46FF-BF5D-0A44B175FE07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB86A1F4-C37C-46FF-BF5D-0A44B175FE07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3826863-C317-46C7-8936-B50183D17AAE}
EndGlobalSection
EndGlobal