diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
commit | 08f1e8bed5a53953c5ddbf06b2eaa22d6f891e36 (patch) | |
tree | c8bd234458cabbfa9893bb68615e5ec2a6057ac9 /plugins/NewAwaySysMod/NewAwaySys.vcxproj | |
parent | 5fef75ff28f634b08849aa1fe40b59ce982be1ff (diff) |
NewAwaySys: fix #662
git-svn-id: http://svn.miranda-ng.org/main/trunk@15327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/NewAwaySys.vcxproj')
-rw-r--r-- | plugins/NewAwaySysMod/NewAwaySys.vcxproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/NewAwaySys.vcxproj b/plugins/NewAwaySysMod/NewAwaySys.vcxproj index 32e8b3861a..7df05f7ab7 100644 --- a/plugins/NewAwaySysMod/NewAwaySys.vcxproj +++ b/plugins/NewAwaySysMod/NewAwaySys.vcxproj @@ -18,6 +18,23 @@ <Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\Delete.ico" />
+ <Image Include="res\Dot.ico" />
+ <Image Include="res\Ignore.ico" />
+ <Image Include="res\Indefinite.ico" />
+ <Image Include="res\MsgIcon.ico" />
+ <Image Include="res\NewCat.ico" />
+ <Image Include="res\NewMessage.ico" />
+ <Image Include="res\off.ico" />
+ <Image Include="res\on.ico" />
+ <Image Include="res\SaveAsNew.ico" />
+ <Image Include="res\SaveMsg.ico" />
+ <Image Include="res\Settings.ico" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="res\resource.h" />
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6A516E27-AC50-5374-756B-A1558DB2EFA9}</ProjectGuid>
<ProjectName>NewAwaySys</ProjectName>
|