diff options
author | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-11 17:16:42 +0000 |
---|---|---|
committer | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-11 17:16:42 +0000 |
commit | 729e1455178c6e5e83e9c6fcbc9deda2bec35a92 (patch) | |
tree | 6ea6e124a574826ff39821f9ab2529fd375ea5fe /plugins/Db_autobackups/db_autobackups_11.vcxproj | |
parent | f82d7993aa423b0628a662f2d58bbf387cb48db8 (diff) |
Db_autobackups: added ability to compress the backups in the archive, version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/db_autobackups_11.vcxproj')
-rw-r--r-- | plugins/Db_autobackups/db_autobackups_11.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/db_autobackups_11.vcxproj b/plugins/Db_autobackups/db_autobackups_11.vcxproj index c2a3156b44..034fd73f86 100644 --- a/plugins/Db_autobackups/db_autobackups_11.vcxproj +++ b/plugins/Db_autobackups/db_autobackups_11.vcxproj @@ -176,6 +176,11 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ProjectReference Include="..\Zlib\zlib_11.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
<ClCompile Include="src\backup.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\stdafx.cpp">
|