summaryrefslogtreecommitdiff
path: root/projects/settingsgen_vs141.vcxproj.filters
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-04-07 11:42:20 +0200
committerglx22 <glx22@users.noreply.github.com>2020-06-05 19:36:05 +0200
commit84b71f796220b382c2bf943a406234ffb18098b8 (patch)
tree4312fe34a6b762866583161e97a478e52c75e392 /projects/settingsgen_vs141.vcxproj.filters
parenteeed3a7613d375f66781f53b42e03729a4ca1c33 (diff)
downloadopenttd-84b71f796220b382c2bf943a406234ffb18098b8.tar.xz
Remove: all existing project files
This prepares for the switch to CMake, which takes over all current exisiting forms of project files.
Diffstat (limited to 'projects/settingsgen_vs141.vcxproj.filters')
-rw-r--r--projects/settingsgen_vs141.vcxproj.filters32
1 files changed, 0 insertions, 32 deletions
diff --git a/projects/settingsgen_vs141.vcxproj.filters b/projects/settingsgen_vs141.vcxproj.filters
deleted file mode 100644
index c8afe0c8e..000000000
--- a/projects/settingsgen_vs141.vcxproj.filters
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <Filter Include="Source Files">
- <UniqueIdentifier>{a4678737-b3b3-4be5-9db1-fa6ccd164c59}</UniqueIdentifier>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\src\core\alloc_func.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\src\misc\getoptdata.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\src\ini_load.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\src\settingsgen\settingsgen.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\src\string.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\src\misc\getoptdata.h" />
- <ClInclude Include="..\src\ini_type.h" />
- <ClInclude Include="..\src\core\smallvec_type.hpp" />
- <ClInclude Include="..\src\string_func.h" />
- <ClInclude Include="..\src\strings_type.h" />
- </ItemGroup>
-</Project>