diff --git a/.gitignore b/.gitignore index 3475fd7..4f01c99 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj @@ -185,3 +185,5 @@ FakesAssemblies/ # Arx One FTP specific credentials.txt *.auto.cs + +.vs/ diff --git a/.vs/ArxOne.Ftp/v15/sqlite3/storage.ide b/.vs/ArxOne.Ftp/v15/sqlite3/storage.ide deleted file mode 100644 index 25d1ff0..0000000 Binary files a/.vs/ArxOne.Ftp/v15/sqlite3/storage.ide and /dev/null differ diff --git a/ArxOne.Ftp.sln b/ArxOne.Ftp.sln index 6f99523..91903c1 100644 --- a/ArxOne.Ftp.sln +++ b/ArxOne.Ftp.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.8 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArxOne.Ftp", "ArxOne.Ftp\ArxOne.Ftp.csproj", "{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}" EndProject @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icon", "Icon", "{6DF56731-0 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1832B687-7669-487F-81F7-4B19EA61EE6C}" ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore appveyor.yml = appveyor.yml credentials.txt = credentials.txt Default.testsettings = Default.testsettings @@ -50,4 +51,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1263A75E-0C7F-41E1-997C-37D1929DE1BE} + EndGlobalSection EndGlobal