9 assignments to MSBuild item _WpfCommonNetFxReference
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props (9)
84
<
_WpfCommonNetFxReference
Include="WindowsBase" />
85
<
_WpfCommonNetFxReference
Include="PresentationCore" />
86
<
_WpfCommonNetFxReference
Include="PresentationFramework" />
88
<
_WpfCommonNetFxReference
Include="System.Xaml" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.0'">
91
<
_WpfCommonNetFxReference
Include="UIAutomationClient" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.0'" />
92
<
_WpfCommonNetFxReference
Include="UIAutomationClientSideProviders" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.0'" />
93
<
_WpfCommonNetFxReference
Include="UIAutomationProvider" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.0'" />
94
<
_WpfCommonNetFxReference
Include="UIAutomationTypes" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.0'" />
96
<
_WpfCommonNetFxReference
Include="System.Windows.Controls.Ribbon" Condition="'$(_TargetFrameworkVersionValue)' != '' And '$(_TargetFrameworkVersionValue)' >= '4.5'" />
1 usage of MSBuild item _WpfCommonNetFxReference
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props (1)
101
<_SDKImplicitReference Include="@(
_WpfCommonNetFxReference
)"