summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-20 13:47:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-20 13:47:20 +0300
commit594c4d879243c0cc942104430b45cb44c90d2313 (patch)
treebb87248a140b7c3487aac78c2eaede672a20e12f /build
parent96c1531b76259c81fa14c85fb6fa98222ac5b94e (diff)
more useful extensions to include
Diffstat (limited to 'build')
-rw-r--r--build/vc.common/common.filters11
1 files changed, 7 insertions, 4 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters
index 5e19be3a01..df8d64b554 100644
--- a/build/vc.common/common.filters
+++ b/build/vc.common/common.filters
@@ -16,17 +16,20 @@
</ItemGroup>
<ItemGroup>
- <ClCompile Include="**\*.cpp">
+ <ClCompile Include="*\*.cpp;*\*.c;*\*.cxx;*\*.c++">
<Filter>Source Files</Filter>
</ClCompile>
- <ClInclude Include="**\*.h;**\*.hpp">
+ <ClInclude Include="*\*.h;*\*.hpp;*\*.hxx">
<Filter>Header Files</Filter>
</ClInclude>
- <ResourceCompile Include="**\*.rc">
+ <ResourceCompile Include="*\*.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
- <None Include="**\*.def">
+ <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