Checking in more work... good stuff

This commit is contained in:
2016-07-25 17:12:45 -04:00
parent 1db10e8115
commit 8f8541afb2
55 changed files with 405 additions and 1 deletions

22
QuickFTP/QuickFTP.sln Normal file
View File

@@ -0,0 +1,22 @@
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}") = "quickftp", "quickftp\quickftp.csproj", "{E0B1E1C9-AF77-424A-9F00-CDD27C499350}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0B1E1C9-AF77-424A-9F00-CDD27C499350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0B1E1C9-AF77-424A-9F00-CDD27C499350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0B1E1C9-AF77-424A-9F00-CDD27C499350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0B1E1C9-AF77-424A-9F00-CDD27C499350}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal