-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKestrelBenchmarks.sln
More file actions
29 lines (29 loc) · 1.58 KB
/
KestrelBenchmarks.sln
File metadata and controls
29 lines (29 loc) · 1.58 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlatformBenchmarks", "PlatformBenchmarks\PlatformBenchmarks.csproj", "{6F8C5B61-9CA0-4868-AD97-B35071CBEDBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{DA92A637-75D0-4EA6-B052-D5F3148B093E}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoUring.Transport", "IoUring.Transport\src\IoUring.Transport\IoUring.Transport.csproj", "{886A39B2-D51C-4D95-A96B-1184164B3D80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F8C5B61-9CA0-4868-AD97-B35071CBEDBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F8C5B61-9CA0-4868-AD97-B35071CBEDBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F8C5B61-9CA0-4868-AD97-B35071CBEDBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F8C5B61-9CA0-4868-AD97-B35071CBEDBA}.Release|Any CPU.Build.0 = Release|Any CPU
{886A39B2-D51C-4D95-A96B-1184164B3D80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{886A39B2-D51C-4D95-A96B-1184164B3D80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{886A39B2-D51C-4D95-A96B-1184164B3D80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{886A39B2-D51C-4D95-A96B-1184164B3D80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal