-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYllibed.StreamMultiplexer.sln
42 lines (42 loc) · 2.37 KB
/
Yllibed.StreamMultiplexer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26711.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yllibed.StreamMultiplexer.Core", "Yllibed.StreamMultiplexer.Core\Yllibed.StreamMultiplexer.Core.csproj", "{2A2070CD-8EA0-40E5-B9FB-A2DC5A4EAB4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yllibed.StreamMultiplexer.Tests", "Yllibed.StreamMultiplexer.Tests\Yllibed.StreamMultiplexer.Tests.csproj", "{9CE7939A-DCA9-4BC0-96BC-07DBD7FCE95F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yllibed.TestStream", "Yllibed.TestStream\Yllibed.TestStream.csproj", "{0846831C-CD5B-4BA5-9F00-89ABD223C52C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92ED3D56-2434-4D36-B21F-A641289285CE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A2070CD-8EA0-40E5-B9FB-A2DC5A4EAB4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A2070CD-8EA0-40E5-B9FB-A2DC5A4EAB4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A2070CD-8EA0-40E5-B9FB-A2DC5A4EAB4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A2070CD-8EA0-40E5-B9FB-A2DC5A4EAB4A}.Release|Any CPU.Build.0 = Release|Any CPU
{9CE7939A-DCA9-4BC0-96BC-07DBD7FCE95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CE7939A-DCA9-4BC0-96BC-07DBD7FCE95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CE7939A-DCA9-4BC0-96BC-07DBD7FCE95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE7939A-DCA9-4BC0-96BC-07DBD7FCE95F}.Release|Any CPU.Build.0 = Release|Any CPU
{0846831C-CD5B-4BA5-9F00-89ABD223C52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0846831C-CD5B-4BA5-9F00-89ABD223C52C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0846831C-CD5B-4BA5-9F00-89ABD223C52C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0846831C-CD5B-4BA5-9F00-89ABD223C52C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C596977C-DEA2-4EFC-A3E2-4760542143FE}
EndGlobalSection
EndGlobal