[bot] Change project settings

* Disable buffer security check

* Change structure alignment to 1 byte

*  Set runtime library to multi-threaded
This commit is contained in:
RD42 2024-06-02 22:42:52 +08:00
parent 05e65e3d17
commit b1b133c526

View File

@ -22,7 +22,8 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
RuntimeLibrary="3"
StructMemberAlignment="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
@ -68,7 +69,9 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="4"
RuntimeLibrary="0"
StructMemberAlignment="1"
BufferSecurityCheck="FALSE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"