-
Notifications
You must be signed in to change notification settings - Fork 4
/
Srtm2Osm.sln
90 lines (90 loc) · 4.95 KB
/
Srtm2Osm.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02C85369-758F-4120-89B7-E1518044A480}"
ProjectSection(SolutionItems) = preProject
BuildSrtm2Osm.bat = BuildSrtm2Osm.bat
CustomDictionary.xml = CustomDictionary.xml
Scripts\NAntCommon.build = Scripts\NAntCommon.build
Srtm2Osm.build = Srtm2Osm.build
Srtm2Osm.doxy = Srtm2Osm.doxy
Srtm2Osm.FxCop = Srtm2Osm.FxCop
Srtm2Osm.ProjectVersion.txt = Srtm2Osm.ProjectVersion.txt
EndProjectSection
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OsmUtils.OsmClient", "OsmUtils.OsmClient\OsmUtils.OsmClient.csproj", "{B1D31BAC-CEDF-4972-A3EA-0D73F7CA1FBE}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OsmUtils.Framework", "OsmUtils.Framework\OsmUtils.Framework.csproj", "{E7BED76C-C9D3-41DF-895E-9AE33230AC2C}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Srtm2Osm", "Srtm2Osm\Srtm2Osm.csproj", "{63C3B2F6-D8B3-4074-94DB-DB3222F5CAA8}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brejc.DemLibrary", "Brejc.DemLibrary\Brejc.DemLibrary.csproj", "{D4F3E35D-3C30-4B8C-B2A9-EC2B3EE649FB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brejc.Geometry", "Brejc.Geometry\Brejc.Geometry.csproj", "{EEDD0CA6-FE3D-49B1-B473-1F193C5FB59B}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brejc.Common.Library", "Brejc.Common.Library\Brejc.Common.Library.csproj", "{D4BAE3FE-4326-4E6D-B1AC-9769D92A8D2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1D31BAC-CEDF-4972-A3EA-0D73F7CA1FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D31BAC-CEDF-4972-A3EA-0D73F7CA1FBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D31BAC-CEDF-4972-A3EA-0D73F7CA1FBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D31BAC-CEDF-4972-A3EA-0D73F7CA1FBE}.Release|Any CPU.Build.0 = Release|Any CPU
{E7BED76C-C9D3-41DF-895E-9AE33230AC2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7BED76C-C9D3-41DF-895E-9AE33230AC2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7BED76C-C9D3-41DF-895E-9AE33230AC2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7BED76C-C9D3-41DF-895E-9AE33230AC2C}.Release|Any CPU.Build.0 = Release|Any CPU
{63C3B2F6-D8B3-4074-94DB-DB3222F5CAA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C3B2F6-D8B3-4074-94DB-DB3222F5CAA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C3B2F6-D8B3-4074-94DB-DB3222F5CAA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C3B2F6-D8B3-4074-94DB-DB3222F5CAA8}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F3E35D-3C30-4B8C-B2A9-EC2B3EE649FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F3E35D-3C30-4B8C-B2A9-EC2B3EE649FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F3E35D-3C30-4B8C-B2A9-EC2B3EE649FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F3E35D-3C30-4B8C-B2A9-EC2B3EE649FB}.Release|Any CPU.Build.0 = Release|Any CPU
{EEDD0CA6-FE3D-49B1-B473-1F193C5FB59B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEDD0CA6-FE3D-49B1-B473-1F193C5FB59B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEDD0CA6-FE3D-49B1-B473-1F193C5FB59B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEDD0CA6-FE3D-49B1-B473-1F193C5FB59B}.Release|Any CPU.Build.0 = Release|Any CPU
{D4BAE3FE-4326-4E6D-B1AC-9769D92A8D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4BAE3FE-4326-4E6D-B1AC-9769D92A8D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4BAE3FE-4326-4E6D-B1AC-9769D92A8D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4BAE3FE-4326-4E6D-B1AC-9769D92A8D2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5869F05E-263A-4383-BDB2-3AB38224526C}
EndGlobalSection
EndGlobal