Skip to content

Commit

Permalink
Fix debug x64 plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbyUK committed Sep 22, 2022
1 parent 95e5ba8 commit df05086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions C/EtwCallbackPlugin/EtwCallbackPlugin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpplatest</LanguageStandard>
<ExceptionHandling>false</ExceptionHandling>
<BasicRuntimeChecks />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand All @@ -135,6 +137,7 @@
<AdditionalDependencies>..\ntoskrnl.lib</AdditionalDependencies>
<EnableUAC>false</EnableUAC>
<EntryPointSymbol>Main</EntryPointSymbol>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -147,6 +150,7 @@
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpplatest</LanguageStandard>
<WholeProgramOptimization>false</WholeProgramOptimization>
<ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit df05086

Please sign in to comment.