-
Notifications
You must be signed in to change notification settings - Fork 1
/
xprtz_robot_1.sln
43 lines (43 loc) · 2.54 KB
/
xprtz_robot_1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "robot1", "robot1\robot1.csproj", "{4F117F72-FD0B-4422-A1BB-B8E129A74334}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "robot2", "robot2\robot2.csproj", "{019663D1-0107-4CD5-ABB7-BA502907CA64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robot.Infrastructure.BrickPi", "Robot.Infrastructure.BrickPi\Robot.Infrastructure.BrickPi.csproj", "{60B014EA-33FB-4B88-BBD3-A3C5A8D2B8FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "robot3", "robot3\robot3.csproj", "{251B98DD-9395-4B92-85B5-1BF394D6E263}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F117F72-FD0B-4422-A1BB-B8E129A74334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F117F72-FD0B-4422-A1BB-B8E129A74334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F117F72-FD0B-4422-A1BB-B8E129A74334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F117F72-FD0B-4422-A1BB-B8E129A74334}.Release|Any CPU.Build.0 = Release|Any CPU
{019663D1-0107-4CD5-ABB7-BA502907CA64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{019663D1-0107-4CD5-ABB7-BA502907CA64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{019663D1-0107-4CD5-ABB7-BA502907CA64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{019663D1-0107-4CD5-ABB7-BA502907CA64}.Release|Any CPU.Build.0 = Release|Any CPU
{60B014EA-33FB-4B88-BBD3-A3C5A8D2B8FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B014EA-33FB-4B88-BBD3-A3C5A8D2B8FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B014EA-33FB-4B88-BBD3-A3C5A8D2B8FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B014EA-33FB-4B88-BBD3-A3C5A8D2B8FB}.Release|Any CPU.Build.0 = Release|Any CPU
{251B98DD-9395-4B92-85B5-1BF394D6E263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{251B98DD-9395-4B92-85B5-1BF394D6E263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{251B98DD-9395-4B92-85B5-1BF394D6E263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{251B98DD-9395-4B92-85B5-1BF394D6E263}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AD3199C-E499-43E6-B235-8F6BFC99BC76}
EndGlobalSection
EndGlobal