-
Notifications
You must be signed in to change notification settings - Fork 21
/
Sandwych.MapMatchingKit.sln
95 lines (95 loc) · 5.51 KB
/
Sandwych.MapMatchingKit.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
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.Hmm", "src\Sandwych.Hmm\Sandwych.Hmm.csproj", "{13A3865C-37AB-49B6-9687-CA285DF2EB04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.Hmm.Tests", "test\Sandwych.Hmm.Tests\Sandwych.Hmm.Tests.csproj", "{0F1F7B8D-A56F-4028-9701-7636482404E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5F02380C-9094-411E-9CB8-40B6259F79D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.MapMatchingKit", "src\Sandwych.MapMatchingKit\Sandwych.MapMatchingKit.csproj", "{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.MapMatchingKit.Tests", "test\Sandwych.MapMatchingKit.Tests\Sandwych.MapMatchingKit.Tests.csproj", "{6B856AA6-C7E4-4F3D-8D18-35871BAED45F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{DF6975B6-10B3-49EA-966D-0F623BB27BE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.MapMatchingKit.Examples.HelloWorldApp", "examples\Sandwych.MapMatchingKit.Examples.HelloWorldApp\Sandwych.MapMatchingKit.Examples.HelloWorldApp.csproj", "{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{CCB5D40B-40A8-43C2-B0E2-F2B6F5D73917}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmark", "Benchmark", "{CCEE7207-D1DA-4590-A89A-897FC90D3A87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.MapMatchingKit.BenchmarkApp", "benchmark\Sandwych.MapMatchingKit.BenchmarkApp\Sandwych.MapMatchingKit.BenchmarkApp.csproj", "{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13A3865C-37AB-49B6-9687-CA285DF2EB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A3865C-37AB-49B6-9687-CA285DF2EB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A3865C-37AB-49B6-9687-CA285DF2EB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A3865C-37AB-49B6-9687-CA285DF2EB04}.Release|Any CPU.Build.0 = Release|Any CPU
{0F1F7B8D-A56F-4028-9701-7636482404E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F1F7B8D-A56F-4028-9701-7636482404E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F1F7B8D-A56F-4028-9701-7636482404E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F1F7B8D-A56F-4028-9701-7636482404E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C}.Release|Any CPU.Build.0 = Release|Any CPU
{6B856AA6-C7E4-4F3D-8D18-35871BAED45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B856AA6-C7E4-4F3D-8D18-35871BAED45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B856AA6-C7E4-4F3D-8D18-35871BAED45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B856AA6-C7E4-4F3D-8D18-35871BAED45F}.Release|Any CPU.Build.0 = Release|Any CPU
{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13A3865C-37AB-49B6-9687-CA285DF2EB04} = {CCB5D40B-40A8-43C2-B0E2-F2B6F5D73917}
{0F1F7B8D-A56F-4028-9701-7636482404E9} = {5F02380C-9094-411E-9CB8-40B6259F79D8}
{B8F22581-A63E-4F9C-AF6B-A2115F00FD9C} = {CCB5D40B-40A8-43C2-B0E2-F2B6F5D73917}
{6B856AA6-C7E4-4F3D-8D18-35871BAED45F} = {5F02380C-9094-411E-9CB8-40B6259F79D8}
{2CCF3F1B-FFF3-4153-952D-4564BEB4C11A} = {DF6975B6-10B3-49EA-966D-0F623BB27BE9}
{7CB3D4C1-3386-4CAC-8FFA-004CD446EDA5} = {CCEE7207-D1DA-4590-A89A-897FC90D3A87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6CFD619-16DA-4D64-BC25-789DAC1BD83D}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal