-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCommandCore.sln
More file actions
40 lines (40 loc) · 2.84 KB
/
CommandCore.sln
File metadata and controls
40 lines (40 loc) · 2.84 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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandCore.TestConsole", "CommandCore.TestConsole\CommandCore.TestConsole.csproj", "{5887416A-0D7E-41D2-8BD5-4B49573C1F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandCore.Library", "CommandCore.Library\CommandCore.Library.csproj", "{C3693305-F904-40B3-B980-87AD74F4860D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandCore.Library.UnitTests", "CommandCore.Library.UnitTests\CommandCore.Library.UnitTests.csproj", "{AB540F1B-0F22-45FB-A915-6DAA7A3A6217}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandCore.LightIoC", "CommandCore.LightIoC\CommandCore.LightIoC.csproj", "{BE18CD39-8C29-42BE-B5B3-592606A6E7D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandCore.LightIoC.UnitTests", "CommandCore.LightIoC.UnitTests\CommandCore.LightIoC.UnitTests.csproj", "{7FF822E4-3ECF-4250-AD5C-88F6E1BFD861}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5887416A-0D7E-41D2-8BD5-4B49573C1F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5887416A-0D7E-41D2-8BD5-4B49573C1F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5887416A-0D7E-41D2-8BD5-4B49573C1F31}.Release|Any CPU.Build.0 = Release|Any CPU
{5887416A-0D7E-41D2-8BD5-4B49573C1F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3693305-F904-40B3-B980-87AD74F4860D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3693305-F904-40B3-B980-87AD74F4860D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3693305-F904-40B3-B980-87AD74F4860D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3693305-F904-40B3-B980-87AD74F4860D}.Release|Any CPU.Build.0 = Release|Any CPU
{AB540F1B-0F22-45FB-A915-6DAA7A3A6217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB540F1B-0F22-45FB-A915-6DAA7A3A6217}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB540F1B-0F22-45FB-A915-6DAA7A3A6217}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB540F1B-0F22-45FB-A915-6DAA7A3A6217}.Release|Any CPU.Build.0 = Release|Any CPU
{BE18CD39-8C29-42BE-B5B3-592606A6E7D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE18CD39-8C29-42BE-B5B3-592606A6E7D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE18CD39-8C29-42BE-B5B3-592606A6E7D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE18CD39-8C29-42BE-B5B3-592606A6E7D8}.Release|Any CPU.Build.0 = Release|Any CPU
{7FF822E4-3ECF-4250-AD5C-88F6E1BFD861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FF822E4-3ECF-4250-AD5C-88F6E1BFD861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FF822E4-3ECF-4250-AD5C-88F6E1BFD861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FF822E4-3ECF-4250-AD5C-88F6E1BFD861}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal