diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-22 22:51:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-22 22:51:16 +0300 |
commit | 833891d034299f18b5e336055e27673933e5e7ab (patch) | |
tree | 3692ce1cc590dde9db6de5b9dba7eb1dc69ea0c3 /build/vc.common/common.filters | |
parent | 9f219180a74f3dd481c808e291ed9b1745673f3d (diff) |
temporarily rolling back filters due to the problems with VS2017
Diffstat (limited to 'build/vc.common/common.filters')
-rw-r--r-- | build/vc.common/common.filters | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters index df8d64b554..ccbf069f07 100644 --- a/build/vc.common/common.filters +++ b/build/vc.common/common.filters @@ -14,22 +14,4 @@ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
</Filter>
</ItemGroup>
-
- <ItemGroup>
- <ClCompile Include="*\*.cpp;*\*.c;*\*.cxx;*\*.c++">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClInclude Include="*\*.h;*\*.hpp;*\*.hxx">
- <Filter>Header Files</Filter>
- </ClInclude>
- <ResourceCompile Include="*\*.rc">
- <Filter>Resource Files</Filter>
- </ResourceCompile>
- <None Include="*\*.def">
- <Filter>Source Files</Filter>
- </None>
- <None Include="*\*.ico;*\*.bmp;*\*.cur">
- <Filter>Resource Files</Filter>
- </None>
- </ItemGroup>
</Project>
\ No newline at end of file |