Skip to content

Commit 0445a34

Browse files
committed
add sln for convenience
1 parent de17325 commit 0445a34

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,3 @@ __pycache__/
280280
.vscode/
281281
BenchmarkDotNet.Artifacts/
282282
tools/
283-
*.sln

PooledStream.sln

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.0
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream.Benchmark", "PooledStream.Benchmark\PooledStream.Benchmark.csproj", "{41130469-5601-4C78-87DC-14574AD1EB0F}"
6+
EndProject
7+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream.Test", "PooledStream.Test\PooledStream.Test.csproj", "{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}"
8+
EndProject
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PooledStream", "PooledStream\PooledStream.csproj", "{3C446344-2FF5-45F9-9010-3227F715B8A9}"
10+
EndProject
11+
Global
12+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
13+
Debug|AnyCPU = Debug|AnyCPU
14+
Release|AnyCPU = Release|AnyCPU
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{41130469-5601-4C78-87DC-14574AD1EB0F}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
18+
{41130469-5601-4C78-87DC-14574AD1EB0F}.Debug|AnyCPU.Build.0 = Debug|Any CPU
19+
{41130469-5601-4C78-87DC-14574AD1EB0F}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
20+
{41130469-5601-4C78-87DC-14574AD1EB0F}.Release|AnyCPU.Build.0 = Debug|Any CPU
21+
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
22+
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Debug|AnyCPU.Build.0 = Debug|Any CPU
23+
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
24+
{DA3F4EB2-D0F8-49C3-8A34-C86412EFC151}.Release|AnyCPU.Build.0 = Debug|Any CPU
25+
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
26+
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Debug|AnyCPU.Build.0 = Debug|Any CPU
27+
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Release|AnyCPU.ActiveCfg = Debug|Any CPU
28+
{3C446344-2FF5-45F9-9010-3227F715B8A9}.Release|AnyCPU.Build.0 = Debug|Any CPU
29+
EndGlobalSection
30+
EndGlobal

0 commit comments

Comments
 (0)