-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MasterCommander.sln
39 lines (39 loc) · 2.49 KB
/
MasterCommander.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterCommander", "src\library\MasterCommander\MasterCommander.csproj", "{2330BF1C-B06F-4B68-9632-E7F8216EB35D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterCommander.Tests", "src\tests\MasterCommander.Tests\MasterCommander.Tests.csproj", "{83D22C15-8395-4799-A2B4-20B3EE19FEF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "library", "library", "{E383B8B2-3C53-402C-B605-278B01C9AACD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CAE8E5FF-D180-4DBD-98A1-6DCCEB9896AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{CB000C47-EF2B-49DB-993D-7AAA83E378D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterCommander.ConsoleApp", "src\demo\MasterCommander.ConsoleApp\MasterCommander.ConsoleApp.csproj", "{AC658365-FAB8-43B1-B8D8-5525EC94F099}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2330BF1C-B06F-4B68-9632-E7F8216EB35D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2330BF1C-B06F-4B68-9632-E7F8216EB35D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2330BF1C-B06F-4B68-9632-E7F8216EB35D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2330BF1C-B06F-4B68-9632-E7F8216EB35D}.Release|Any CPU.Build.0 = Release|Any CPU
{83D22C15-8395-4799-A2B4-20B3EE19FEF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D22C15-8395-4799-A2B4-20B3EE19FEF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D22C15-8395-4799-A2B4-20B3EE19FEF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D22C15-8395-4799-A2B4-20B3EE19FEF8}.Release|Any CPU.Build.0 = Release|Any CPU
{AC658365-FAB8-43B1-B8D8-5525EC94F099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC658365-FAB8-43B1-B8D8-5525EC94F099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC658365-FAB8-43B1-B8D8-5525EC94F099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC658365-FAB8-43B1-B8D8-5525EC94F099}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2330BF1C-B06F-4B68-9632-E7F8216EB35D} = {E383B8B2-3C53-402C-B605-278B01C9AACD}
{83D22C15-8395-4799-A2B4-20B3EE19FEF8} = {CAE8E5FF-D180-4DBD-98A1-6DCCEB9896AC}
{AC658365-FAB8-43B1-B8D8-5525EC94F099} = {CB000C47-EF2B-49DB-993D-7AAA83E378D7}
EndGlobalSection
EndGlobal