This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
RoboCore.sln
28 lines (27 loc) · 1.52 KB
/
RoboCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoboCore", "RoboCore\RoboCore.csproj", "{BE0D23F4-E0C8-410D-B585-F6C6229C14DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{041165BD-DFEE-49C6-9ADE-A13E9EF836F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTest", "DevTest\DevTest.csproj", "{6C01A1A7-A362-4ED9-8595-BEDE8D57F009}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C01A1A7-A362-4ED9-8595-BEDE8D57F009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C01A1A7-A362-4ED9-8595-BEDE8D57F009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C01A1A7-A362-4ED9-8595-BEDE8D57F009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C01A1A7-A362-4ED9-8595-BEDE8D57F009}.Release|Any CPU.Build.0 = Release|Any CPU
{BE0D23F4-E0C8-410D-B585-F6C6229C14DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE0D23F4-E0C8-410D-B585-F6C6229C14DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE0D23F4-E0C8-410D-B585-F6C6229C14DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE0D23F4-E0C8-410D-B585-F6C6229C14DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6C01A1A7-A362-4ED9-8595-BEDE8D57F009} = {041165BD-DFEE-49C6-9ADE-A13E9EF836F1}
EndGlobalSection
EndGlobal