diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-12 19:21:42 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-12 19:21:42 +0000 |
commit | 9c4510cd09c2fb34eeb1cefe58d70a7fb75e5ad4 (patch) | |
tree | ae1b0a09b21166bb16a4df25427b298952b6b293 /plugins/LotusNotify/LotusNotify_10.vcxproj | |
parent | 21ecc48547be0920eed6ce45d5948c3b7d0d7581 (diff) |
LotusNotify:
- options redesign (by pepinlebref)
- minor warnings fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/LotusNotify_10.vcxproj')
-rw-r--r-- | plugins/LotusNotify/LotusNotify_10.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/LotusNotify/LotusNotify_10.vcxproj b/plugins/LotusNotify/LotusNotify_10.vcxproj index d77f495c9f..e178c3c97c 100644 --- a/plugins/LotusNotify/LotusNotify_10.vcxproj +++ b/plugins/LotusNotify/LotusNotify_10.vcxproj @@ -112,6 +112,10 @@ <ItemGroup>
<ResourceCompile Include="res\LotusNotify.rc" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="res\icon1.ico" />
+ <None Include="res\icon2.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|