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 | |
parent | 0b78dbbdb4fdd50952785117ec0456cedd9fc55b (diff) |
icons to be displayed in the Resource Items section
-rw-r--r-- | build/vc.common/common.filters | 3 | ||||
-rw-r--r-- | plugins/SmileyAdd/SmileyAdd.vcxproj | 3 |
2 files changed, 3 insertions, 3 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 diff --git a/plugins/SmileyAdd/SmileyAdd.vcxproj b/plugins/SmileyAdd/SmileyAdd.vcxproj index ad138c55fd..87eb21f46b 100644 --- a/plugins/SmileyAdd/SmileyAdd.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd.vcxproj @@ -35,9 +35,6 @@ <Project>{5D14CFF3-0D17-4528-99EA-DE9DCA47CC2E}</Project>
</ProjectReference>
</ItemGroup>
- <ItemGroup>
- <Image Include="res\smiley.ICO" />
- </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|