-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathGeoJSON.Text.sln
More file actions
46 lines (46 loc) · 2.6 KB
/
GeoJSON.Text.sln
File metadata and controls
46 lines (46 loc) · 2.6 KB
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 Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7AFBD129-E5A1-48D0-B7F6-7CCD6D06AF17}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\ci-build.yml = ..\.github\workflows\ci-build.yml
..\.github\workflows\continous-benchmark.yml = ..\.github\workflows\continous-benchmark.yml
..\LICENSE.md = ..\LICENSE.md
..\README.md = ..\README.md
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoJSON.Text", "GeoJSON.Text\GeoJSON.Text.csproj", "{ECD95D99-8429-4358-92AE-1C51061D774C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoJSON.Text.Test.Unit", "GeoJSON.Text.Test.Unit\GeoJSON.Text.Test.Unit.csproj", "{6C93B314-9208-4684-B873-172F7EC81689}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoJSON.Text.Test.Benchmark", "GeoJSON.Text.Test.Benchmark\GeoJSON.Text.Test.Benchmark.csproj", "{7C065EE0-D877-4D1C-AF2C-A6A6665C64DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECD95D99-8429-4358-92AE-1C51061D774C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECD95D99-8429-4358-92AE-1C51061D774C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECD95D99-8429-4358-92AE-1C51061D774C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECD95D99-8429-4358-92AE-1C51061D774C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C93B314-9208-4684-B873-172F7EC81689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C93B314-9208-4684-B873-172F7EC81689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C93B314-9208-4684-B873-172F7EC81689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C93B314-9208-4684-B873-172F7EC81689}.Release|Any CPU.Build.0 = Release|Any CPU
{7C065EE0-D877-4D1C-AF2C-A6A6665C64DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C065EE0-D877-4D1C-AF2C-A6A6665C64DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C065EE0-D877-4D1C-AF2C-A6A6665C64DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C065EE0-D877-4D1C-AF2C-A6A6665C64DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E7C0A56-E964-4B08-A0AA-58CC9AFD17E0}
EndGlobalSection
EndGlobal