Skip to content

Commit

Permalink
Merge pull request #291 from Sergio0694/user/sergiopedri/set-useuwptools
Browse files Browse the repository at this point in the history
Manually set 'UseUwpTools' in .csproj
  • Loading branch information
Sergio0694 authored Nov 21, 2024
2 parents 0f2727e + 151ee6e commit d6e850f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<UseUwp>true</UseUwp>

<!--
Temporary workaround to enable building on Visual Studio 17.11,
this can be removed on 17.12 as it will be set automatically.
-->
<UseUwpTools>true</UseUwpTools>
<DefaultLanguage>en-US</DefaultLanguage>
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
Expand Down

0 comments on commit d6e850f

Please sign in to comment.