OSDN Git Service

Update the Windows Target Platform Version
authorAlexis Hetu <sugoi@google.com>
Thu, 19 Oct 2017 18:53:33 +0000 (14:53 -0400)
committerAlexis Hétu <sugoi@google.com>
Thu, 19 Oct 2017 20:54:19 +0000 (20:54 +0000)
commit66fff4e8efac09a92d3176684d59f9112b7dc972
tree32a682c1b4b476c21699df1a35472710cc429f90
parent70844755c9a7781b3f8c6cbfdd7c8d6420f9f646
Update the Windows Target Platform Version

Rather than have to download a previous version (10.0.15063.0),
we can update the solution to the current version (10.0.16299.0).
Built solution in 32b/64b release/debug with no failures.

Change-Id: If19d8f6edcce4bcfac21c005f647ab1619837d16
Reviewed-on: https://swiftshader-review.googlesource.com/13208
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Alexis Hétu <sugoi@google.com>
43 files changed:
src/D3D8/D3D8.vcxproj
src/D3D9/D3D9.vcxproj
src/OpenGL/compiler/Compiler.vcxproj
src/OpenGL/compiler/preprocessor/preprocessor.vcxproj
src/OpenGL/libEGL/libEGL.vcxproj
src/OpenGL/libGL/libGL.vcxproj
src/OpenGL/libGLES_CM/libGLES_CM.vcxproj
src/OpenGL/libGLESv2/libGLESv2.vcxproj
src/Reactor/Reactor.vcxproj
src/Reactor/Subzero.vcxproj
src/Reactor/SubzeroLLVMDependencies.vcxproj
src/Reactor/SubzeroTest.vcxproj
src/SwiftShader/SwiftShader.vcxproj
tests/OGLSimpleCube/OGLSimpleCube.vcxproj
tests/unittests/unittests.vcxproj
third_party/LLVM/include/llvm/intrinsics_gen.vcxproj
third_party/LLVM/lib/Analysis/LLVMAnalysis.vcxproj
third_party/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj
third_party/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj
third_party/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj
third_party/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj
third_party/LLVM/lib/MC/LLVMMC.vcxproj
third_party/LLVM/lib/Support/LLVMSupport.vcxproj
third_party/LLVM/lib/TableGen/LLVMTableGen.vcxproj
third_party/LLVM/lib/Target/LLVMTarget.vcxproj
third_party/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj
third_party/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj
third_party/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj
third_party/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj
third_party/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj
third_party/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj
third_party/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj
third_party/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj
third_party/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj
third_party/LLVM/lib/VMCore/LLVMCore.vcxproj
third_party/LLVM/utils/TableGen/llvm-tblgen.vcxproj
third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj
third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj
third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj
third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj
third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj
third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj
third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj