diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-19 16:18:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-19 16:18:38 +0000 |
commit | 3ced66e7eac9a8a0867073553db2b2bd74729b09 (patch) | |
tree | 060def4e524333d3ec00b1bbf68bb6e2de73381d /plugins/Dropbox/Dropbox_12.vcxproj | |
parent | 652b30703bdd978c4890f211fcdbaee116365717 (diff) |
project fixes pt. 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@8182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox_12.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox_12.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox_12.vcxproj b/plugins/Dropbox/Dropbox_12.vcxproj index f970b079e1..c97ca086f0 100644 --- a/plugins/Dropbox/Dropbox_12.vcxproj +++ b/plugins/Dropbox/Dropbox_12.vcxproj @@ -207,6 +207,9 @@ <ResourceCompile Include="res\Resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="res\dropbox.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|