-
Notifications
You must be signed in to change notification settings - Fork 3
/
PooledStream.sln
41 lines (41 loc) · 2.27 KB
/
PooledStream.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream.Benchmark", "PooledStream.Benchmark\PooledStream.Benchmark.csproj", "{41130469-5601-4C78-87DC-14574AD1EB0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream.Test", "PooledStream.Test\PooledStream.Test.csproj", "{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream", "PooledStream\PooledStream.csproj", "{3C446344-2FF5-45F9-9010-3227F715B8A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{180A5C83-F82B-40F0-BCAF-F240679667EC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41130469-5601-4C78-87DC-14574AD1EB0F}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{41130469-5601-4C78-87DC-14574AD1EB0F}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{41130469-5601-4C78-87DC-14574AD1EB0F}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
{41130469-5601-4C78-87DC-14574AD1EB0F}.Release|AnyCPU.Build.0 = Debug|Any CPU
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Release|AnyCPU.Build.0 = Debug|Any CPU
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Release|AnyCPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F11B0785-81AF-4F25-9079-8A1432151A79}
EndGlobalSection
EndGlobal