-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDStream.Net.sln
31 lines (31 loc) · 1.57 KB
/
DStream.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DStream.Net", "DStream.Net\DStream.Net.csproj", "{6B99923A-1963-49FB-A71C-9AC62D9DFB73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dstream.Net.Test", "Dstream.Net.Test\Dstream.Net.Test.csproj", "{AC22C2D1-3C57-4963-8664-1E355F2D2A53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B99923A-1963-49FB-A71C-9AC62D9DFB73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B99923A-1963-49FB-A71C-9AC62D9DFB73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B99923A-1963-49FB-A71C-9AC62D9DFB73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B99923A-1963-49FB-A71C-9AC62D9DFB73}.Release|Any CPU.Build.0 = Release|Any CPU
{AC22C2D1-3C57-4963-8664-1E355F2D2A53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC22C2D1-3C57-4963-8664-1E355F2D2A53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC22C2D1-3C57-4963-8664-1E355F2D2A53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC22C2D1-3C57-4963-8664-1E355F2D2A53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DFC350B-6C16-4D51-A058-B822468C30D8}
EndGlobalSection
EndGlobal