diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
commit | c136cd1708b19561b84cf2ec019a0aacbbe87ac4 (patch) | |
tree | df2f28bf70aeab6ce22c16aade602b1d66c49f6d /plugins/ListeningTo | |
parent | bd65cffeed3d8b9e86a60fcc8d81733fba42a420 (diff) |
projects references fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ListeningTo')
-rw-r--r-- | plugins/ListeningTo/src/players/foo_mlt/foo_mlt_14.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
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>
|