Fixed project dependency (was f'cked up by Visual Studio import wizard).

This commit is contained in:
LoRd_MuldeR 2015-12-19 23:31:47 +01:00
parent 2c17359bf9
commit f322399673
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 6 #define VER_X264_MINOR 6
#define VER_X264_PATCH 3 #define VER_X264_PATCH 3
#define VER_X264_BUILD 997 #define VER_X264_BUILD 998
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)

View File

@ -488,7 +488,7 @@ copy /Y "$(ProjectDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\im
<Manifest Include="etc\manifest\compat.manifest" /> <Manifest Include="etc\manifest\compat.manifest" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\MUtilities\MUtilities_VS2013.vcxproj"> <ProjectReference Include="..\MUtilities\MUtilities_VS2015.vcxproj">
<Project>{55405fe1-149f-434c-9d72-4b64348d2a08}</Project> <Project>{55405fe1-149f-434c-9d72-4b64348d2a08}</Project>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>