-
Notifications
You must be signed in to change notification settings - Fork 12
/
SerialQueue.sln
52 lines (52 loc) · 2.54 KB
/
SerialQueue.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerialQueue", "SerialQueue\SerialQueue.csproj", "{FEF6A814-C39D-4F14-BA6E-8826E0DD0A19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{14BB4400-87F5-4FDA-8BF1-1D925154796C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{9611DBBF-0C76-402C-A125-49FCB49920E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0276F3C-CEF4-4278-9E81-E19360F73A8A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEF6A814-C39D-4F14-BA6E-8826E0DD0A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEF6A814-C39D-4F14-BA6E-8826E0DD0A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEF6A814-C39D-4F14-BA6E-8826E0DD0A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEF6A814-C39D-4F14-BA6E-8826E0DD0A19}.Release|Any CPU.Build.0 = Release|Any CPU
{14BB4400-87F5-4FDA-8BF1-1D925154796C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14BB4400-87F5-4FDA-8BF1-1D925154796C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14BB4400-87F5-4FDA-8BF1-1D925154796C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14BB4400-87F5-4FDA-8BF1-1D925154796C}.Release|Any CPU.Build.0 = Release|Any CPU
{9611DBBF-0C76-402C-A125-49FCB49920E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9611DBBF-0C76-402C-A125-49FCB49920E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9611DBBF-0C76-402C-A125-49FCB49920E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9611DBBF-0C76-402C-A125-49FCB49920E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {352439E9-A318-4ABF-A835-6CEAB48B5C00}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 100
$1.TabsToSpaces = True
$1.EolMarker = Unix
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal