From 33023bc81fd8a36a6092bbd58b42488fca198c01 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Wed, 15 Apr 2015 16:16:37 -0700 Subject: [PATCH] Make PropertySheets imports non-conditional Interpolated Platform and Configuration values to avoid case-by-case condition validation. (This could allow for future configurations and platforms without additional modifications to VCXPROJ files). --- Source/3rd Party/7zip/7zip.vcxproj | 3 +-- Source/3rd Party/WTL/WTL.vcxproj | 3 +-- Source/3rd Party/wx/wx_base.vcxproj | 3 +-- Source/3rd Party/wx/wx_core.vcxproj | 3 +-- Source/3rd Party/wx/wx_wxjpeg.vcxproj | 3 +-- Source/3rd Party/wx/wx_wxpng.vcxproj | 3 +-- Source/3rd Party/wx/wx_wxzlib.vcxproj | 3 +-- Source/3rd Party/zlib/zlib.vcxproj | 3 +-- Source/Common/Common.vcxproj | 3 +-- Source/Glide64/Glide64.vcxproj | 3 +-- Source/GlideHQ/GlideHQ.vcxproj | 3 +-- Source/Glitch64/Glitch64.vcxproj | 3 +-- Source/Installer/Installer.vcxproj | 8 ++------ Source/Project64/Project64.vcxproj | 3 +-- Source/nragev20/NRage_Input_V2.vcxproj | 3 +-- 15 files changed, 16 insertions(+), 34 deletions(-) diff --git a/Source/3rd Party/7zip/7zip.vcxproj b/Source/3rd Party/7zip/7zip.vcxproj index 33f0110e7..4823c4f07 100644 --- a/Source/3rd Party/7zip/7zip.vcxproj +++ b/Source/3rd Party/7zip/7zip.vcxproj @@ -95,8 +95,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/WTL/WTL.vcxproj b/Source/3rd Party/WTL/WTL.vcxproj index f916d5ecb..ef384899e 100644 --- a/Source/3rd Party/WTL/WTL.vcxproj +++ b/Source/3rd Party/WTL/WTL.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/wx/wx_base.vcxproj b/Source/3rd Party/wx/wx_base.vcxproj index a846dcea8..35c9a330f 100644 --- a/Source/3rd Party/wx/wx_base.vcxproj +++ b/Source/3rd Party/wx/wx_base.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/wx/wx_core.vcxproj b/Source/3rd Party/wx/wx_core.vcxproj index 8ce311047..6180487e7 100644 --- a/Source/3rd Party/wx/wx_core.vcxproj +++ b/Source/3rd Party/wx/wx_core.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/wx/wx_wxjpeg.vcxproj b/Source/3rd Party/wx/wx_wxjpeg.vcxproj index 554f3ab8d..40b5c9a17 100644 --- a/Source/3rd Party/wx/wx_wxjpeg.vcxproj +++ b/Source/3rd Party/wx/wx_wxjpeg.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/wx/wx_wxpng.vcxproj b/Source/3rd Party/wx/wx_wxpng.vcxproj index 568a9aaeb..5787108a3 100644 --- a/Source/3rd Party/wx/wx_wxpng.vcxproj +++ b/Source/3rd Party/wx/wx_wxpng.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/wx/wx_wxzlib.vcxproj b/Source/3rd Party/wx/wx_wxzlib.vcxproj index d3d2534aa..06c324b49 100644 --- a/Source/3rd Party/wx/wx_wxzlib.vcxproj +++ b/Source/3rd Party/wx/wx_wxzlib.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/3rd Party/zlib/zlib.vcxproj b/Source/3rd Party/zlib/zlib.vcxproj index 29895db48..442b18364 100644 --- a/Source/3rd Party/zlib/zlib.vcxproj +++ b/Source/3rd Party/zlib/zlib.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/Common/Common.vcxproj b/Source/Common/Common.vcxproj index 2992f2167..fafaccd7c 100644 --- a/Source/Common/Common.vcxproj +++ b/Source/Common/Common.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/Glide64/Glide64.vcxproj b/Source/Glide64/Glide64.vcxproj index 4c87f0ee4..48b09281c 100644 --- a/Source/Glide64/Glide64.vcxproj +++ b/Source/Glide64/Glide64.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/GlideHQ/GlideHQ.vcxproj b/Source/GlideHQ/GlideHQ.vcxproj index facf498c4..bf090fcc4 100644 --- a/Source/GlideHQ/GlideHQ.vcxproj +++ b/Source/GlideHQ/GlideHQ.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/Glitch64/Glitch64.vcxproj b/Source/Glitch64/Glitch64.vcxproj index 46e33987b..179ebed1e 100644 --- a/Source/Glitch64/Glitch64.vcxproj +++ b/Source/Glitch64/Glitch64.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/Installer/Installer.vcxproj b/Source/Installer/Installer.vcxproj index e6e7b267b..635c17c5f 100644 --- a/Source/Installer/Installer.vcxproj +++ b/Source/Installer/Installer.vcxproj @@ -27,13 +27,9 @@ - + - - - - - + diff --git a/Source/Project64/Project64.vcxproj b/Source/Project64/Project64.vcxproj index 71f90e274..e4072e049 100644 --- a/Source/Project64/Project64.vcxproj +++ b/Source/Project64/Project64.vcxproj @@ -24,8 +24,7 @@ - - + <_ProjectFileVersion>12.0.21005.1 diff --git a/Source/nragev20/NRage_Input_V2.vcxproj b/Source/nragev20/NRage_Input_V2.vcxproj index 352338f6d..f2e19019b 100644 --- a/Source/nragev20/NRage_Input_V2.vcxproj +++ b/Source/nragev20/NRage_Input_V2.vcxproj @@ -25,8 +25,7 @@ - - + <_ProjectFileVersion>12.0.21005.1