forked from BernieCook/CommandQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommandQueue.sln
More file actions
44 lines (44 loc) · 2.59 KB
/
Copy pathCommandQueue.sln
File metadata and controls
44 lines (44 loc) · 2.59 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
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "CommandQueue", "CommandQueue\CommandQueue.ccproj", "{76AA287D-42E3-4096-8EFA-298A5F00ACE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandQueue.Web", "CommandQueue.Web\CommandQueue.Web.csproj", "{D9C2E52B-8C4B-4144-96C2-88DF76875C36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandQueue.Worker", "CommandQueue.Worker\CommandQueue.Worker.csproj", "{6E691993-CC77-4819-8043-03559FCB8838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandQueue.Domain", "CommandQueue.Domain\CommandQueue.Domain.csproj", "{34B55A09-C4C6-4A70-87B0-A356397A6ECD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{517BE030-EE0D-4DC1-91C3-83D865555251}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76AA287D-42E3-4096-8EFA-298A5F00ACE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76AA287D-42E3-4096-8EFA-298A5F00ACE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76AA287D-42E3-4096-8EFA-298A5F00ACE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76AA287D-42E3-4096-8EFA-298A5F00ACE1}.Release|Any CPU.Build.0 = Release|Any CPU
{D9C2E52B-8C4B-4144-96C2-88DF76875C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C2E52B-8C4B-4144-96C2-88DF76875C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9C2E52B-8C4B-4144-96C2-88DF76875C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C2E52B-8C4B-4144-96C2-88DF76875C36}.Release|Any CPU.Build.0 = Release|Any CPU
{6E691993-CC77-4819-8043-03559FCB8838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E691993-CC77-4819-8043-03559FCB8838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E691993-CC77-4819-8043-03559FCB8838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E691993-CC77-4819-8043-03559FCB8838}.Release|Any CPU.Build.0 = Release|Any CPU
{34B55A09-C4C6-4A70-87B0-A356397A6ECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B55A09-C4C6-4A70-87B0-A356397A6ECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B55A09-C4C6-4A70-87B0-A356397A6ECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B55A09-C4C6-4A70-87B0-A356397A6ECD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal