diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-09 19:49:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-09 19:49:22 +0300 |
commit | b3426f18af23b81b24934395dfe24d16ef213b8e (patch) | |
tree | 7e76e104b2c78ea7cd16f2429139de16cc1ed6d1 /src/core/stduihist | |
parent | b80d60e0f856c31e585fc552669d2bfc7400f083 (diff) |
if smth cannot be incuded, it shall be inlined
Diffstat (limited to 'src/core/stduihist')
-rw-r--r-- | src/core/stduihist/stduihist.vcxproj.filters | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/stduihist/stduihist.vcxproj.filters b/src/core/stduihist/stduihist.vcxproj.filters index e39f86d5d6..1ed30e13d0 100644 --- a/src/core/stduihist/stduihist.vcxproj.filters +++ b/src/core/stduihist/stduihist.vcxproj.filters @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(ProjectDir)..\..\..\build\vc.common\common.filters" />
+ <ItemGroup>
+ <ClInclude Include="src\*.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClCompile Include="src\*.cpp;src\*.cxx">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ResourceCompile Include="res\*.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <None Include="res\*.ico;res\*.bmp;res\*.cur">
+ <Filter>Resource Files</Filter>
+ </None>
+ </ItemGroup>
</Project>
\ No newline at end of file |