-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsumerProducer.sln
45 lines (45 loc) · 2.42 KB
/
ConsumerProducer.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8287AA66-3712-4F54-BC50-D8BFC71D19AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple.NETCore.QueueManager", "src\NETCore.QueueManager\Simple.NETCore.QueueManager.csproj", "{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{D10E6F9D-9AFD-45C6-85AD-9045C91DD0AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProducerConsumer.ConsoleApp", "src\samples\ProducerConsumer.ConsoleApp\ProducerConsumer.ConsoleApp.csproj", "{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62423583-1E52-4E41-948C-B1276E75215C}"
ProjectSection(SolutionItems) = preProject
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
{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B}.Release|Any CPU.Build.0 = Release|Any CPU
{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{499A3CE5-0E95-4E6C-918D-9F5C997C5B0B} = {8287AA66-3712-4F54-BC50-D8BFC71D19AE}
{D10E6F9D-9AFD-45C6-85AD-9045C91DD0AA} = {8287AA66-3712-4F54-BC50-D8BFC71D19AE}
{FBA7E425-0D6C-4F4C-8EE5-2665F8034EEF} = {D10E6F9D-9AFD-45C6-85AD-9045C91DD0AA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA310188-26DE-456B-96BB-99CDA3EBF781}
EndGlobalSection
EndGlobal