Skip to content

Commit

Permalink
Update MultiTarget/MultiTargetIdentifiers.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Dec 4, 2024
1 parent 6eedf0c commit ab5c7f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MultiTarget/MultiTargetIdentifiers.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@
<WinUIMajorVersion Condition="'$(HasWinUI)' == 'true' AND '$(IsWinAppSdk)' == 'true' AND $(WinUIMajorVersion) == ''">3</WinUIMajorVersion>

<UseUwp Condition="'$(HasWinUI)' == 'true' AND '$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">true</UseUwp>
<UseUwpTools Condition="'$(HasWinUI)' == 'true' AND '$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">true</UseUwpTools>
</PropertyGroup>
</Project>

0 comments on commit ab5c7f1

Please sign in to comment.