Skip to content

Commit

Permalink
Remove leftover workaround for IIDOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 19, 2024
1 parent a79f376 commit 92d651e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@

<PropertyGroup>

<!--
Generate a .pdb file to avoid IIDOptimizer build errors.
See: https://github.com/microsoft/CsWinRT/issues/1478.
-->
<DebugType>full</DebugType>

<!-- Suppress warnings for using directives inside namespaces (needed to avoid some WinRT conflicts) -->
<NoWarn>$(NoWarn);IDE0065</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 92d651e

Please sign in to comment.