-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathConcurrencyUtilities.sln
51 lines (51 loc) · 2.73 KB
/
ConcurrencyUtilities.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 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcurrencyUtilities", "Src\ConcurrencyUtilities\ConcurrencyUtilities.csproj", "{F6FA56C6-4185-4AB7-A4B7-D51C2C3A78A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcurrencyUtilities.Tests", "Tests\ConcurrencyUtilities.Tests\ConcurrencyUtilities.Tests.csproj", "{CC80F126-500D-4474-A415-59F0B1FA90BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1D976582-7D31-48FE-AF2F-4F739C13233F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E12F5476-CF44-4EB0-9B51-AAB4F0089B98}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
CHANGELOG.md = CHANGELOG.md
README.md = README.md
SourceHeader.cs = SourceHeader.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcurrencyUtilities.Benchmarks", "Tests\ConcurrencyUtilities.Benchmarks\ConcurrencyUtilities.Benchmarks.csproj", "{C3DD8CA7-34FD-4A64-8179-1D6C303BE016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6FA56C6-4185-4AB7-A4B7-D51C2C3A78A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6FA56C6-4185-4AB7-A4B7-D51C2C3A78A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6FA56C6-4185-4AB7-A4B7-D51C2C3A78A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6FA56C6-4185-4AB7-A4B7-D51C2C3A78A1}.Release|Any CPU.Build.0 = Release|Any CPU
{CC80F126-500D-4474-A415-59F0B1FA90BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC80F126-500D-4474-A415-59F0B1FA90BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC80F126-500D-4474-A415-59F0B1FA90BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC80F126-500D-4474-A415-59F0B1FA90BF}.Release|Any CPU.Build.0 = Release|Any CPU
{C3DD8CA7-34FD-4A64-8179-1D6C303BE016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3DD8CA7-34FD-4A64-8179-1D6C303BE016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3DD8CA7-34FD-4A64-8179-1D6C303BE016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3DD8CA7-34FD-4A64-8179-1D6C303BE016}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal