From 4a3853efaeb2c434f87ee18e2154a3f4f6a4d5a7 Mon Sep 17 00:00:00 2001 From: Harsh Gupta Date: Mon, 5 Jun 2017 13:30:38 +0530 Subject: [PATCH] cleanup repo --- FluentFTP.sublime-project | 45 --------------------------------------- build_docs.bat | 16 -------------- 2 files changed, 61 deletions(-) delete mode 100644 FluentFTP.sublime-project delete mode 100644 build_docs.bat diff --git a/FluentFTP.sublime-project b/FluentFTP.sublime-project deleted file mode 100644 index 71ff5a667..000000000 --- a/FluentFTP.sublime-project +++ /dev/null @@ -1,45 +0,0 @@ -{ - "folders": - [ - { - "path": "FluentFTP", - "name": "FluentFTP", - "file_exclude_patterns": ["*.csproj", "*.sln"], - "folder_exclude_patterns": ["bin", "obj"] - }, - { - "path": "FluentFTP.Tests", - "name": "Tests", - "file_exclude_patterns": ["*.csproj", "*.sln"], - "folder_exclude_patterns": ["bin", "obj"] - }, - { - "path": "FluentFTP.Examples", - "name": "Examples", - "file_exclude_patterns": ["*.csproj", "*.sln"], - "folder_exclude_patterns": ["bin", "obj"] - } - - ], - "settings": { - "tab_size": 4 - }, - "build_systems": [ - { - "name": "Build Debug", - "cmd": ["make", "debug"], - "working_dir": "$project_path" - }, - { - "name": "Build Release", - "cmd": ["make", "release"], - "working_dir": "$project_path" - }, - { - "name": "Run Tests", - "cmd": ["make", "test"], - "working_dir": "$project_path" - } - ], - "solution_file": "./FtpClient.sln" -} diff --git a/build_docs.bat b/build_docs.bat deleted file mode 100644 index 6a3faf44f..000000000 --- a/build_docs.bat +++ /dev/null @@ -1,16 +0,0 @@ -@echo off -setlocal -set msbuild=C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe - -if exist FluentFTP\bin rd /q /s FluentFTP\bin -%msbuild% /p:Configuration=Release FluentFTP\FluentFTP.csproj - -cd Sandcastle -if exist CHM rd /q /s CHM -if exist HTML rd /q /s HTML -%msbuild% /p:Configuration=Release "API_Reference_CHM.shfbproj" -%msbuild% /p:Configuration=Release "API_Reference_HTML.shfbproj" -if exist CHM/LastBuild.log del /q /s CHM/LastBuild.log -if exist HTML/LastBuild.log del /q /s HTML/LastBuild.log -cd .. -pause \ No newline at end of file