-
Notifications
You must be signed in to change notification settings - Fork 1
/
OsmPipeline.sln
54 lines (54 loc) · 3 KB
/
OsmPipeline.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmPipeline", "OsmPipeline\OsmPipeline.csproj", "{5E4DFB66-8ED2-481A-A1AD-D9E18A8FB996}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fittings", "Fittings\Fittings.csproj", "{74D1DE06-192B-4BA5-B76B-BB479394D8C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{7EDBE4B1-5AF9-4F3C-92E1-1EA31AA6B340}"
ProjectSection(SolutionItems) = preProject
Data\Boundaries.geojson = Data\Boundaries.geojson
Data\ErrorObjectIDs.json = Data\ErrorObjectIDs.json
Data\MaineMunicipalities.json = Data\MaineMunicipalities.json
Data\PLACE_TYPE.json = Data\PLACE_TYPE.json
Data\StreetSUFFIX.json = Data\StreetSUFFIX.json
Data\TagTree.json = Data\TagTree.json
Data\UNIT.json = Data\UNIT.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoneNumbers", "PhoneNumbers\PhoneNumbers.csproj", "{90229592-0461-4983-8623-DA64A87966C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaineRoads", "MaineRoads\MaineRoads.csproj", "{B09182DE-3DC1-4BB4-B13D-BBA31071F5AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E4DFB66-8ED2-481A-A1AD-D9E18A8FB996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E4DFB66-8ED2-481A-A1AD-D9E18A8FB996}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E4DFB66-8ED2-481A-A1AD-D9E18A8FB996}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E4DFB66-8ED2-481A-A1AD-D9E18A8FB996}.Release|Any CPU.Build.0 = Release|Any CPU
{74D1DE06-192B-4BA5-B76B-BB479394D8C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D1DE06-192B-4BA5-B76B-BB479394D8C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D1DE06-192B-4BA5-B76B-BB479394D8C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D1DE06-192B-4BA5-B76B-BB479394D8C6}.Release|Any CPU.Build.0 = Release|Any CPU
{90229592-0461-4983-8623-DA64A87966C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90229592-0461-4983-8623-DA64A87966C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90229592-0461-4983-8623-DA64A87966C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90229592-0461-4983-8623-DA64A87966C3}.Release|Any CPU.Build.0 = Release|Any CPU
{B09182DE-3DC1-4BB4-B13D-BBA31071F5AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B09182DE-3DC1-4BB4-B13D-BBA31071F5AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B09182DE-3DC1-4BB4-B13D-BBA31071F5AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B09182DE-3DC1-4BB4-B13D-BBA31071F5AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA8F1CCF-D226-4F28-8077-CF154A044FD7}
EndGlobalSection
EndGlobal