From f56b033e0c8cad0c3e31bff34dc40da96a386154 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 28 May 2016 13:57:09 +0100 Subject: [PATCH] remove VS filters The project filters for VS is just becoming an inconvenience and always ends up going out of sync with the src folder structure. Developers should use 'Show All Files' instead which displays the source files by their actual folder structure and other files in the repository that aren't included in the vcxproj. --- .gitignore | 1 + openrct2.vcxproj.filters | 400 --------------------------------------- 2 files changed, 1 insertion(+), 400 deletions(-) delete mode 100644 openrct2.vcxproj.filters diff --git a/.gitignore b/.gitignore index 1f0786c614..9d80ff739d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ local.properties ## files generated by popular Visual Studio add-ons. # User-specific files +*.vcxproj.filters *.suo *.user *.sln.docstates diff --git a/openrct2.vcxproj.filters b/openrct2.vcxproj.filters deleted file mode 100644 index 9f4c8a18c3..0000000000 --- a/openrct2.vcxproj.filters +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file