Skip to content

Commit

Permalink
add compile options (#8707)
Browse files Browse the repository at this point in the history
  • Loading branch information
krschau authored Oct 12, 2023
1 parent ed6e43d commit 7212cab
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@
<ItemGroup>
<ProjectReference Include="..\AdaptiveCardsObjectModel\AdaptiveCardsObjectModel.vcxproj" />
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ControlFlowGuard>Guard</ControlFlowGuard>
<SpectreMitigation>Spectre</SpectreMitigation>
</ClCompile>
</ItemDefinitionGroup>
</Project>

0 comments on commit 7212cab

Please sign in to comment.