-
Notifications
You must be signed in to change notification settings - Fork 3
/
SafeParallelAsync.sln
66 lines (66 loc) · 3.94 KB
/
SafeParallelAsync.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18D6D67B-6FC9-4929-A652-1B50F6DAE79C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
NewOrbit.Package.ruleset = NewOrbit.Package.ruleset
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SafeParallelAsync.Tests", "tests\SafeParallelAsync.Tests\SafeParallelAsync.Tests.csproj", "{11B879DD-1986-420B-A924-D32F030016AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SafeParallelAsync", "src\SafeParallelAsync\SafeParallelAsync.csproj", "{A5FE8692-3490-47B7-B93C-409750A2048C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8581F86A-97E7-4B79-9AD7-E24F3FB04CEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "tests\Benchmarks\Benchmarks.csproj", "{81D533F5-D78A-4B44-8921-26D8A9E11A6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{893E7FDF-775E-451B-B381-FB9F6BE014E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleUse", "examples\SimpleUse\SimpleUse.csproj", "{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedUse", "examples\AdvancedUse\AdvancedUse.csproj", "{BEBBB29B-DC88-46DE-84E8-9267C808419C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11B879DD-1986-420B-A924-D32F030016AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B879DD-1986-420B-A924-D32F030016AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B879DD-1986-420B-A924-D32F030016AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B879DD-1986-420B-A924-D32F030016AA}.Release|Any CPU.Build.0 = Release|Any CPU
{A5FE8692-3490-47B7-B93C-409750A2048C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5FE8692-3490-47B7-B93C-409750A2048C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5FE8692-3490-47B7-B93C-409750A2048C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5FE8692-3490-47B7-B93C-409750A2048C}.Release|Any CPU.Build.0 = Release|Any CPU
{81D533F5-D78A-4B44-8921-26D8A9E11A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D533F5-D78A-4B44-8921-26D8A9E11A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D533F5-D78A-4B44-8921-26D8A9E11A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D533F5-D78A-4B44-8921-26D8A9E11A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3}.Release|Any CPU.Build.0 = Release|Any CPU
{BEBBB29B-DC88-46DE-84E8-9267C808419C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEBBB29B-DC88-46DE-84E8-9267C808419C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEBBB29B-DC88-46DE-84E8-9267C808419C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEBBB29B-DC88-46DE-84E8-9267C808419C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{81D533F5-D78A-4B44-8921-26D8A9E11A6F} = {8581F86A-97E7-4B79-9AD7-E24F3FB04CEC}
{55DBA2B1-EB3A-4CAD-B841-77D0F0797FA3} = {893E7FDF-775E-451B-B381-FB9F6BE014E7}
{BEBBB29B-DC88-46DE-84E8-9267C808419C} = {893E7FDF-775E-451B-B381-FB9F6BE014E7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5865C007-F066-49A8-8A7D-6A609D17B3A1}
EndGlobalSection
EndGlobal