summaryrefslogtreecommitdiff
path: root/build/vc.common
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-05-30 18:17:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-05-30 18:17:20 +0300
commit0b78dbbdb4fdd50952785117ec0456cedd9fc55b (patch)
tree5f5f1b27e2e11b46f3116941c07a7b3e746bf92b /build/vc.common
parentcadce59e5a1e8918df7ccf69581f784e58d19903 (diff)
*YAHOO*
finally fixed in VS2019
Diffstat (limited to 'build/vc.common')
-rw-r--r--build/vc.common/common.filters18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters
index db5ca7471c..d02a5c4378 100644
--- a/build/vc.common/common.filters
+++ b/build/vc.common/common.filters
@@ -14,4 +14,22 @@
<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="src\stdafx.cxx">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\*.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\*.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\*.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file