-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarsRover.sln
37 lines (37 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.ConsoleApp", "MarsRover.ConsoleApp\MarsRover.ConsoleApp.csproj", "{7E41D1F0-77C5-43F3-8A0D-1A233A1260A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.Core", "MarsRover.Core\MarsRover.Core.csproj", "{3E0DCF7C-DD4B-437E-85E7-D19FD6BFEA74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarsRover.Test", "MarsRover.Test\MarsRover.Test.csproj", "{95666A2C-8B2D-4D7E-97C9-E38D3F963621}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E41D1F0-77C5-43F3-8A0D-1A233A1260A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E41D1F0-77C5-43F3-8A0D-1A233A1260A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E41D1F0-77C5-43F3-8A0D-1A233A1260A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E41D1F0-77C5-43F3-8A0D-1A233A1260A7}.Release|Any CPU.Build.0 = Release|Any CPU
{3E0DCF7C-DD4B-437E-85E7-D19FD6BFEA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0DCF7C-DD4B-437E-85E7-D19FD6BFEA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0DCF7C-DD4B-437E-85E7-D19FD6BFEA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0DCF7C-DD4B-437E-85E7-D19FD6BFEA74}.Release|Any CPU.Build.0 = Release|Any CPU
{95666A2C-8B2D-4D7E-97C9-E38D3F963621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95666A2C-8B2D-4D7E-97C9-E38D3F963621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95666A2C-8B2D-4D7E-97C9-E38D3F963621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95666A2C-8B2D-4D7E-97C9-E38D3F963621}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73DC490A-57BD-46F7-B3F1-6C767B00B9CF}
EndGlobalSection
EndGlobal