forked from larsolavk/PersistentQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PersistentQueue.sln
51 lines (51 loc) · 2.9 KB
/
PersistentQueue.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
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PersistentQueue", "PersistentQueue\PersistentQueue.csproj", "{0DAEA4F8-9F7C-4C55-B953-0CAC642F0089}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{B84324C7-DF8E-473B-B2B0-5E3407B139B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PersistentQueue.Tests", "PersistentQueue.Tests\PersistentQueue.Tests.csproj", "{5A37513E-2A92-4CF6-8379-F62EE6D0A15D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PersistentQueue.Benchmarks", "PersistentQueue.Benchmarks\PersistentQueue.Benchmarks.csproj", "{8D8B6EB2-6FF3-4C66-BE01-72635657679C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD39D218-3BEE-43F5-BF2C-7A3EEF0DE514}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
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
{0DAEA4F8-9F7C-4C55-B953-0CAC642F0089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DAEA4F8-9F7C-4C55-B953-0CAC642F0089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DAEA4F8-9F7C-4C55-B953-0CAC642F0089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DAEA4F8-9F7C-4C55-B953-0CAC642F0089}.Release|Any CPU.Build.0 = Release|Any CPU
{B84324C7-DF8E-473B-B2B0-5E3407B139B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B84324C7-DF8E-473B-B2B0-5E3407B139B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B84324C7-DF8E-473B-B2B0-5E3407B139B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B84324C7-DF8E-473B-B2B0-5E3407B139B2}.Release|Any CPU.Build.0 = Release|Any CPU
{5A37513E-2A92-4CF6-8379-F62EE6D0A15D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A37513E-2A92-4CF6-8379-F62EE6D0A15D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A37513E-2A92-4CF6-8379-F62EE6D0A15D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A37513E-2A92-4CF6-8379-F62EE6D0A15D}.Release|Any CPU.Build.0 = Release|Any CPU
{8D8B6EB2-6FF3-4C66-BE01-72635657679C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D8B6EB2-6FF3-4C66-BE01-72635657679C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D8B6EB2-6FF3-4C66-BE01-72635657679C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D8B6EB2-6FF3-4C66-BE01-72635657679C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E1501F0-0073-41C2-905D-E0D7616FA722}
EndGlobalSection
EndGlobal