diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-30 18:17:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-30 18:17:20 +0300 |
commit | 0b78dbbdb4fdd50952785117ec0456cedd9fc55b (patch) | |
tree | 5f5f1b27e2e11b46f3116941c07a7b3e746bf92b /build/vc.common | |
parent | cadce59e5a1e8918df7ccf69581f784e58d19903 (diff) |
*YAHOO*
finally fixed in VS2019
Diffstat (limited to 'build/vc.common')
-rw-r--r-- | build/vc.common/common.filters | 18 |
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 |