-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRoadTracer.sln
68 lines (68 loc) · 3.54 KB
/
RoadTracer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoadTracer", "RoadTracer\RoadTracer.csproj", "{BAE164A9-3E48-41C5-AEE2-37D149BD57E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{B56F118C-E073-49CF-BCAC-80501FDEDF55}"
ProjectSection(ProjectDependencies) = postProject
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9} = {BAE164A9-3E48-41C5-AEE2-37D149BD57E9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWpf", "TestWpf\TestWpf.csproj", "{4BDCC6DF-AB2E-456F-9A53-7A88D31007A5}"
ProjectSection(ProjectDependencies) = postProject
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9} = {BAE164A9-3E48-41C5-AEE2-37D149BD57E9}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D3F9210A-B80A-4C03-93CE-45CD468BADF4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{F9CDF9B0-FE18-4264-AD64-1FCB0E5B6234}"
ProjectSection(SolutionItems) = preProject
Screenshots\1-canny.jpg = Screenshots\1-canny.jpg
Screenshots\1-HoughLines.jpg = Screenshots\1-HoughLines.jpg
Screenshots\1-lines.jpg = Screenshots\1-lines.jpg
Screenshots\1.jpg = Screenshots\1.jpg
Screenshots\2-canny.jpg = Screenshots\2-canny.jpg
Screenshots\2-HoughLines.jpg = Screenshots\2-HoughLines.jpg
Screenshots\2-lines.jpg = Screenshots\2-lines.jpg
Screenshots\2.jpg = Screenshots\2.jpg
Screenshots\3-canny.jpg = Screenshots\3-canny.jpg
Screenshots\3-HoughLines.jpg = Screenshots\3-HoughLines.jpg
Screenshots\3-lines.jpg = Screenshots\3-lines.jpg
Screenshots\3.jpg = Screenshots\3.jpg
Screenshots\4-canny.jpg = Screenshots\4-canny.jpg
Screenshots\4-HoughLines.jpg = Screenshots\4-HoughLines.jpg
Screenshots\4-lines.jpg = Screenshots\4-lines.jpg
Screenshots\4.jpg = Screenshots\4.jpg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE164A9-3E48-41C5-AEE2-37D149BD57E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B56F118C-E073-49CF-BCAC-80501FDEDF55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B56F118C-E073-49CF-BCAC-80501FDEDF55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B56F118C-E073-49CF-BCAC-80501FDEDF55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B56F118C-E073-49CF-BCAC-80501FDEDF55}.Release|Any CPU.Build.0 = Release|Any CPU
{4BDCC6DF-AB2E-456F-9A53-7A88D31007A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BDCC6DF-AB2E-456F-9A53-7A88D31007A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BDCC6DF-AB2E-456F-9A53-7A88D31007A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BDCC6DF-AB2E-456F-9A53-7A88D31007A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F9CDF9B0-FE18-4264-AD64-1FCB0E5B6234} = {D3F9210A-B80A-4C03-93CE-45CD468BADF4}
EndGlobalSection
EndGlobal