-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBikeMap.sln
58 lines (58 loc) · 3.7 KB
/
BikeMap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BikeMap", "BikeMap.csproj", "{1F3EE4B7-D4AC-4B44-ADCF-7D31BC298F38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{8F0E338C-937F-4283-AD70-4B490944A4AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GMap", "GMap\GMap.csproj", "{9883C966-2DB3-47D4-8BC2-66357CFC6AAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPX", "GPX\GPX.csproj", "{E90119AB-4A81-4627-B909-736860915C46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPXv2", "GPXv2\GPXv2.csproj", "{E5559B8E-500C-4E43-948F-C89BF97C3075}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFloydWarshall", "..\TestFloydWarshall\TestFloydWarshall.csproj", "{929145D7-ED96-4318-934C-2284CFBCE73E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHash", "..\TestHash\TestHash.csproj", "{1D2BB50E-C006-45D4-8BE6-A1CD6BA16219}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F3EE4B7-D4AC-4B44-ADCF-7D31BC298F38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F3EE4B7-D4AC-4B44-ADCF-7D31BC298F38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F3EE4B7-D4AC-4B44-ADCF-7D31BC298F38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F3EE4B7-D4AC-4B44-ADCF-7D31BC298F38}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0E338C-937F-4283-AD70-4B490944A4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0E338C-937F-4283-AD70-4B490944A4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0E338C-937F-4283-AD70-4B490944A4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0E338C-937F-4283-AD70-4B490944A4AB}.Release|Any CPU.Build.0 = Release|Any CPU
{9883C966-2DB3-47D4-8BC2-66357CFC6AAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9883C966-2DB3-47D4-8BC2-66357CFC6AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9883C966-2DB3-47D4-8BC2-66357CFC6AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9883C966-2DB3-47D4-8BC2-66357CFC6AAC}.Release|Any CPU.Build.0 = Release|Any CPU
{E90119AB-4A81-4627-B909-736860915C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E90119AB-4A81-4627-B909-736860915C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E90119AB-4A81-4627-B909-736860915C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E90119AB-4A81-4627-B909-736860915C46}.Release|Any CPU.Build.0 = Release|Any CPU
{E5559B8E-500C-4E43-948F-C89BF97C3075}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5559B8E-500C-4E43-948F-C89BF97C3075}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5559B8E-500C-4E43-948F-C89BF97C3075}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5559B8E-500C-4E43-948F-C89BF97C3075}.Release|Any CPU.Build.0 = Release|Any CPU
{929145D7-ED96-4318-934C-2284CFBCE73E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{929145D7-ED96-4318-934C-2284CFBCE73E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{929145D7-ED96-4318-934C-2284CFBCE73E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{929145D7-ED96-4318-934C-2284CFBCE73E}.Release|Any CPU.Build.0 = Release|Any CPU
{1D2BB50E-C006-45D4-8BE6-A1CD6BA16219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D2BB50E-C006-45D4-8BE6-A1CD6BA16219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D2BB50E-C006-45D4-8BE6-A1CD6BA16219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D2BB50E-C006-45D4-8BE6-A1CD6BA16219}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal