From 429bf5d8b31092fb7211b94517e590cbd51e1cdb Mon Sep 17 00:00:00 2001 From: LunaMoo Date: Mon, 13 Mar 2017 21:36:12 +0100 Subject: [PATCH] Use $(DefaultPlatformToolset)_xp for easier VS builds with different toolsets. --- Common/Common.vcxproj | 11 ++++++----- Core/Core.vcxproj | 13 +++++++------ GPU/GPU.vcxproj | 11 ++++++----- UI/UI.vcxproj | 13 +++++++------ Windows/PPSSPP.vcxproj | 13 +++++++------ ext/SPIRV-Cross.vcxproj | 13 ++++++------- ext/glslang.vcxproj | 10 +++++----- ext/libarmips.vcxproj | 17 +++++++++-------- ext/libkirk/libkirk.vcxproj | 13 +++++++------ ext/native/native.vcxproj | 11 ++++++----- ext/zlib/zlib.vcxproj | 13 +++++++------ headless/Headless.vcxproj | 13 +++++++------ unittest/UnitTests.vcxproj | 13 +++++++------ 13 files changed, 87 insertions(+), 77 deletions(-) diff --git a/Common/Common.vcxproj b/Common/Common.vcxproj index c2266ce701..5041823b2f 100644 --- a/Common/Common.vcxproj +++ b/Common/Common.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -22,31 +22,32 @@ {3FCDBAE2-5103-4350-9A8E-848CE9C73195} Win32Proj Common + 8.1 StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp diff --git a/Core/Core.vcxproj b/Core/Core.vcxproj index 569e317a3f..fc775acfac 100644 --- a/Core/Core.vcxproj +++ b/Core/Core.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -21,32 +21,33 @@ {533F1D30-D04D-47CC-AD71-20F658907E36} Core + 8.1 StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false false Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp @@ -761,4 +762,4 @@ - + \ No newline at end of file diff --git a/GPU/GPU.vcxproj b/GPU/GPU.vcxproj index ec6a24e1aa..c4d0f22f4d 100644 --- a/GPU/GPU.vcxproj +++ b/GPU/GPU.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -21,32 +21,33 @@ {457F45D2-556F-47BC-A31D-AFF0D15BEAED} GPU + 8.1 StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false false Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp diff --git a/UI/UI.vcxproj b/UI/UI.vcxproj index 94e65c2af8..c33e16f525 100644 --- a/UI/UI.vcxproj +++ b/UI/UI.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -84,31 +84,32 @@ {004B8D11-2BE3-4BD9-AB40-2BE04CF2096F} Win32Proj UI + 8.1 StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp Unicode @@ -235,4 +236,4 @@ - + \ No newline at end of file diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index 95794ac94e..35211c4dbd 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,28 +23,29 @@ DaSh Win32Proj PPSSPPWindows + 8.1 Application Unicode false - v140_xp + $(DefaultPlatformToolset)_xp Application Unicode - v140_xp + $(DefaultPlatformToolset)_xp Application Unicode - v140_xp + $(DefaultPlatformToolset)_xp Application Unicode - v140_xp + $(DefaultPlatformToolset)_xp @@ -549,4 +550,4 @@ - + \ No newline at end of file diff --git a/ext/SPIRV-Cross.vcxproj b/ext/SPIRV-Cross.vcxproj index 81a914672c..6d7e5fa88f 100644 --- a/ext/SPIRV-Cross.vcxproj +++ b/ext/SPIRV-Cross.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -22,32 +22,31 @@ {4328A62C-F1E9-47ED-B816-A1A81DAF4363} Win32Proj SPIRVCross - - + 8.1 StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp Unicode diff --git a/ext/glslang.vcxproj b/ext/glslang.vcxproj index 1e3a71c80e..b157570321 100644 --- a/ext/glslang.vcxproj +++ b/ext/glslang.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,26 +28,26 @@ StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode diff --git a/ext/libarmips.vcxproj b/ext/libarmips.vcxproj index 22bc0bba00..90dc8149b4 100644 --- a/ext/libarmips.vcxproj +++ b/ext/libarmips.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -30,43 +30,44 @@ {129E5E2B-39C1-4D84-96FE-DFD22DBB4A25} Win32Proj libarmips + 8.1 StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp Unicode @@ -334,4 +335,4 @@ - + \ No newline at end of file diff --git a/ext/libkirk/libkirk.vcxproj b/ext/libkirk/libkirk.vcxproj index cdc3e4f739..a3b40a34c0 100644 --- a/ext/libkirk/libkirk.vcxproj +++ b/ext/libkirk/libkirk.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -21,31 +21,32 @@ {3BAAE095-E0AB-4B0E-B5DF-CE39C8AE31DE} libkirk + 8.1 StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary true - v140_xp + $(DefaultPlatformToolset)_xp Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode StaticLibrary false - v140_xp + $(DefaultPlatformToolset)_xp Unicode @@ -156,4 +157,4 @@ - + \ No newline at end of file diff --git a/ext/native/native.vcxproj b/ext/native/native.vcxproj index 2ce58922ac..701e686327 100644 --- a/ext/native/native.vcxproj +++ b/ext/native/native.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -22,32 +22,33 @@ {C4DF647E-80EA-4111-A0A8-218B1B711E18} Win32Proj native + 8.1 StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false false Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp diff --git a/ext/zlib/zlib.vcxproj b/ext/zlib/zlib.vcxproj index 30bcd6ee0f..a09877ff25 100644 --- a/ext/zlib/zlib.vcxproj +++ b/ext/zlib/zlib.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -52,32 +52,33 @@ {F761046E-6C38-4428-A5F1-38391A37BB34} Win32Proj zlib + 8.1 StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary true Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false false Unicode - v140_xp + $(DefaultPlatformToolset)_xp StaticLibrary false Unicode - v140_xp + $(DefaultPlatformToolset)_xp @@ -194,4 +195,4 @@ - + \ No newline at end of file diff --git a/headless/Headless.vcxproj b/headless/Headless.vcxproj index 90a93f0578..3ab027ea2f 100644 --- a/headless/Headless.vcxproj +++ b/headless/Headless.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,32 +23,33 @@ Win32Proj Headless PPSSPPHeadless + 8.1 Application true Unicode - v140_xp + $(DefaultPlatformToolset)_xp Application true Unicode - v140_xp + $(DefaultPlatformToolset)_xp Application false false Unicode - v140_xp + $(DefaultPlatformToolset)_xp Application false Unicode - v140_xp + $(DefaultPlatformToolset)_xp @@ -272,4 +273,4 @@ - + \ No newline at end of file diff --git a/unittest/UnitTests.vcxproj b/unittest/UnitTests.vcxproj index a5b9feec93..9f35957e35 100644 --- a/unittest/UnitTests.vcxproj +++ b/unittest/UnitTests.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -23,31 +23,32 @@ Win32Proj UnitTests UnitTest + 8.1 Application true - v140_xp + $(DefaultPlatformToolset)_xp Unicode Application true - v140_xp + $(DefaultPlatformToolset)_xp Unicode Application false - v140_xp + $(DefaultPlatformToolset)_xp false Unicode Application false - v140_xp + $(DefaultPlatformToolset)_xp Unicode @@ -222,4 +223,4 @@ - + \ No newline at end of file