Skip to content

Commit

Permalink
Fix release build of LogEnabler
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Sep 13, 2021
1 parent 1d6e17a commit 0c60449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LE3SeqAct_LogEnabler/LE3SeqAct_LogEnabler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>false</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand Down

0 comments on commit 0c60449

Please sign in to comment.