-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemoteStream.sln
More file actions
54 lines (54 loc) · 3.27 KB
/
RemoteStream.sln
File metadata and controls
54 lines (54 loc) · 3.27 KB
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
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteStream.Protocol", "RemoteStream.Protocol\RemoteStream.Protocol.csproj", "{3B895C81-BFD6-47D3-9A61-32758C16826B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteStream.Server", "RemoteStream.Server\RemoteStream.Server.csproj", "{1D3AEE05-4ADE-4428-8A9A-B24788AD2829}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteStream.Client", "RemoteStream.Client\RemoteStream.Client.csproj", "{8A46E8C8-2C99-47FA-B380-31C660B0FCA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{DD992EB9-02BE-4966-AABB-AC702D81AA76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76DE5124-E1ED-456A-A3F8-0575D38AF56C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteStream.Tests", "RemoteStream.Tests\RemoteStream.Tests.csproj", "{2E621229-C672-4CD1-9107-7B6F4A482F5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B895C81-BFD6-47D3-9A61-32758C16826B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B895C81-BFD6-47D3-9A61-32758C16826B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B895C81-BFD6-47D3-9A61-32758C16826B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B895C81-BFD6-47D3-9A61-32758C16826B}.Release|Any CPU.Build.0 = Release|Any CPU
{1D3AEE05-4ADE-4428-8A9A-B24788AD2829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D3AEE05-4ADE-4428-8A9A-B24788AD2829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D3AEE05-4ADE-4428-8A9A-B24788AD2829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D3AEE05-4ADE-4428-8A9A-B24788AD2829}.Release|Any CPU.Build.0 = Release|Any CPU
{8A46E8C8-2C99-47FA-B380-31C660B0FCA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A46E8C8-2C99-47FA-B380-31C660B0FCA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A46E8C8-2C99-47FA-B380-31C660B0FCA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A46E8C8-2C99-47FA-B380-31C660B0FCA8}.Release|Any CPU.Build.0 = Release|Any CPU
{DD992EB9-02BE-4966-AABB-AC702D81AA76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD992EB9-02BE-4966-AABB-AC702D81AA76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD992EB9-02BE-4966-AABB-AC702D81AA76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD992EB9-02BE-4966-AABB-AC702D81AA76}.Release|Any CPU.Build.0 = Release|Any CPU
{2E621229-C672-4CD1-9107-7B6F4A482F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E621229-C672-4CD1-9107-7B6F4A482F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E621229-C672-4CD1-9107-7B6F4A482F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E621229-C672-4CD1-9107-7B6F4A482F5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal