diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-22 21:58:50 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-22 21:58:50 +0000 |
commit | ae983ffa444902e6354e68317c97fdcbc781afe6 (patch) | |
tree | 820ba440f18583fdafd34bfbd9651c5648c88a26 /plugins/AutoShutdown/shutdown_10.vcxproj | |
parent | 3fe0183127f71140708186188f14994562f9dd0b (diff) |
AutoShutdown:
- fixed TopToolbar Button (fixes #439)
- redesigned options dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@5789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/shutdown_10.vcxproj')
-rw-r--r-- | plugins/AutoShutdown/shutdown_10.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/shutdown_10.vcxproj b/plugins/AutoShutdown/shutdown_10.vcxproj index 13be234c5e..6a1772d787 100644 --- a/plugins/AutoShutdown/shutdown_10.vcxproj +++ b/plugins/AutoShutdown/shutdown_10.vcxproj @@ -220,6 +220,11 @@ <ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="res\active.ico" />
+ <None Include="res\header.ico" />
+ <None Include="res\inactive.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|