-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenSvg.sln
63 lines (63 loc) · 3.6 KB
/
OpenSvg.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
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSvg", "OpenSvg\OpenSvg.csproj", "{04842913-D5DC-4209-91FE-1658FD218D9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7AB77338-436A-4893-B233-15A55ABC9368}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
docfx.json = docfx.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSvg.ConsoleTest", "OpenSvg.ConsoleTest\OpenSvg.ConsoleTest.csproj", "{6AA48506-33E9-4F65-9F10-51B8DEF9DAD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSvg.Tests", "OpenSvg.Tests\OpenSvg.Tests.csproj", "{3D6DE366-1193-4114-86B8-171F3FB73186}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs_project", "docs_project", "{2701FF4A-0ECC-4812-B2E2-AA96B3A1AF72}"
ProjectSection(SolutionItems) = preProject
docs_project\index.md = docs_project\index.md
docs_project\logo.svg = docs_project\logo.svg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSvg.Gtfs", "OpenSvg.Gtfs\OpenSvg.Gtfs.csproj", "{9049B6D7-6828-42FC-9A93-8E747A98DC0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSvg.Geographics", "OpenSvg.Geographics\OpenSvg.Geographics.csproj", "{41ED4C02-EDE7-420D-A8D8-ECC220DF0DE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04842913-D5DC-4209-91FE-1658FD218D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04842913-D5DC-4209-91FE-1658FD218D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04842913-D5DC-4209-91FE-1658FD218D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04842913-D5DC-4209-91FE-1658FD218D9A}.Release|Any CPU.Build.0 = Release|Any CPU
{6AA48506-33E9-4F65-9F10-51B8DEF9DAD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AA48506-33E9-4F65-9F10-51B8DEF9DAD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AA48506-33E9-4F65-9F10-51B8DEF9DAD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AA48506-33E9-4F65-9F10-51B8DEF9DAD4}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6DE366-1193-4114-86B8-171F3FB73186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6DE366-1193-4114-86B8-171F3FB73186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6DE366-1193-4114-86B8-171F3FB73186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6DE366-1193-4114-86B8-171F3FB73186}.Release|Any CPU.Build.0 = Release|Any CPU
{9049B6D7-6828-42FC-9A93-8E747A98DC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9049B6D7-6828-42FC-9A93-8E747A98DC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9049B6D7-6828-42FC-9A93-8E747A98DC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9049B6D7-6828-42FC-9A93-8E747A98DC0F}.Release|Any CPU.Build.0 = Release|Any CPU
{41ED4C02-EDE7-420D-A8D8-ECC220DF0DE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41ED4C02-EDE7-420D-A8D8-ECC220DF0DE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41ED4C02-EDE7-420D-A8D8-ECC220DF0DE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41ED4C02-EDE7-420D-A8D8-ECC220DF0DE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAE9B5D8-DBD6-4965-A017-5619D25EDFA9}
EndGlobalSection
EndGlobal