forked from phatboyg/GreenPipes
-
Notifications
You must be signed in to change notification settings - Fork 15
/
GreenPipes.sln
37 lines (37 loc) · 2.09 KB
/
GreenPipes.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.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPipes", "src\GreenPipes\GreenPipes.csproj", "{AC681535-F886-4199-9DE2-E594053D5615}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPipes.Tests", "tests\GreenPipes.Tests\GreenPipes.Tests.csproj", "{85D91EB7-3628-4FEF-AC89-D72EC1CCA9DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPipes.BenchmarkConsole", "tests\GreenPipes.BenchmarkConsole\GreenPipes.BenchmarkConsole.csproj", "{CF2B281E-6374-4E59-B137-C910B2C5767B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC681535-F886-4199-9DE2-E594053D5615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC681535-F886-4199-9DE2-E594053D5615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC681535-F886-4199-9DE2-E594053D5615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC681535-F886-4199-9DE2-E594053D5615}.Release|Any CPU.Build.0 = Release|Any CPU
{85D91EB7-3628-4FEF-AC89-D72EC1CCA9DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85D91EB7-3628-4FEF-AC89-D72EC1CCA9DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85D91EB7-3628-4FEF-AC89-D72EC1CCA9DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85D91EB7-3628-4FEF-AC89-D72EC1CCA9DA}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2B281E-6374-4E59-B137-C910B2C5767B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2B281E-6374-4E59-B137-C910B2C5767B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2B281E-6374-4E59-B137-C910B2C5767B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2B281E-6374-4E59-B137-C910B2C5767B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E134839-75B6-45EE-A772-8BA15A50CDC2}
EndGlobalSection
EndGlobal