summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-22 08:27:51 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-22 08:27:51 +0000
commitc136cd1708b19561b84cf2ec019a0aacbbe87ac4 (patch)
treedf2f28bf70aeab6ce22c16aade602b1d66c49f6d
parentbd65cffeed3d8b9e86a60fcc8d81733fba42a420 (diff)
projects references fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/FTPFileYM/ftpfile_14.vcxproj2
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj8
-rw-r--r--plugins/MirOTR/MirOTR_14.vcxproj6
-rw-r--r--plugins/MirOTR/libotr/libotr_14.vcxproj2
-rw-r--r--protocols/Sametime/sametime_14.vcxproj2
5 files changed, 10 insertions, 10 deletions
diff --git a/plugins/FTPFileYM/ftpfile_14.vcxproj b/plugins/FTPFileYM/ftpfile_14.vcxproj
index bf1f64cfbe..9c23957bc1 100644
--- a/plugins/FTPFileYM/ftpfile_14.vcxproj
+++ b/plugins/FTPFileYM/ftpfile_14.vcxproj
@@ -222,7 +222,7 @@
<ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
- <ProjectReference Include="curl\lib\vc6libcurl_12.vcxproj">
+ <ProjectReference Include="curl\lib\vc6libcurl_14.vcxproj">
<Project>{01f9e227-06f5-4bed-907f-402ca7dfafe6}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj
index 8e722a8042..f84d2af426 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj
@@ -139,19 +139,19 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="foobar2000\foobar2000_component_client\foobar2000_component_client_12.vcxproj">
+ <ProjectReference Include="foobar2000\foobar2000_component_client\foobar2000_component_client_14.vcxproj">
<Project>{71ad2674-065b-48f5-b8b0-e1f9d3892081}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="foobar2000\helpers\foobar2000_sdk_helpers_12.vcxproj">
+ <ProjectReference Include="foobar2000\helpers\foobar2000_sdk_helpers_14.vcxproj">
<Project>{ee47764e-a202-4f85-a767-abdab4aff35f}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="foobar2000\SDK\foobar2000_SDK_12.vcxproj">
+ <ProjectReference Include="foobar2000\SDK\foobar2000_SDK_14.vcxproj">
<Project>{e8091321-d79d-4575-86ef-064ea1a4a20d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="pfc\pfc_12.vcxproj">
+ <ProjectReference Include="pfc\pfc_14.vcxproj">
<Project>{ebfffb4e-261d-44d3-b89c-957b31a0bf9c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
diff --git a/plugins/MirOTR/MirOTR_14.vcxproj b/plugins/MirOTR/MirOTR_14.vcxproj
index a75d0803ed..549e551885 100644
--- a/plugins/MirOTR/MirOTR_14.vcxproj
+++ b/plugins/MirOTR/MirOTR_14.vcxproj
@@ -226,13 +226,13 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="ekhtml\ekhtml_12.vcxproj">
+ <ProjectReference Include="ekhtml\ekhtml_14.vcxproj">
<Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project>
</ProjectReference>
- <ProjectReference Include="Libgcrypt\Libgcrypt_12.vcxproj">
+ <ProjectReference Include="Libgcrypt\Libgcrypt_14.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
- <ProjectReference Include="libotr\libotr_12.vcxproj">
+ <ProjectReference Include="libotr\libotr_14.vcxproj">
<Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/MirOTR/libotr/libotr_14.vcxproj b/plugins/MirOTR/libotr/libotr_14.vcxproj
index b1196473df..45f11d78ba 100644
--- a/plugins/MirOTR/libotr/libotr_14.vcxproj
+++ b/plugins/MirOTR/libotr/libotr_14.vcxproj
@@ -152,7 +152,7 @@
<ClInclude Include="custom\config.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Libgcrypt\Libgcrypt_12.vcxproj">
+ <ProjectReference Include="..\Libgcrypt\Libgcrypt_14.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/protocols/Sametime/sametime_14.vcxproj b/protocols/Sametime/sametime_14.vcxproj
index f309083b9b..e669f57866 100644
--- a/protocols/Sametime/sametime_14.vcxproj
+++ b/protocols/Sametime/sametime_14.vcxproj
@@ -333,7 +333,7 @@
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="src\glib\glib_12.vcxproj">
+ <ProjectReference Include="src\glib\glib_14.vcxproj">
<Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
</ProjectReference>
</ItemGroup>