diff options
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/db_autobackups_10.vcxproj | 10 | ||||
-rw-r--r-- | plugins/Db_autobackups/db_autobackups_12.vcxproj | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Db_autobackups/db_autobackups_10.vcxproj b/plugins/Db_autobackups/db_autobackups_10.vcxproj index 42d285f610..875c634604 100644 --- a/plugins/Db_autobackups/db_autobackups_10.vcxproj +++ b/plugins/Db_autobackups/db_autobackups_10.vcxproj @@ -173,11 +173,6 @@ </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">
@@ -195,6 +190,11 @@ <ResourceCompile Include="res\db_autobackups.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Zlib\zlib_10.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Db_autobackups/db_autobackups_12.vcxproj b/plugins/Db_autobackups/db_autobackups_12.vcxproj index 4c6e38cf6a..78b2fc5bc3 100644 --- a/plugins/Db_autobackups/db_autobackups_12.vcxproj +++ b/plugins/Db_autobackups/db_autobackups_12.vcxproj @@ -176,7 +176,7 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="..\Zlib\zlib_11.vcxproj">
+ <ProjectReference Include="..\Zlib\zlib_12.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
</ItemGroup>
|