summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-07 13:48:07 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-07 13:48:07 +0000
commit89e6a1c1f062fc00ccb66114a06636109918a7be (patch)
treefdb286b8e203315c8e23f52f1121d7e86f7d22a7
parentbdee4949638e029b230687955280c2c7d1897cd7 (diff)
fix for zlib reference
git-svn-id: http://svn.miranda-ng.org/main/trunk@2688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/FreeImage/FreeImage_11.vcxproj2
-rw-r--r--plugins/PluginUpdater/PluginUpdaterIM_11.vcxproj2
-rw-r--r--plugins/PluginUpdater/PluginUpdater_11.vcxproj2
-rw-r--r--protocols/AimOscar/aim_11.vcxproj2
-rw-r--r--protocols/JabberG/jabber_11.vcxproj2
-rw-r--r--protocols/MRA/Mra_11.vcxproj2
-rw-r--r--src/miranda32_11.vcxproj2
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/FreeImage/FreeImage_11.vcxproj b/plugins/FreeImage/FreeImage_11.vcxproj
index a681940a06..f962dfef24 100644
--- a/plugins/FreeImage/FreeImage_11.vcxproj
+++ b/plugins/FreeImage/FreeImage_11.vcxproj
@@ -183,7 +183,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="..\zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
diff --git a/plugins/PluginUpdater/PluginUpdaterIM_11.vcxproj b/plugins/PluginUpdater/PluginUpdaterIM_11.vcxproj
index a09c0c25ff..86a2abbb49 100644
--- a/plugins/PluginUpdater/PluginUpdaterIM_11.vcxproj
+++ b/plugins/PluginUpdater/PluginUpdaterIM_11.vcxproj
@@ -218,7 +218,7 @@
<None Include="res\menu.ico" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/PluginUpdater/PluginUpdater_11.vcxproj b/plugins/PluginUpdater/PluginUpdater_11.vcxproj
index 8dc2a9b9b2..c05cc8665c 100644
--- a/plugins/PluginUpdater/PluginUpdater_11.vcxproj
+++ b/plugins/PluginUpdater/PluginUpdater_11.vcxproj
@@ -221,7 +221,7 @@
<ClCompile Include="src\Utils.cpp" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\Zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/protocols/AimOscar/aim_11.vcxproj b/protocols/AimOscar/aim_11.vcxproj
index 437eb8dcbd..b2082cc58f 100644
--- a/protocols/AimOscar/aim_11.vcxproj
+++ b/protocols/AimOscar/aim_11.vcxproj
@@ -245,7 +245,7 @@
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\plugins\zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\..\plugins\zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
diff --git a/protocols/JabberG/jabber_11.vcxproj b/protocols/JabberG/jabber_11.vcxproj
index e1f5fac0ff..4e75869570 100644
--- a/protocols/JabberG/jabber_11.vcxproj
+++ b/protocols/JabberG/jabber_11.vcxproj
@@ -295,7 +295,7 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\plugins\zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\..\plugins\zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
diff --git a/protocols/MRA/Mra_11.vcxproj b/protocols/MRA/Mra_11.vcxproj
index 67aba16213..0eef27308b 100644
--- a/protocols/MRA/Mra_11.vcxproj
+++ b/protocols/MRA/Mra_11.vcxproj
@@ -242,7 +242,7 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\plugins\Zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\..\plugins\Zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/src/miranda32_11.vcxproj b/src/miranda32_11.vcxproj
index 159926ad1f..10611d4630 100644
--- a/src/miranda32_11.vcxproj
+++ b/src/miranda32_11.vcxproj
@@ -611,7 +611,7 @@
<ResourceCompile Include="version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\plugins\zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\plugins\zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>