-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRouteSnapper.sln
42 lines (42 loc) · 2.35 KB
/
RouteSnapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "extern", "extern", "{5AD3F041-D553-492B-948D-E58BDA4373CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualUtilities", "..\ProgrammingUtilities\VisualUtilities\VisualUtilities.csproj", "{6781EA78-CEEA-4B48-8D1E-E76CECE32A28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RouteSnapper", "RouteSnapper\RouteSnapper.csproj", "{9E4DB708-F21D-46A3-AF0F-91E48ACAC2B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.RouteSnapper", "Test.RouteSnapper\Test.RouteSnapper.csproj", "{DE31B36A-A707-4BB5-9F27-756D0B9747AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6781EA78-CEEA-4B48-8D1E-E76CECE32A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6781EA78-CEEA-4B48-8D1E-E76CECE32A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6781EA78-CEEA-4B48-8D1E-E76CECE32A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6781EA78-CEEA-4B48-8D1E-E76CECE32A28}.Release|Any CPU.Build.0 = Release|Any CPU
{9E4DB708-F21D-46A3-AF0F-91E48ACAC2B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E4DB708-F21D-46A3-AF0F-91E48ACAC2B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E4DB708-F21D-46A3-AF0F-91E48ACAC2B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E4DB708-F21D-46A3-AF0F-91E48ACAC2B6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE31B36A-A707-4BB5-9F27-756D0B9747AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE31B36A-A707-4BB5-9F27-756D0B9747AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE31B36A-A707-4BB5-9F27-756D0B9747AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE31B36A-A707-4BB5-9F27-756D0B9747AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6781EA78-CEEA-4B48-8D1E-E76CECE32A28} = {5AD3F041-D553-492B-948D-E58BDA4373CF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE44BCE1-11E4-4584-BACC-44570810FB77}
EndGlobalSection
EndGlobal