-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarsRover.sln
46 lines (46 loc) · 2.63 KB
/
MarsRover.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{84AC5F28-FD9F-44A9-AB24-D8B3C0637A02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{678D2907-82DB-4013-AE61-E84D183AA4C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.UnitTests", "test\MarsRover.UnitTests\MarsRover.UnitTests.csproj", "{754D23CF-19FB-442C-B5EB-BEDE91D9C596}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.ConsoleApp", "src\MarsRover.ConsoleApp\MarsRover.ConsoleApp.csproj", "{6DD8ABE6-4C18-48EC-8289-2408EDA0C746}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarsRover.Core", "src\MarsRover.Core\MarsRover.Core.csproj", "{CB392D40-956E-4397-9EC2-B94E450F400F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{754D23CF-19FB-442C-B5EB-BEDE91D9C596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754D23CF-19FB-442C-B5EB-BEDE91D9C596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{754D23CF-19FB-442C-B5EB-BEDE91D9C596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754D23CF-19FB-442C-B5EB-BEDE91D9C596}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD8ABE6-4C18-48EC-8289-2408EDA0C746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD8ABE6-4C18-48EC-8289-2408EDA0C746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD8ABE6-4C18-48EC-8289-2408EDA0C746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD8ABE6-4C18-48EC-8289-2408EDA0C746}.Release|Any CPU.Build.0 = Release|Any CPU
{CB392D40-956E-4397-9EC2-B94E450F400F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB392D40-956E-4397-9EC2-B94E450F400F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB392D40-956E-4397-9EC2-B94E450F400F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB392D40-956E-4397-9EC2-B94E450F400F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{754D23CF-19FB-442C-B5EB-BEDE91D9C596} = {678D2907-82DB-4013-AE61-E84D183AA4C3}
{6DD8ABE6-4C18-48EC-8289-2408EDA0C746} = {84AC5F28-FD9F-44A9-AB24-D8B3C0637A02}
{CB392D40-956E-4397-9EC2-B94E450F400F} = {84AC5F28-FD9F-44A9-AB24-D8B3C0637A02}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32F684BE-9A10-4267-9C9F-03BD59E6BAFA}
EndGlobalSection
EndGlobal