-
Notifications
You must be signed in to change notification settings - Fork 1
/
TcpTunnel.sln
43 lines (43 loc) · 2.51 KB
/
TcpTunnel.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 Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TcpTunnel", "TcpTunnel\TcpTunnel.csproj", "{7E3317F6-E20D-4A40-B4EC-733CEC525A5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestGateway", "TestGateway\TestGateway.csproj", "{EDA04F3D-9424-4DBD-AB23-E06BD587798B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProxyServer", "TestProxyServer\TestProxyServer.csproj", "{821B7471-76C6-498B-A254-0E5BBE150F39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProxyClient", "TestProxyClient\TestProxyClient.csproj", "{5368590A-8168-452A-963D-B6B5ABD1640E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E3317F6-E20D-4A40-B4EC-733CEC525A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E3317F6-E20D-4A40-B4EC-733CEC525A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E3317F6-E20D-4A40-B4EC-733CEC525A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E3317F6-E20D-4A40-B4EC-733CEC525A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{EDA04F3D-9424-4DBD-AB23-E06BD587798B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDA04F3D-9424-4DBD-AB23-E06BD587798B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDA04F3D-9424-4DBD-AB23-E06BD587798B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDA04F3D-9424-4DBD-AB23-E06BD587798B}.Release|Any CPU.Build.0 = Release|Any CPU
{821B7471-76C6-498B-A254-0E5BBE150F39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{821B7471-76C6-498B-A254-0E5BBE150F39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{821B7471-76C6-498B-A254-0E5BBE150F39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{821B7471-76C6-498B-A254-0E5BBE150F39}.Release|Any CPU.Build.0 = Release|Any CPU
{5368590A-8168-452A-963D-B6B5ABD1640E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5368590A-8168-452A-963D-B6B5ABD1640E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5368590A-8168-452A-963D-B6B5ABD1640E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5368590A-8168-452A-963D-B6B5ABD1640E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13436B29-0A4D-4EB0-8C61-45B77F632194}
EndGlobalSection
EndGlobal