-
Notifications
You must be signed in to change notification settings - Fork 12
/
NetTopologySuite.IO.SqlServerBytes.sln
38 lines (38 loc) · 2.04 KB
/
NetTopologySuite.IO.SqlServerBytes.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.0.32112.339
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTopologySuite.IO.SqlServerBytes", "src\NetTopologySuite.IO.SqlServerBytes\NetTopologySuite.IO.SqlServerBytes.csproj", "{0402AAFA-DC37-4844-97E2-6205C5BE8882}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTopologySuite.IO.SqlServerBytes.Test", "test\NetTopologySuite.IO.SqlServerBytes.Test\NetTopologySuite.IO.SqlServerBytes.Test.csproj", "{D793B2F0-9612-4511-8932-D0D2028691AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Items", "Items", "{6A5A94FB-AA3A-4EE4-ADBC-F9DF7D9829E5}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0402AAFA-DC37-4844-97E2-6205C5BE8882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0402AAFA-DC37-4844-97E2-6205C5BE8882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0402AAFA-DC37-4844-97E2-6205C5BE8882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0402AAFA-DC37-4844-97E2-6205C5BE8882}.Release|Any CPU.Build.0 = Release|Any CPU
{D793B2F0-9612-4511-8932-D0D2028691AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D793B2F0-9612-4511-8932-D0D2028691AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D793B2F0-9612-4511-8932-D0D2028691AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D793B2F0-9612-4511-8932-D0D2028691AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00C34697-7D1D-4794-B3A0-7DE54D6654C5}
EndGlobalSection
EndGlobal