5 usages of MSBuild property UseUwp
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (5)
70
<FrameworkReference Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '8.0')) and '$(TargetPlatformIdentifier)' == 'Windows' and '$(
UseUwp
)' == 'true' " Include="Microsoft.Windows.SDK.NET.Ref.Xaml" />
77
and '$(
UseUwp
)' != 'true'
87
<CsWinRTUseWindowsUIXamlProjections Condition=" '$(CsWinRTUseWindowsUIXamlProjections)' == '' and '$(
UseUwp
)' == 'true' ">true</CsWinRTUseWindowsUIXamlProjections>
154
and '$(
UseUwp
)' != 'true' ">
167
and '$(
UseUwp
)' == 'true' ">