From e271932f41bc1c772fda01012696be456550ea93 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Tue, 12 Jul 2016 23:05:08 +0100 Subject: [PATCH] bin2cpp: Tidy VS project Group common properties. This removes some of the optimisation properties, which aren't really essential since bin2cpp is only used as a tool to convert images to header files. Add 64-bit configurations. --- tools/bin2cpp/bin2c.vcxproj | 80 +++++++++---------------------------- 1 file changed, 19 insertions(+), 61 deletions(-) diff --git a/tools/bin2cpp/bin2c.vcxproj b/tools/bin2cpp/bin2c.vcxproj index b6065d6d31..8f422111a9 100644 --- a/tools/bin2cpp/bin2c.vcxproj +++ b/tools/bin2cpp/bin2c.vcxproj @@ -5,94 +5,52 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + bin2cpp {677B7D11-D5E1-40B3-88B1-9A4DF83D2213} - bin2c - Win32Proj - - Application - MultiByte - true - $(DefaultPlatformToolset) - - + Application MultiByte $(DefaultPlatformToolset) - - - - - - + - <_ProjectFileVersion>10.0.30319.1 - $(ProjectDir)..\bin\ - $(Configuration)\ - true - $(ProjectDir)..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - + $(ProjectDir)..\bin\ + $(Configuration)\ + AllRules.ruleset - + - Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + _CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true - EnableFastChecks - MultiThreadedDebugDLL - - Level3 - EditAndContinue - true Console - MachineX86 - - - - - MaxSpeed - true - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX86 + MachineX86 + MachineX64 - - - \ No newline at end of file + +