forked from yevhen/Streamstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStreamstone.sln
44 lines (44 loc) · 2.36 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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{522B5737-42A1-4039-87DD-AA7FA729E70F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
NuGet.Config = NuGet.Config
EndProjectSection
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