ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 77dc3b3a6f9a1af96ee78511d5ddf485074b6157
parent f0826db5064ef380bbdae7938ec3a485e3a63f6d
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Thu, 30 Jul 2020 13:47:32 +0200

Fix some debug settings for the Visual Studio project file

Diffstat:
Mvs2019_project/ft2-clone/ft2-clone.vcxproj | 21++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/vs2019_project/ft2-clone/ft2-clone.vcxproj b/vs2019_project/ft2-clone/ft2-clone.vcxproj @@ -38,12 +38,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -200,14 +200,9 @@ <AdditionalIncludeDirectories> </AdditionalIncludeDirectories> <PreprocessorDefinitions>__WINDOWS_MM__;_CRTDBG_MAP_ALLOC;DEBUG;_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;HAVE_M_PI;HAS_MIDI</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> <FloatingPointModel>Fast</FloatingPointModel> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <ControlFlowGuard>false</ControlFlowGuard> - <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> - <CreateHotpatchableImage>false</CreateHotpatchableImage> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <OpenMPSupport>false</OpenMPSupport> + <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> </ClCompile> <Link> <AdditionalLibraryDirectories> @@ -218,7 +213,6 @@ </IgnoreSpecificDefaultLibraries> <MinimumRequiredVersion>5.1</MinimumRequiredVersion> <GenerateDebugInformation>true</GenerateDebugInformation> - <DataExecutionPrevention>false</DataExecutionPrevention> <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> <LargeAddressAware>true</LargeAddressAware> <ImageHasSafeExceptionHandlers> @@ -244,17 +238,11 @@ <AdditionalIncludeDirectories> </AdditionalIncludeDirectories> <PreprocessorDefinitions>__WINDOWS_MM__;_CRTDBG_MAP_ALLOC;DEBUG;_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;HAVE_M_PI;HAS_MIDI</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> <FloatingPointModel>Fast</FloatingPointModel> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <StringPooling> </StringPooling> - <ControlFlowGuard>false</ControlFlowGuard> - <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> - <CreateHotpatchableImage>false</CreateHotpatchableImage> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <OpenMPSupport>false</OpenMPSupport> <OmitFramePointers>false</OmitFramePointers> + <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> </ClCompile> <Link> <AdditionalLibraryDirectories> @@ -268,7 +256,6 @@ <MinimumRequiredVersion> </MinimumRequiredVersion> <GenerateDebugInformation>true</GenerateDebugInformation> - <DataExecutionPrevention>false</DataExecutionPrevention> <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> <LargeAddressAware>true</LargeAddressAware> <ImageHasSafeExceptionHandlers>