-
Notifications
You must be signed in to change notification settings - Fork 11
/
Streamer.sln
43 lines (43 loc) · 2.42 KB
/
Streamer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Streamer", "src\Streamer\Streamer.csproj", "{DC438C04-F863-4741-B99C-73D4F8B03D56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{458277D7-068A-40D8-90E2-1E8BBF102E40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{BB26178F-5D03-4E5B-93E8-5483C7908067}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "samples\Server\Server.csproj", "{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "samples\Client\Client.csproj", "{5946C026-9D79-4594-9913-51301DF54863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC438C04-F863-4741-B99C-73D4F8B03D56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC438C04-F863-4741-B99C-73D4F8B03D56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC438C04-F863-4741-B99C-73D4F8B03D56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC438C04-F863-4741-B99C-73D4F8B03D56}.Release|Any CPU.Build.0 = Release|Any CPU
{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27}.Release|Any CPU.Build.0 = Release|Any CPU
{5946C026-9D79-4594-9913-51301DF54863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5946C026-9D79-4594-9913-51301DF54863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5946C026-9D79-4594-9913-51301DF54863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5946C026-9D79-4594-9913-51301DF54863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DC438C04-F863-4741-B99C-73D4F8B03D56} = {458277D7-068A-40D8-90E2-1E8BBF102E40}
{FC1D4E0F-53C9-430A-AB16-4052FA0E1B27} = {BB26178F-5D03-4E5B-93E8-5483C7908067}
{5946C026-9D79-4594-9913-51301DF54863} = {BB26178F-5D03-4E5B-93E8-5483C7908067}
EndGlobalSection
EndGlobal