-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathasync-enumerable-dotnet.sln
37 lines (37 loc) · 2.17 KB
/
async-enumerable-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "async-enumerable-dotnet", "async-enumerable-dotnet\async-enumerable-dotnet.csproj", "{12363CF4-3B69-4096-8807-E140D6C5AF72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "async-enumerable-dotnet-test", "async-enumerable-dotnet-test\async-enumerable-dotnet-test.csproj", "{833B1173-D251-4FA9-A18F-D01F99DF8E2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "async-enumerable-dotnet-benchmark", "async-enumerable-dotnet-benchmark\async-enumerable-dotnet-benchmark.csproj", "{81929167-8990-418D-9838-8AFE3F7810D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12363CF4-3B69-4096-8807-E140D6C5AF72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12363CF4-3B69-4096-8807-E140D6C5AF72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12363CF4-3B69-4096-8807-E140D6C5AF72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12363CF4-3B69-4096-8807-E140D6C5AF72}.Release|Any CPU.Build.0 = Release|Any CPU
{833B1173-D251-4FA9-A18F-D01F99DF8E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833B1173-D251-4FA9-A18F-D01F99DF8E2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833B1173-D251-4FA9-A18F-D01F99DF8E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833B1173-D251-4FA9-A18F-D01F99DF8E2F}.Release|Any CPU.Build.0 = Release|Any CPU
{81929167-8990-418D-9838-8AFE3F7810D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81929167-8990-418D-9838-8AFE3F7810D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81929167-8990-418D-9838-8AFE3F7810D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81929167-8990-418D-9838-8AFE3F7810D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65318B90-70B4-4DF6-9338-95014428192F}
EndGlobalSection
EndGlobal