-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathObservableConcurrentQueue.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
Copy pathObservableConcurrentQueue.sln
File metadata and controls
43 lines (43 loc) · 2.56 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 Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObservableConcurrentQueue", "ObservableConcurrentQueue\ObservableConcurrentQueue.csproj", "{707AC3DE-3EB5-451B-8D3B-492D8F3B23B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObservableConcurrentQueue.Demo", "ObservableConcurrentQueue.Demo\ObservableConcurrentQueue.Demo.csproj", "{3A11A9A0-9B0D-4C3F-8522-D9DADDE83413}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObservableConcurrentQueue.Tests", "ObservableConcurrentQueue.Tests\ObservableConcurrentQueue.Tests.csproj", "{DFCD47AD-8667-4189-B1F4-CDE8F60B7918}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE1FFCA6-7FDC-4928-9AD2-1A2B5969ABCF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core-on-features.yml = .github\workflows\dotnet-core-on-features.yml
.github\workflows\dotnet-core-on-master.yml = .github\workflows\dotnet-core-on-master.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{707AC3DE-3EB5-451B-8D3B-492D8F3B23B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707AC3DE-3EB5-451B-8D3B-492D8F3B23B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707AC3DE-3EB5-451B-8D3B-492D8F3B23B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707AC3DE-3EB5-451B-8D3B-492D8F3B23B6}.Release|Any CPU.Build.0 = Release|Any CPU
{3A11A9A0-9B0D-4C3F-8522-D9DADDE83413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A11A9A0-9B0D-4C3F-8522-D9DADDE83413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A11A9A0-9B0D-4C3F-8522-D9DADDE83413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A11A9A0-9B0D-4C3F-8522-D9DADDE83413}.Release|Any CPU.Build.0 = Release|Any CPU
{DFCD47AD-8667-4189-B1F4-CDE8F60B7918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFCD47AD-8667-4189-B1F4-CDE8F60B7918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFCD47AD-8667-4189-B1F4-CDE8F60B7918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFCD47AD-8667-4189-B1F4-CDE8F60B7918}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E1151CD-E12F-4534-A5B0-AA82345E8B94}
EndGlobalSection
EndGlobal