diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-17 19:07:22 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-17 19:07:22 +0000 |
commit | 3fda20c00f0d7e8a266970475719717cfbcf00c9 (patch) | |
tree | 0341f47f0045e4d1a6acb8d6f821d73536fadffc /plugins/NewsAggregator/NewsAggregator_11.vcxproj | |
parent | 955305b73ea680d0f7c184eac2c56986da8a6b37 (diff) |
added dialogs for future
git-svn-id: http://svn.miranda-ng.org/main/trunk@5401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/NewsAggregator_11.vcxproj')
-rw-r--r-- | plugins/NewsAggregator/NewsAggregator_11.vcxproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/NewsAggregator_11.vcxproj b/plugins/NewsAggregator/NewsAggregator_11.vcxproj index c77219aea5..976ce24f74 100644 --- a/plugins/NewsAggregator/NewsAggregator_11.vcxproj +++ b/plugins/NewsAggregator/NewsAggregator_11.vcxproj @@ -200,6 +200,15 @@ <ClCompile Include="Src\Update.cpp" />
<ClCompile Include="Src\Utils.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\AddFeed.ico" />
+ <Image Include="res\CheckAll.ico" />
+ <Image Include="res\Disabled.ico" />
+ <Image Include="res\Enabled.ico" />
+ <Image Include="res\Export.ico" />
+ <Image Include="res\Import.ico" />
+ <Image Include="res\Main.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|