-
Notifications
You must be signed in to change notification settings - Fork 3
/
cityjson.sln
47 lines (47 loc) · 2.47 KB
/
cityjson.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tests", "tests\tests.csproj", "{EDD6522E-B075-491F-A584-D0F00DDFE2FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{71E67604-6B1D-4F0B-ACA7-0D8ABA157003}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{0764D927-F593-4514-A8B2-FEF50274E6C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cityjson", "src\cityjson.csproj", "{32967DF8-6C49-4415-8676-8AAAC62B17D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cityjson2pg", "samples\cityjson2pg\cityjson2pg.csproj", "{F6031E7E-24BA-45F4-8179-268BD1100E9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDD6522E-B075-491F-A584-D0F00DDFE2FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDD6522E-B075-491F-A584-D0F00DDFE2FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDD6522E-B075-491F-A584-D0F00DDFE2FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDD6522E-B075-491F-A584-D0F00DDFE2FC}.Release|Any CPU.Build.0 = Release|Any CPU
{32967DF8-6C49-4415-8676-8AAAC62B17D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32967DF8-6C49-4415-8676-8AAAC62B17D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32967DF8-6C49-4415-8676-8AAAC62B17D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32967DF8-6C49-4415-8676-8AAAC62B17D2}.Release|Any CPU.Build.0 = Release|Any CPU
{F6031E7E-24BA-45F4-8179-268BD1100E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6031E7E-24BA-45F4-8179-268BD1100E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6031E7E-24BA-45F4-8179-268BD1100E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6031E7E-24BA-45F4-8179-268BD1100E9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F6031E7E-24BA-45F4-8179-268BD1100E9D} = {0764D927-F593-4514-A8B2-FEF50274E6C3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2003E783-BBA4-44DE-ADE6-E1AAFDDE41B1}
EndGlobalSection
EndGlobal