-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQueueDemo.sln
43 lines (43 loc) · 2.46 KB
/
QueueDemo.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Queuer", "Queuer\Queuer.csproj", "{CCD60697-D468-47AB-A369-CFC983EA969B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Worker", "Worker\Worker.csproj", "{810EE787-F84F-492F-9834-D9641171EDC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{C29E4D3E-F681-45A4-9712-6A66A9C3D51A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueuerFunction", "QueuerFunction\QueuerFunction.csproj", "{079FC066-1485-4C4B-A912-683B9AF60F61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCD60697-D468-47AB-A369-CFC983EA969B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD60697-D468-47AB-A369-CFC983EA969B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD60697-D468-47AB-A369-CFC983EA969B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD60697-D468-47AB-A369-CFC983EA969B}.Release|Any CPU.Build.0 = Release|Any CPU
{810EE787-F84F-492F-9834-D9641171EDC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{810EE787-F84F-492F-9834-D9641171EDC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{810EE787-F84F-492F-9834-D9641171EDC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{810EE787-F84F-492F-9834-D9641171EDC4}.Release|Any CPU.Build.0 = Release|Any CPU
{C29E4D3E-F681-45A4-9712-6A66A9C3D51A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C29E4D3E-F681-45A4-9712-6A66A9C3D51A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C29E4D3E-F681-45A4-9712-6A66A9C3D51A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C29E4D3E-F681-45A4-9712-6A66A9C3D51A}.Release|Any CPU.Build.0 = Release|Any CPU
{079FC066-1485-4C4B-A912-683B9AF60F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{079FC066-1485-4C4B-A912-683B9AF60F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{079FC066-1485-4C4B-A912-683B9AF60F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{079FC066-1485-4C4B-A912-683B9AF60F61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {725D7505-4A1A-4053-BA92-6AC2DA527F10}
EndGlobalSection
EndGlobal