Fix build issue with VS2015 (#329)

This commit is contained in:
tomcw 2016-07-01 18:44:53 +01:00
parent ceb38c25ff
commit e3e02a31f5

View File

@ -236,13 +236,13 @@
<None Include="source\CPU\cpu_instructions.inl" /> <None Include="source\CPU\cpu_instructions.inl" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="zip_lib\zip_lib2013.vcxproj"> <ProjectReference Include="zip_lib\zip_lib2015.vcxproj">
<Project>{509739e7-0af3-4c09-a1a9-f0b1bc31b39d}</Project> <Project>{509739e7-0af3-4c09-a1a9-f0b1bc31b39d}</Project>
</ProjectReference> </ProjectReference>
<ProjectReference Include="zlib\zlib-Express2013.vcxproj"> <ProjectReference Include="zlib\zlib-Express2015.vcxproj">
<Project>{9b32a6e7-1237-4f36-8903-a3fd51df9c4e}</Project> <Project>{9b32a6e7-1237-4f36-8903-a3fd51df9c4e}</Project>
</ProjectReference> </ProjectReference>
<ProjectReference Include="libyaml\win32\yaml2013.vcxproj"> <ProjectReference Include="libyaml\win32\yaml2015.vcxproj">
<Project>{0212e0df-06da-4080-bd1d-f3b01599f70f}</Project> <Project>{0212e0df-06da-4080-bd1d-f3b01599f70f}</Project>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>