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 /plugins/ListeningTo/src/players | |
parent | 87d086ae4119579025a3ab6ea6762a6d7baab105 (diff) |
compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ListeningTo/src/players')
-rw-r--r-- | plugins/ListeningTo/src/players/foo_mlt/foo_mlt_12.vcxproj | 8 |
1 files changed, 4 insertions, 4 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>
|