-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCommandSystem.sln
More file actions
37 lines (37 loc) · 2.08 KB
/
Copy pathCommandSystem.sln
File metadata and controls
37 lines (37 loc) · 2.08 KB
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.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandSystem", "CommandSystem\CommandSystem.csproj", "{5B247438-E54B-4783-B0D7-6B28ECEF7ACB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandSystem-Unity", "CommandSystem-Unity\CommandSystem-Unity.csproj", "{A584D558-52F2-466E-A82F-AE294CD7B8F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandSystem.Tests", "CommandSystem.Tests\CommandSystem.Tests.csproj", "{EE4AC67E-431F-40CE-8C43-B8838141EBDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B247438-E54B-4783-B0D7-6B28ECEF7ACB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B247438-E54B-4783-B0D7-6B28ECEF7ACB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B247438-E54B-4783-B0D7-6B28ECEF7ACB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B247438-E54B-4783-B0D7-6B28ECEF7ACB}.Release|Any CPU.Build.0 = Release|Any CPU
{A584D558-52F2-466E-A82F-AE294CD7B8F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A584D558-52F2-466E-A82F-AE294CD7B8F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A584D558-52F2-466E-A82F-AE294CD7B8F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A584D558-52F2-466E-A82F-AE294CD7B8F9}.Release|Any CPU.Build.0 = Release|Any CPU
{EE4AC67E-431F-40CE-8C43-B8838141EBDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE4AC67E-431F-40CE-8C43-B8838141EBDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE4AC67E-431F-40CE-8C43-B8838141EBDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE4AC67E-431F-40CE-8C43-B8838141EBDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {018FCEDD-D473-4AC8-ACF3-4C921CA99818}
EndGlobalSection
EndGlobal