From 1fb135a6d2381770774ae367859a02d36d510578 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 12 Sep 2020 23:07:44 -0400 Subject: [PATCH] Clean up project configs. Remove Win32 targets. Enforce that GP_DEBUG_CONFIG is set correctly. --- Aerofoil.sln | 114 ------------------ Aerofoil/Aerofoil.vcxproj | 61 +--------- Aerofoil/GpLogDriver_Win32.cpp | 2 +- AerofoilSDL/AerofoilSDL.vcxproj | 56 +-------- Common/CoreDefs.h | 4 +- .../CompileShadersD3D11.vcxproj | 49 -------- .../ConvertColorCursors.vcxproj | 59 +-------- Debug.props | 12 ++ EmitWiXVersion/EmitWiXVersion.vcxproj | 53 -------- FTagData/FTagData.vcxproj | 57 +-------- FreeType/FreeType.vcxproj | 53 -------- GpApp/About.cpp | 2 +- GpApp/GpApp.vcxproj | 59 +-------- GpApp/MainWindow.cpp | 2 +- .../GpAudioDriver_XAudio2.vcxproj | 52 -------- .../GpDisplayDriverD3D11.cpp | 2 +- .../GpDisplayDriver_D3D11.vcxproj | 55 +-------- .../GpFontHandler_FreeType2.vcxproj | 59 +-------- .../GpInputDriver_XInput.vcxproj | 52 -------- GpShell/GpMain.cpp | 2 +- GpShell/GpShell.vcxproj | 57 +-------- MacRomanConversion/MacRomanConversion.vcxproj | 49 -------- MakeTimestamp/MakeTimestamp.vcxproj | 51 -------- MiniRez/MiniRez.vcxproj | 57 +-------- PortabilityLayer/PortabilityLayer.vcxproj | 64 +--------- Release.props | 2 +- .../WindowsUnicodeToolShim.vcxproj | 55 --------- bin2gp/bin2gp.vcxproj | 57 +-------- flattenmov/flattenmov.vcxproj | 57 +-------- gpr2gpa/gpr2gpa.vcxproj | 65 +--------- hqx2bin/hqx2bin.vcxproj | 57 +-------- hqx2gp/hqx2gp.vcxproj | 57 +-------- unpacktool/unpacktool.vcxproj | 59 +-------- zlib/zlib.vcxproj | 49 -------- 34 files changed, 47 insertions(+), 1494 deletions(-) create mode 100644 Debug.props diff --git a/Aerofoil.sln b/Aerofoil.sln index b36c91d..8ad47f0 100644 --- a/Aerofoil.sln +++ b/Aerofoil.sln @@ -13,8 +13,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GpApp", "GpApp\GpApp.vcxpro EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hqx2gp", "hqx2gp\hqx2gp.vcxproj", "{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PictChecker", "PictChecker\PictChecker.vcxproj", "{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GpAudioDriver_XAudio2", "GpAudioDriver_XAudio2\GpAudioDriver_XAudio2.vcxproj", "{E3BDC783-8646-433E-ADF0-8B6390D36669}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTagData", "FTagData\FTagData.vcxproj", "{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}" @@ -63,223 +61,111 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x64.ActiveCfg = Debug|x64 {45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x64.Build.0 = Debug|x64 - {45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x86.ActiveCfg = Debug|Win32 - {45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x86.Build.0 = Debug|Win32 {45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x64.ActiveCfg = Release|x64 {45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x64.Build.0 = Release|x64 - {45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x86.ActiveCfg = Release|Win32 - {45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x86.Build.0 = Release|Win32 {6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x64.ActiveCfg = Debug|x64 {6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x64.Build.0 = Debug|x64 - {6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x86.ActiveCfg = Debug|Win32 - {6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x86.Build.0 = Debug|Win32 {6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x64.ActiveCfg = Release|x64 {6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x64.Build.0 = Release|x64 - {6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x86.ActiveCfg = Release|Win32 - {6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x86.Build.0 = Release|Win32 {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x64.ActiveCfg = Debug|x64 {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x64.Build.0 = Debug|x64 - {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x86.ActiveCfg = Debug|Win32 - {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x86.Build.0 = Debug|Win32 {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x64.ActiveCfg = Release|x64 {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x64.Build.0 = Release|x64 - {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x86.ActiveCfg = Release|Win32 - {2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x86.Build.0 = Release|Win32 {6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x64.ActiveCfg = Debug|x64 {6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x64.Build.0 = Debug|x64 - {6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x86.ActiveCfg = Debug|Win32 - {6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x86.Build.0 = Debug|Win32 {6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x64.ActiveCfg = Release|x64 {6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x64.Build.0 = Release|x64 - {6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x86.ActiveCfg = Release|Win32 - {6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x86.Build.0 = Release|Win32 {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x64.ActiveCfg = Debug|x64 {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x64.Build.0 = Debug|x64 - {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x86.ActiveCfg = Debug|Win32 - {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x86.Build.0 = Debug|Win32 {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x64.ActiveCfg = Release|x64 {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x64.Build.0 = Release|x64 - {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x86.ActiveCfg = Release|Win32 - {5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x86.Build.0 = Release|Win32 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x64.ActiveCfg = Debug|x64 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x64.Build.0 = Debug|x64 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x86.ActiveCfg = Debug|Win32 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x86.Build.0 = Debug|Win32 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x64.ActiveCfg = Release|x64 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x64.Build.0 = Release|x64 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x86.ActiveCfg = Release|Win32 - {99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x86.Build.0 = Release|Win32 {E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x64.ActiveCfg = Debug|x64 {E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x64.Build.0 = Debug|x64 - {E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x86.ActiveCfg = Debug|Win32 - {E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x86.Build.0 = Debug|Win32 {E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x64.ActiveCfg = Release|x64 {E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x64.Build.0 = Release|x64 - {E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x86.ActiveCfg = Release|Win32 - {E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x86.Build.0 = Release|Win32 {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x64.ActiveCfg = Debug|x64 {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x64.Build.0 = Debug|x64 - {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x86.ActiveCfg = Debug|Win32 - {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x86.Build.0 = Debug|Win32 {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x64.ActiveCfg = Release|x64 {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x64.Build.0 = Release|x64 - {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x86.ActiveCfg = Release|Win32 - {A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x86.Build.0 = Release|Win32 {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x64.ActiveCfg = Debug|x64 {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x64.Build.0 = Debug|x64 - {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x86.ActiveCfg = Debug|Win32 - {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x86.Build.0 = Debug|Win32 {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x64.ActiveCfg = Release|x64 {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x64.Build.0 = Release|x64 - {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x86.ActiveCfg = Release|Win32 - {487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x86.Build.0 = Release|Win32 {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x64.ActiveCfg = Debug|x64 {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x64.Build.0 = Debug|x64 - {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x86.ActiveCfg = Debug|Win32 - {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x86.Build.0 = Debug|Win32 {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x64.ActiveCfg = Release|x64 {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x64.Build.0 = Release|x64 - {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x86.ActiveCfg = Release|Win32 - {ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x86.Build.0 = Release|Win32 {B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x64.ActiveCfg = Debug|x64 {B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x64.Build.0 = Debug|x64 - {B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x86.ActiveCfg = Debug|Win32 - {B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x86.Build.0 = Debug|Win32 {B852D549-4020-4477-8BFB-E199FF78B047}.Release|x64.ActiveCfg = Release|x64 {B852D549-4020-4477-8BFB-E199FF78B047}.Release|x64.Build.0 = Release|x64 - {B852D549-4020-4477-8BFB-E199FF78B047}.Release|x86.ActiveCfg = Release|Win32 - {B852D549-4020-4477-8BFB-E199FF78B047}.Release|x86.Build.0 = Release|Win32 {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x64.ActiveCfg = Debug|x64 {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x64.Build.0 = Debug|x64 - {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x86.ActiveCfg = Debug|Win32 - {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x86.Build.0 = Debug|Win32 {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x64.ActiveCfg = Release|x64 {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x64.Build.0 = Release|x64 - {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x86.ActiveCfg = Release|Win32 - {FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x86.Build.0 = Release|Win32 {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x64.ActiveCfg = Debug|x64 {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x64.Build.0 = Debug|x64 - {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x86.ActiveCfg = Debug|Win32 - {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x86.Build.0 = Debug|Win32 {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x64.ActiveCfg = Release|x64 {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x64.Build.0 = Release|x64 - {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x86.ActiveCfg = Release|Win32 - {17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x86.Build.0 = Release|Win32 {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x64.ActiveCfg = Debug|x64 {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x64.Build.0 = Debug|x64 - {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x86.ActiveCfg = Debug|Win32 - {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x86.Build.0 = Debug|Win32 {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x64.ActiveCfg = Release|x64 {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x64.Build.0 = Release|x64 - {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x86.ActiveCfg = Release|Win32 - {0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x86.Build.0 = Release|Win32 {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x64.ActiveCfg = Debug|x64 {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x64.Build.0 = Debug|x64 - {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x86.ActiveCfg = Debug|Win32 - {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x86.Build.0 = Debug|Win32 {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x64.ActiveCfg = Release|x64 {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x64.Build.0 = Release|x64 - {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x86.ActiveCfg = Release|Win32 - {07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x86.Build.0 = Release|Win32 {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x64.ActiveCfg = Debug|x64 {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x64.Build.0 = Debug|x64 - {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x86.ActiveCfg = Debug|Win32 - {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x86.Build.0 = Debug|Win32 {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x64.ActiveCfg = Release|x64 {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x64.Build.0 = Release|x64 - {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x86.ActiveCfg = Release|Win32 - {27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x86.Build.0 = Release|Win32 {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x64.ActiveCfg = Debug|x64 {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x64.Build.0 = Debug|x64 - {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x86.ActiveCfg = Debug|Win32 - {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x86.Build.0 = Debug|Win32 {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x64.ActiveCfg = Release|x64 {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x64.Build.0 = Release|x64 - {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x86.ActiveCfg = Release|Win32 - {6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x86.Build.0 = Release|Win32 {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x64.ActiveCfg = Debug|x64 {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x64.Build.0 = Debug|x64 - {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x86.ActiveCfg = Debug|Win32 - {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x86.Build.0 = Debug|Win32 {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x64.ActiveCfg = Release|x64 {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x64.Build.0 = Release|x64 - {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x86.ActiveCfg = Release|Win32 - {D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x86.Build.0 = Release|Win32 {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x64.ActiveCfg = Debug|x64 {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x64.Build.0 = Debug|x64 - {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x86.ActiveCfg = Debug|Win32 - {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x86.Build.0 = Debug|Win32 {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x64.ActiveCfg = Release|x64 {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x64.Build.0 = Release|x64 - {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x86.ActiveCfg = Release|Win32 - {9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x86.Build.0 = Release|Win32 {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x64.ActiveCfg = Debug|x64 {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x64.Build.0 = Debug|x64 - {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x86.ActiveCfg = Debug|Win32 - {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x86.Build.0 = Debug|Win32 {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x64.ActiveCfg = Release|x64 {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x64.Build.0 = Release|x64 - {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x86.ActiveCfg = Release|Win32 - {89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x86.Build.0 = Release|Win32 {A778D062-DE76-49F6-8D05-EB26852DD605}.Debug|x64.ActiveCfg = Debug|x64 {A778D062-DE76-49F6-8D05-EB26852DD605}.Debug|x64.Build.0 = Debug|x64 - {A778D062-DE76-49F6-8D05-EB26852DD605}.Debug|x86.ActiveCfg = Debug|Win32 - {A778D062-DE76-49F6-8D05-EB26852DD605}.Debug|x86.Build.0 = Debug|Win32 {A778D062-DE76-49F6-8D05-EB26852DD605}.Release|x64.ActiveCfg = Release|x64 {A778D062-DE76-49F6-8D05-EB26852DD605}.Release|x64.Build.0 = Release|x64 - {A778D062-DE76-49F6-8D05-EB26852DD605}.Release|x86.ActiveCfg = Release|Win32 - {A778D062-DE76-49F6-8D05-EB26852DD605}.Release|x86.Build.0 = Release|Win32 {D26BD501-28A7-4849-8130-FB5EA0A2B82F}.Debug|x64.ActiveCfg = Debug|x64 - {D26BD501-28A7-4849-8130-FB5EA0A2B82F}.Debug|x86.ActiveCfg = Debug|x64 {D26BD501-28A7-4849-8130-FB5EA0A2B82F}.Release|x64.ActiveCfg = Release|x64 - {D26BD501-28A7-4849-8130-FB5EA0A2B82F}.Release|x86.ActiveCfg = Release|x64 {15009625-1120-405E-8BBA-69A16CD6713D}.Debug|x64.ActiveCfg = Debug|x64 {15009625-1120-405E-8BBA-69A16CD6713D}.Debug|x64.Build.0 = Debug|x64 - {15009625-1120-405E-8BBA-69A16CD6713D}.Debug|x86.ActiveCfg = Debug|Win32 - {15009625-1120-405E-8BBA-69A16CD6713D}.Debug|x86.Build.0 = Debug|Win32 {15009625-1120-405E-8BBA-69A16CD6713D}.Release|x64.ActiveCfg = Release|x64 {15009625-1120-405E-8BBA-69A16CD6713D}.Release|x64.Build.0 = Release|x64 - {15009625-1120-405E-8BBA-69A16CD6713D}.Release|x86.ActiveCfg = Release|Win32 - {15009625-1120-405E-8BBA-69A16CD6713D}.Release|x86.Build.0 = Release|Win32 {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Debug|x64.ActiveCfg = Debug|x64 {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Debug|x64.Build.0 = Debug|x64 - {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Debug|x86.ActiveCfg = Debug|Win32 - {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Debug|x86.Build.0 = Debug|Win32 {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Release|x64.ActiveCfg = Release|x64 {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Release|x64.Build.0 = Release|x64 - {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Release|x86.ActiveCfg = Release|Win32 - {7EFF1E21-C375-45EA-A069-4E2232C8A72B}.Release|x86.Build.0 = Release|Win32 {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Debug|x64.ActiveCfg = Debug|x64 {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Debug|x64.Build.0 = Debug|x64 - {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Debug|x86.ActiveCfg = Debug|Win32 - {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Debug|x86.Build.0 = Debug|Win32 {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Release|x64.ActiveCfg = Release|x64 {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Release|x64.Build.0 = Release|x64 - {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Release|x86.ActiveCfg = Release|Win32 - {10CF9B5F-61D0-4B5B-89F4-810B58FC053D}.Release|x86.Build.0 = Release|Win32 {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Debug|x64.ActiveCfg = Debug|x64 {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Debug|x64.Build.0 = Debug|x64 - {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Debug|x86.ActiveCfg = Debug|Win32 - {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Debug|x86.Build.0 = Debug|Win32 {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Release|x64.ActiveCfg = Release|x64 {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Release|x64.Build.0 = Release|x64 - {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Release|x86.ActiveCfg = Release|Win32 - {4B564030-8985-4975-91E1-E1B2C16AE2A1}.Release|x86.Build.0 = Release|Win32 {33542FF0-0473-4802-BC79-3B8261790F65}.Debug|x64.ActiveCfg = Debug|x64 {33542FF0-0473-4802-BC79-3B8261790F65}.Debug|x64.Build.0 = Debug|x64 - {33542FF0-0473-4802-BC79-3B8261790F65}.Debug|x86.ActiveCfg = Debug|Win32 - {33542FF0-0473-4802-BC79-3B8261790F65}.Debug|x86.Build.0 = Debug|Win32 {33542FF0-0473-4802-BC79-3B8261790F65}.Release|x64.ActiveCfg = Release|x64 {33542FF0-0473-4802-BC79-3B8261790F65}.Release|x64.Build.0 = Release|x64 - {33542FF0-0473-4802-BC79-3B8261790F65}.Release|x86.ActiveCfg = Release|Win32 - {33542FF0-0473-4802-BC79-3B8261790F65}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Aerofoil/Aerofoil.vcxproj b/Aerofoil/Aerofoil.vcxproj index a3c0297..39256f0 100644 --- a/Aerofoil/Aerofoil.vcxproj +++ b/Aerofoil/Aerofoil.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,23 +35,6 @@ - - - - - - - - - - - - - - - - - @@ -80,6 +42,7 @@ + @@ -103,28 +66,6 @@ shlwapi.lib;%(AdditionalDependencies) - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/Aerofoil/GpLogDriver_Win32.cpp b/Aerofoil/GpLogDriver_Win32.cpp index c8f993e..3ac6ea1 100644 --- a/Aerofoil/GpLogDriver_Win32.cpp +++ b/Aerofoil/GpLogDriver_Win32.cpp @@ -100,7 +100,7 @@ void GpLogDriver_Win32::InitInternal() if (m_stream) { this->Printf(IGpLogDriver::Category_Information, GP_APPLICATION_NAME " build " __TIMESTAMP__); -#ifdef NDEBUG +#if !GP_DEBUG_CONFIG this->Printf(IGpLogDriver::Category_Information, "Configuration: Release"); #else this->Printf(IGpLogDriver::Category_Information, "Configuration: Debug"); diff --git a/AerofoilSDL/AerofoilSDL.vcxproj b/AerofoilSDL/AerofoilSDL.vcxproj index 5cb5150..cf5e355 100644 --- a/AerofoilSDL/AerofoilSDL.vcxproj +++ b/AerofoilSDL/AerofoilSDL.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,18 +35,6 @@ - - - - - - - - - - - - @@ -79,6 +46,7 @@ + @@ -96,14 +64,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -112,20 +72,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/Common/CoreDefs.h b/Common/CoreDefs.h index 2b43709..06c56ac 100644 --- a/Common/CoreDefs.h +++ b/Common/CoreDefs.h @@ -41,6 +41,6 @@ struct __GpStaticAssertHelper static const size_t GP_SYSTEM_MEMORY_ALIGNMENT = 16; -#if !defined(NDEBUG) -#define GP_DEBUG_CONFIG 1 +#if !defined(GP_DEBUG_CONFIG) +#error "GP_DEBUG_CONFIG was not set" #endif diff --git a/CompileShadersD3D11/CompileShadersD3D11.vcxproj b/CompileShadersD3D11/CompileShadersD3D11.vcxproj index b20c553..576051f 100644 --- a/CompileShadersD3D11/CompileShadersD3D11.vcxproj +++ b/CompileShadersD3D11/CompileShadersD3D11.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,12 +35,6 @@ - - - - - - @@ -78,28 +51,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/ConvertColorCursors/ConvertColorCursors.vcxproj b/ConvertColorCursors/ConvertColorCursors.vcxproj index f16fbf3..803089b 100644 --- a/ConvertColorCursors/ConvertColorCursors.vcxproj +++ b/ConvertColorCursors/ConvertColorCursors.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,26 +35,13 @@ - - - - - - - - - - - - - - + @@ -83,6 +49,7 @@ + @@ -94,28 +61,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/Debug.props b/Debug.props new file mode 100644 index 0000000..5b4694a --- /dev/null +++ b/Debug.props @@ -0,0 +1,12 @@ + + + + + + + + GP_DEBUG_CONFIG=1;%(PreprocessorDefinitions) + + + + \ No newline at end of file diff --git a/EmitWiXVersion/EmitWiXVersion.vcxproj b/EmitWiXVersion/EmitWiXVersion.vcxproj index 92b946d..b4ca1ac 100644 --- a/EmitWiXVersion/EmitWiXVersion.vcxproj +++ b/EmitWiXVersion/EmitWiXVersion.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,16 +35,6 @@ - - - - - - - - - - @@ -86,28 +55,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/FTagData/FTagData.vcxproj b/FTagData/FTagData.vcxproj index fa0b4f6..25e4626 100644 --- a/FTagData/FTagData.vcxproj +++ b/FTagData/FTagData.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -90,28 +59,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/FreeType/FreeType.vcxproj b/FreeType/FreeType.vcxproj index 2713dfb..90f1ff3 100644 --- a/FreeType/FreeType.vcxproj +++ b/FreeType/FreeType.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -54,19 +46,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -85,16 +64,6 @@ - - - - - - - - - - @@ -115,28 +84,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/GpApp/About.cpp b/GpApp/About.cpp index 865911b..bb968ab 100644 --- a/GpApp/About.cpp +++ b/GpApp/About.cpp @@ -117,7 +117,7 @@ void DoAboutFramework (void) PortabilityLayer::DialogManager *dialogManager = PortabilityLayer::DialogManager::GetInstance(); Dialog *dialog = dialogManager->LoadDialogFromTemplate(kAboutFrameworkDialogTemplateID, windowRect, true, false, 0, 0, PL_GetPutInFrontWindowPtr(), PSTR(""), nullptr); -#ifdef NDEBUG +#if !GP_DEBUG_CONFIG #define ABOUT_DIALOG_CONFIGURATION_TAG "Release" #else #define ABOUT_DIALOG_CONFIGURATION_TAG "Debug" diff --git a/GpApp/GpApp.vcxproj b/GpApp/GpApp.vcxproj index d3eaec9..a465578 100644 --- a/GpApp/GpApp.vcxproj +++ b/GpApp/GpApp.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -56,27 +35,13 @@ - - - - - - - - - - - - - - - + @@ -96,28 +61,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/GpApp/MainWindow.cpp b/GpApp/MainWindow.cpp index e75a9b1..81a71d3 100644 --- a/GpApp/MainWindow.cpp +++ b/GpApp/MainWindow.cpp @@ -193,7 +193,7 @@ void OpenMainWindow (void) } else { -#ifdef NDEBUG +#if !GP_DEBUG_CONFIG PortabilityLayer::WindowManager::GetInstance()->SetBackgroundColor(0, 0, 0); #else PortabilityLayer::WindowManager::GetInstance()->SetBackgroundColor(51, 0, 0); diff --git a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj index e5010e2..4af8dee 100644 --- a/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj +++ b/GpAudioDriver_XAudio2/GpAudioDriver_XAudio2.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -56,15 +35,6 @@ - - - - - - - - - @@ -84,28 +54,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp b/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp index 684fb0f..f954479 100644 --- a/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp +++ b/GpDisplayDriver_D3D11/GpDisplayDriverD3D11.cpp @@ -157,7 +157,7 @@ void StartD3DForWindow(HWND hWnd, GpComPtr& outSwapChain, GpCom D3D_FEATURE_LEVEL_10_0 }; -#ifndef NDEBUG +#if GP_DEBUG_CONFIG flags |= D3D11_CREATE_DEVICE_DEBUG; #endif diff --git a/GpDisplayDriver_D3D11/GpDisplayDriver_D3D11.vcxproj b/GpDisplayDriver_D3D11/GpDisplayDriver_D3D11.vcxproj index 2023697..c724827 100644 --- a/GpDisplayDriver_D3D11/GpDisplayDriver_D3D11.vcxproj +++ b/GpDisplayDriver_D3D11/GpDisplayDriver_D3D11.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -56,21 +35,11 @@ - - - - - - - - - - - + @@ -88,28 +57,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/GpFontHandler_FreeType2/GpFontHandler_FreeType2.vcxproj b/GpFontHandler_FreeType2/GpFontHandler_FreeType2.vcxproj index eab02b2..f5c082f 100644 --- a/GpFontHandler_FreeType2/GpFontHandler_FreeType2.vcxproj +++ b/GpFontHandler_FreeType2/GpFontHandler_FreeType2.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -56,26 +35,13 @@ - - - - - - - - - - - - - - + @@ -83,6 +49,7 @@ + @@ -100,14 +67,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -116,20 +75,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/GpInputDriver_XInput/GpInputDriver_XInput.vcxproj b/GpInputDriver_XInput/GpInputDriver_XInput.vcxproj index 5639d56..66acaa9 100644 --- a/GpInputDriver_XInput/GpInputDriver_XInput.vcxproj +++ b/GpInputDriver_XInput/GpInputDriver_XInput.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - DynamicLibrary true @@ -56,15 +35,6 @@ - - - - - - - - - @@ -84,28 +54,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/GpShell/GpMain.cpp b/GpShell/GpMain.cpp index 51af6de..350e982 100644 --- a/GpShell/GpMain.cpp +++ b/GpShell/GpMain.cpp @@ -79,7 +79,7 @@ int GpMain::Run() // This appears to be the "standard" Mac sample rate, probably rounded from 244800/11. adProps.m_type = g_gpGlobalConfig.m_audioDriverType; adProps.m_sampleRate = (244800 * 2 + 11) / (11 * 2); -#ifdef NDEBUG +#if !GP_DEBUG_CONFIG adProps.m_debug = false; #else adProps.m_debug = true; diff --git a/GpShell/GpShell.vcxproj b/GpShell/GpShell.vcxproj index 846b5b8..371a44e 100644 --- a/GpShell/GpShell.vcxproj +++ b/GpShell/GpShell.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - StaticLibrary true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -96,14 +65,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -112,20 +73,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/MacRomanConversion/MacRomanConversion.vcxproj b/MacRomanConversion/MacRomanConversion.vcxproj index 80dc9d7..9b818f6 100644 --- a/MacRomanConversion/MacRomanConversion.vcxproj +++ b/MacRomanConversion/MacRomanConversion.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - StaticLibrary true @@ -56,12 +35,6 @@ - - - - - - @@ -78,28 +51,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/MakeTimestamp/MakeTimestamp.vcxproj b/MakeTimestamp/MakeTimestamp.vcxproj index 2665816..c4e41c3 100644 --- a/MakeTimestamp/MakeTimestamp.vcxproj +++ b/MakeTimestamp/MakeTimestamp.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,14 +35,6 @@ - - - - - - - - @@ -82,28 +53,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/MiniRez/MiniRez.vcxproj b/MiniRez/MiniRez.vcxproj index a94b11a..58c880e 100644 --- a/MiniRez/MiniRez.vcxproj +++ b/MiniRez/MiniRez.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.16299.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -90,28 +59,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/PortabilityLayer/PortabilityLayer.vcxproj b/PortabilityLayer/PortabilityLayer.vcxproj index 3c4f4f8..8a2f023 100644 --- a/PortabilityLayer/PortabilityLayer.vcxproj +++ b/PortabilityLayer/PortabilityLayer.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.16299.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - StaticLibrary true @@ -56,26 +35,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -84,6 +43,7 @@ + @@ -105,28 +65,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/Release.props b/Release.props index 73a3061..0bfa4eb 100644 --- a/Release.props +++ b/Release.props @@ -5,7 +5,7 @@ - NDEBUG;%(PreprocessorDefinitions) + GP_DEBUG_CONFIG=0;NDEBUG;%(PreprocessorDefinitions) diff --git a/WindowsUnicodeToolShim/WindowsUnicodeToolShim.vcxproj b/WindowsUnicodeToolShim/WindowsUnicodeToolShim.vcxproj index c791a9f..e53cc40 100644 --- a/WindowsUnicodeToolShim/WindowsUnicodeToolShim.vcxproj +++ b/WindowsUnicodeToolShim/WindowsUnicodeToolShim.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - StaticLibrary true @@ -56,18 +35,6 @@ - - - - - - - - - - - - @@ -96,14 +63,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -112,20 +71,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/bin2gp/bin2gp.vcxproj b/bin2gp/bin2gp.vcxproj index aa8bf1c..39c6a20 100644 --- a/bin2gp/bin2gp.vcxproj +++ b/bin2gp/bin2gp.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -96,14 +65,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -112,20 +73,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/flattenmov/flattenmov.vcxproj b/flattenmov/flattenmov.vcxproj index 349d0f8..7cb639e 100644 --- a/flattenmov/flattenmov.vcxproj +++ b/flattenmov/flattenmov.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -90,28 +59,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/gpr2gpa/gpr2gpa.vcxproj b/gpr2gpa/gpr2gpa.vcxproj index b8c9d97..23bcd52 100644 --- a/gpr2gpa/gpr2gpa.vcxproj +++ b/gpr2gpa/gpr2gpa.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,26 +35,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -85,6 +44,7 @@ + @@ -95,6 +55,7 @@ + @@ -113,14 +74,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -130,20 +83,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - {6ec62b0f-9353-40a4-a510-3788f1368b33} diff --git a/hqx2bin/hqx2bin.vcxproj b/hqx2bin/hqx2bin.vcxproj index ce14fba..2cc7117 100644 --- a/hqx2bin/hqx2bin.vcxproj +++ b/hqx2bin/hqx2bin.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.16299.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -90,28 +59,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/hqx2gp/hqx2gp.vcxproj b/hqx2gp/hqx2gp.vcxproj index 62b0bf3..3bc6142 100644 --- a/hqx2gp/hqx2gp.vcxproj +++ b/hqx2gp/hqx2gp.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,29 +35,19 @@ - - - - - - - - - - - - + + @@ -90,28 +59,6 @@ true - - - Level3 - Disabled - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - Level3 diff --git a/unpacktool/unpacktool.vcxproj b/unpacktool/unpacktool.vcxproj index 57843a1..be86c0e 100644 --- a/unpacktool/unpacktool.vcxproj +++ b/unpacktool/unpacktool.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - Application true @@ -56,26 +35,13 @@ - - - - - - - - - - - - - - + @@ -83,6 +49,7 @@ + @@ -100,14 +67,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -116,20 +75,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - diff --git a/zlib/zlib.vcxproj b/zlib/zlib.vcxproj index ecc4fcc..83c4856 100644 --- a/zlib/zlib.vcxproj +++ b/zlib/zlib.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,19 +17,6 @@ 10.0.17763.0 - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - StaticLibrary true @@ -56,12 +35,6 @@ - - - - - - @@ -84,14 +57,6 @@ true - - - Level3 - Disabled - true - true - - Level3 @@ -100,20 +65,6 @@ true - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - -