-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarsRoverJM2018.sln
36 lines (36 loc) · 1.83 KB
/
MarsRoverJM2018.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRoverJM2018", "MarsRoverJM2018\MarsRoverJM2018.csproj", "{426F2EA8-3F11-4A9C-A5A3-C3A1CBE19DE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.Tests", "MarsRover.Tests\MarsRover.Tests.csproj", "{E0CB867F-6BCA-4BA1-BED0-DFA5E72B6B02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38536852-6C44-4508-97DD-83ABB91FDE18}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{426F2EA8-3F11-4A9C-A5A3-C3A1CBE19DE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{426F2EA8-3F11-4A9C-A5A3-C3A1CBE19DE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{426F2EA8-3F11-4A9C-A5A3-C3A1CBE19DE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{426F2EA8-3F11-4A9C-A5A3-C3A1CBE19DE3}.Release|Any CPU.Build.0 = Release|Any CPU
{E0CB867F-6BCA-4BA1-BED0-DFA5E72B6B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0CB867F-6BCA-4BA1-BED0-DFA5E72B6B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0CB867F-6BCA-4BA1-BED0-DFA5E72B6B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0CB867F-6BCA-4BA1-BED0-DFA5E72B6B02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AC3B470-6204-411F-9976-1AD4622027DE}
EndGlobalSection
EndGlobal