forked from kostapc/Putty-Tunnel-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TunnelManager.sln
36 lines (36 loc) · 1.98 KB
/
TunnelManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuTTY Tunnel Manager", "TunnelManager\PuTTY Tunnel Manager.csproj", "{45EC6417-C87F-46FD-9E53-CC520B10B9CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTM-Modern", "PTM-Modern\PTM-Modern.csproj", "{F5732FB2-8E65-49DE-BCA8-A305AE475872}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
TestForms|Any CPU = TestForms|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.Release|Any CPU.Build.0 = Release|Any CPU
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.TestForms|Any CPU.ActiveCfg = TestForms|Any CPU
{45EC6417-C87F-46FD-9E53-CC520B10B9CD}.TestForms|Any CPU.Build.0 = TestForms|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.Release|Any CPU.Build.0 = Release|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.TestForms|Any CPU.ActiveCfg = Debug|Any CPU
{F5732FB2-8E65-49DE-BCA8-A305AE475872}.TestForms|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 043992f3-492d-4e38-8570-de9891e62712
EndGlobalSection
EndGlobal