diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-30 18:18:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-30 18:18:41 +0300 |
commit | 60e076f77663869a74ac2eb5e3c3989b5e185a64 (patch) | |
tree | 8ebf6cab816cd0c2435b3cbb251564eba3b7dc01 /build/vc.common/common.filters | |
parent | 0b78dbbdb4fdd50952785117ec0456cedd9fc55b (diff) |
icons to be displayed in the Resource Items section
Diffstat (limited to 'build/vc.common/common.filters')
-rw-r--r-- | build/vc.common/common.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters index d02a5c4378..4fde6e6ba7 100644 --- a/build/vc.common/common.filters +++ b/build/vc.common/common.filters @@ -31,5 +31,8 @@ <ResourceCompile Include="res\*.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="res\*.ico">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
</ItemGroup>
</Project>
\ No newline at end of file |