-
Notifications
You must be signed in to change notification settings - Fork 9
/
FTPSClient.sln
56 lines (56 loc) · 3.17 KB
/
FTPSClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTPSClientCmdApp", "FTPSClientCmdApp\FTPSClientCmdApp.csproj", "{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTPSClient", "FTPSClient\FTPSClient.csproj", "{8271707D-0C08-460D-A332-6FDB8D0BB6D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{1275F362-2F28-4F6D-8F73-DBAEAA4F9F8D}"
ProjectSection(SolutionItems) = preProject
Lib\C5.dll = Lib\C5.dll
Lib\Plossum CommandLine.dll = Lib\Plossum CommandLine.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80BAE5FB-608B-4D2E-8705-0CE1475E9EAD}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Debug|Win32.ActiveCfg = Debug|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Release|Any CPU.Build.0 = Release|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1AFDF825-AFF2-4A46-80B6-3AF5F81941F6}.Release|Win32.ActiveCfg = Release|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Debug|Win32.ActiveCfg = Debug|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Release|Any CPU.Build.0 = Release|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8271707D-0C08-460D-A332-6FDB8D0BB6D1}.Release|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal