-
Notifications
You must be signed in to change notification settings - Fork 64
/
Streamstone.sln
37 lines (37 loc) · 2.04 KB
/
Streamstone.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.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamstone", "Source\Streamstone\Streamstone.csproj", "{7E2DA0DE-23B0-40BC-BF2D-E4675097643C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Source\Example\Example.csproj", "{1E165F45-64A0-4188-8B10-B1FFCE6D0A5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Streamstone.Tests", "Source\Streamstone.Tests\Streamstone.Tests.csproj", "{135A2BDB-3F3E-403B-A539-FC49CDE9DE5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E2DA0DE-23B0-40BC-BF2D-E4675097643C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2DA0DE-23B0-40BC-BF2D-E4675097643C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2DA0DE-23B0-40BC-BF2D-E4675097643C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2DA0DE-23B0-40BC-BF2D-E4675097643C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E165F45-64A0-4188-8B10-B1FFCE6D0A5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E165F45-64A0-4188-8B10-B1FFCE6D0A5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E165F45-64A0-4188-8B10-B1FFCE6D0A5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E165F45-64A0-4188-8B10-B1FFCE6D0A5B}.Release|Any CPU.Build.0 = Release|Any CPU
{135A2BDB-3F3E-403B-A539-FC49CDE9DE5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{135A2BDB-3F3E-403B-A539-FC49CDE9DE5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{135A2BDB-3F3E-403B-A539-FC49CDE9DE5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{135A2BDB-3F3E-403B-A539-FC49CDE9DE5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2856A0A-E05A-4A60-A70D-F0367E0F1F25}
EndGlobalSection
EndGlobal