-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConcurrentQueueSample.sln
More file actions
43 lines (43 loc) · 2.44 KB
/
ConcurrentQueueSample.sln
File metadata and controls
43 lines (43 loc) · 2.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample1", "Sample1\Sample1.csproj", "{3F64CA54-B682-4A9E-AB92-90C6394C7232}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample2", "Sample2\Sample2.csproj", "{E0B278AB-2943-48B8-B5E1-361F11F1AEF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample3", "Sample3\Sample3.csproj", "{05A53064-96F9-45C0-AF69-1A427E7C0B53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample4", "Sample4\Sample4.csproj", "{694BBC45-BD06-4B8C-A23B-01632A5636F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F64CA54-B682-4A9E-AB92-90C6394C7232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F64CA54-B682-4A9E-AB92-90C6394C7232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F64CA54-B682-4A9E-AB92-90C6394C7232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F64CA54-B682-4A9E-AB92-90C6394C7232}.Release|Any CPU.Build.0 = Release|Any CPU
{E0B278AB-2943-48B8-B5E1-361F11F1AEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0B278AB-2943-48B8-B5E1-361F11F1AEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0B278AB-2943-48B8-B5E1-361F11F1AEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0B278AB-2943-48B8-B5E1-361F11F1AEF9}.Release|Any CPU.Build.0 = Release|Any CPU
{05A53064-96F9-45C0-AF69-1A427E7C0B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A53064-96F9-45C0-AF69-1A427E7C0B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A53064-96F9-45C0-AF69-1A427E7C0B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A53064-96F9-45C0-AF69-1A427E7C0B53}.Release|Any CPU.Build.0 = Release|Any CPU
{694BBC45-BD06-4B8C-A23B-01632A5636F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{694BBC45-BD06-4B8C-A23B-01632A5636F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{694BBC45-BD06-4B8C-A23B-01632A5636F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{694BBC45-BD06-4B8C-A23B-01632A5636F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1C6855C-7E09-4175-ACD9-2AB6B06B3689}
EndGlobalSection
EndGlobal