diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-09 19:52:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-09 19:52:07 +0000 |
commit | dc15843b8237831a121d493fa5a1f3b679013d48 (patch) | |
tree | 6949084371400e1218c92cdd5bbb0fdd29100244 | |
parent | 87d086ae4119579025a3ab6ea6762a6d7baab105 (diff) |
compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj | 8 | ||||
-rw-r--r-- | plugins/MirOTR/libotr-3.2.0/libotr320_12.vcxproj | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj index 481e8ec22c..089412db3f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj +++ b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj @@ -139,19 +139,19 @@ </ClCompile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="foobar2000\foobar2000_component_client\foobar2000_component_client_11.vcxproj">
+ <ProjectReference Include="foobar2000\foobar2000_component_client\foobar2000_component_client_12.vcxproj">
<Project>{71ad2674-065b-48f5-b8b0-e1f9d3892081}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="foobar2000\helpers\foobar2000_sdk_helpers_11.vcxproj">
+ <ProjectReference Include="foobar2000\helpers\foobar2000_sdk_helpers_12.vcxproj">
<Project>{ee47764e-a202-4f85-a767-abdab4aff35f}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="foobar2000\SDK\foobar2000_SDK_11.vcxproj">
+ <ProjectReference Include="foobar2000\SDK\foobar2000_SDK_12.vcxproj">
<Project>{e8091321-d79d-4575-86ef-064ea1a4a20d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="pfc\pfc_11.vcxproj">
+ <ProjectReference Include="pfc\pfc_12.vcxproj">
<Project>{ebfffb4e-261d-44d3-b89c-957b31a0bf9c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
diff --git a/plugins/MirOTR/libotr-3.2.0/libotr320_12.vcxproj b/plugins/MirOTR/libotr-3.2.0/libotr320_12.vcxproj index 1a82c774fd..6a149a2c33 100644 --- a/plugins/MirOTR/libotr-3.2.0/libotr320_12.vcxproj +++ b/plugins/MirOTR/libotr-3.2.0/libotr320_12.vcxproj @@ -148,7 +148,7 @@ <ClInclude Include="custom\config.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_11.vcxproj">
+ <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_12.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
</ItemGroup>
|