11 usages of MSBuild property DefaultXamlRuntime
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props (2)
6
<XamlRuntime>$(
DefaultXamlRuntime
)</XamlRuntime>
12
<XamlRuntime>$(
DefaultXamlRuntime
)</XamlRuntime>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\WindowsXaml\v17.0\8.21\Microsoft.Windows.UI.Xaml.CSharp.ModernNET.DefaultItems.props (9)
49
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' != ''">$(
DefaultXamlRuntime
)</XamlRuntime>
50
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' == ''">UAP</XamlRuntime>
64
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' != ''">$(
DefaultXamlRuntime
)</XamlRuntime>
65
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' == ''">UAP</XamlRuntime>
75
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' != ''">$(
DefaultXamlRuntime
)</XamlRuntime>
76
<XamlRuntime Condition="'$(
DefaultXamlRuntime
)' == ''">UAP</XamlRuntime>