-
Notifications
You must be signed in to change notification settings - Fork 1
/
TcpPipelineSample.sln
37 lines (37 loc) · 1.99 KB
/
TcpPipelineSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tcp.Client", "Client\Tcp.Client.csproj", "{E3018B67-A472-4437-92DC-A89C8D4A749F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tcp.Server", "Server\Tcp.Server.csproj", "{09BC3736-C624-4262-A745-03F334B65717}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{167A9FB2-5118-4E70-A28D-56F10E77DBDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3018B67-A472-4437-92DC-A89C8D4A749F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3018B67-A472-4437-92DC-A89C8D4A749F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3018B67-A472-4437-92DC-A89C8D4A749F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3018B67-A472-4437-92DC-A89C8D4A749F}.Release|Any CPU.Build.0 = Release|Any CPU
{09BC3736-C624-4262-A745-03F334B65717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09BC3736-C624-4262-A745-03F334B65717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09BC3736-C624-4262-A745-03F334B65717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09BC3736-C624-4262-A745-03F334B65717}.Release|Any CPU.Build.0 = Release|Any CPU
{167A9FB2-5118-4E70-A28D-56F10E77DBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{167A9FB2-5118-4E70-A28D-56F10E77DBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{167A9FB2-5118-4E70-A28D-56F10E77DBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{167A9FB2-5118-4E70-A28D-56F10E77DBDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {678CD030-6D95-4251-99DA-9CC0998A3578}
EndGlobalSection
EndGlobal