Skip to content

Commit

Permalink
Disable 'UseUwpTools' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Dec 25, 2024
1 parent a4ced34 commit 65fdb63
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<HasWinUI2>false</HasWinUI2>
<EnableGlobalUsings>false</EnableGlobalUsings>

<!--
We don't need XAML support, we just need to reference the UWP XAML types. However, this is technically
not a UWP library per se. So to support the 17763 SDK, we can just disable the UWP build tools.
-->
<UseUwpTools>false</UseUwpTools>

<!-- We also include 'net9.0-windows10.0.17763.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238 -->
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;net9.0-windows10.0.17763.0;</UwpTargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 65fdb63

Please sign in to comment.