-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAsynchronousBenchmarks.sln
42 lines (42 loc) · 2.38 KB
/
AsynchronousBenchmarks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsynchronousBenchmarks", "AsynchronousBenchmarks\AsynchronousBenchmarks.csproj", "{9CDE46BB-E3BB-4794-9BEA-9BB75D579754}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkDotNet", "BenchmarkDotNet\src\BenchmarkDotNet\BenchmarkDotNet.csproj", "{74867438-438D-47BD-B9D7-813BBD5D8DA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkDotNet.Annotations", "BenchmarkDotNet\src\BenchmarkDotNet.Annotations\BenchmarkDotNet.Annotations.csproj", "{F4EAAB40-C825-4439-A1CC-46747552D949}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7FC0DF5-6D2A-42AC-8C2A-32A8FD1C441A}"
ProjectSection(SolutionItems) = preProject
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
{9CDE46BB-E3BB-4794-9BEA-9BB75D579754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CDE46BB-E3BB-4794-9BEA-9BB75D579754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CDE46BB-E3BB-4794-9BEA-9BB75D579754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CDE46BB-E3BB-4794-9BEA-9BB75D579754}.Release|Any CPU.Build.0 = Release|Any CPU
{74867438-438D-47BD-B9D7-813BBD5D8DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74867438-438D-47BD-B9D7-813BBD5D8DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74867438-438D-47BD-B9D7-813BBD5D8DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74867438-438D-47BD-B9D7-813BBD5D8DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{F4EAAB40-C825-4439-A1CC-46747552D949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4EAAB40-C825-4439-A1CC-46747552D949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4EAAB40-C825-4439-A1CC-46747552D949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4EAAB40-C825-4439-A1CC-46747552D949}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6BFB158-C43B-4010-B366-657273D310CC}
EndGlobalSection
EndGlobal