This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
TtyRecMonkey.sln
63 lines (63 loc) · 3.68 KB
/
TtyRecMonkey.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7B1D523-2D87-4719-9F18-B7F6B11D44F8}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShinyConsole", "ShinyConsole\ShinyConsole.csproj", "{B246C8EE-F963-403A-893E-530B08BA7261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TtyRecMonkey", "TtyRecMonkey\TtyRecMonkey.csproj", "{2409C96E-18FC-4420-A755-A2509F3B33C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuttySharp", "PuttySharp\PuttySharp.csproj", "{6ECD1D84-437E-40A0-832D-C5D06762A6F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PuttyDLL", "Putty\WINDOWS\VS2012\putty\PuttyDLL.vcxproj", "{8F44624A-D188-4188-B9AA-5F99F20723E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B246C8EE-F963-403A-893E-530B08BA7261}.Debug|x64.ActiveCfg = Debug|x64
{B246C8EE-F963-403A-893E-530B08BA7261}.Debug|x64.Build.0 = Debug|x64
{B246C8EE-F963-403A-893E-530B08BA7261}.Debug|x86.ActiveCfg = Debug|x86
{B246C8EE-F963-403A-893E-530B08BA7261}.Debug|x86.Build.0 = Debug|x86
{B246C8EE-F963-403A-893E-530B08BA7261}.Release|x64.ActiveCfg = Release|x64
{B246C8EE-F963-403A-893E-530B08BA7261}.Release|x64.Build.0 = Release|x64
{B246C8EE-F963-403A-893E-530B08BA7261}.Release|x86.ActiveCfg = Release|x86
{B246C8EE-F963-403A-893E-530B08BA7261}.Release|x86.Build.0 = Release|x86
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Debug|x64.ActiveCfg = Debug|x64
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Debug|x64.Build.0 = Debug|x64
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Debug|x86.ActiveCfg = Debug|x86
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Debug|x86.Build.0 = Debug|x86
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Release|x64.ActiveCfg = Release|x64
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Release|x64.Build.0 = Release|x64
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Release|x86.ActiveCfg = Release|x86
{2409C96E-18FC-4420-A755-A2509F3B33C2}.Release|x86.Build.0 = Release|x86
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Debug|x64.ActiveCfg = Debug|x64
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Debug|x64.Build.0 = Debug|x64
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Debug|x86.ActiveCfg = Debug|x86
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Debug|x86.Build.0 = Debug|x86
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Release|x64.ActiveCfg = Release|x64
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Release|x64.Build.0 = Release|x64
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Release|x86.ActiveCfg = Release|x86
{6ECD1D84-437E-40A0-832D-C5D06762A6F0}.Release|x86.Build.0 = Release|x86
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Debug|x64.ActiveCfg = Debug|x64
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Debug|x64.Build.0 = Debug|x64
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Debug|x86.ActiveCfg = Debug|Win32
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Debug|x86.Build.0 = Debug|Win32
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Release|x64.ActiveCfg = Release|x64
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Release|x64.Build.0 = Release|x64
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Release|x86.ActiveCfg = Release|Win32
{8F44624A-D188-4188-B9AA-5F99F20723E1}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal