[VideoCommon] Remove references to now non-existant files OpenCL.h and OpenCL/OCLTextureDecoder.h in the Visual Studio vcxproj file.
This commit is contained in:
parent
97119d0e89
commit
e96f464eb5
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
|
@ -112,8 +112,6 @@
|
|||
<ClInclude Include="NativeVertexFormat.h" />
|
||||
<ClInclude Include="OnScreenDisplay.h" />
|
||||
<ClInclude Include="OpcodeDecoding.h" />
|
||||
<ClInclude Include="OpenCL.h" />
|
||||
<ClInclude Include="OpenCL\OCLTextureDecoder.h" />
|
||||
<ClInclude Include="PerfQueryBase.h" />
|
||||
<ClInclude Include="PixelEngine.h" />
|
||||
<ClInclude Include="PixelShaderGen.h" />
|
||||
|
@ -161,4 +159,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
Reference in New Issue