3 assignments to MSBuild property _TargetPlatformVersionUsesCsWinRT3
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (2)
76
<
_TargetPlatformVersionUsesCsWinRT3
>false</_TargetPlatformVersionUsesCsWinRT3>
77
<
_TargetPlatformVersionUsesCsWinRT3
Condition="'$(TargetPlatformIdentifier)' == 'Windows' and '$(TargetPlatformVersion)' != '' and $([System.Version]::Parse('$(TargetPlatformVersion)').Revision) == 1">true</_TargetPlatformVersionUsesCsWinRT3>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (1)
42
<
_TargetPlatformVersionUsesCsWinRT3
Condition="$([System.Version]::Parse('$(TargetPlatformVersion)').Revision) == 1">true</_TargetPlatformVersionUsesCsWinRT3>
10 usages of MSBuild property _TargetPlatformVersionUsesCsWinRT3
MSBuildFiles (10)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
228
<ItemGroup Condition=" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'true' and '$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true' ">
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
78
<EffectiveTargetPlatformVersion Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true'">$([System.Version]::Parse('$(TargetPlatformVersion)').Major).$([System.Version]::Parse('$(TargetPlatformVersion)').Minor).$([System.Version]::Parse('$(TargetPlatformVersion)').Build).0</EffectiveTargetPlatformVersion>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.props (2)
16
Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' != 'true'"/>
18
Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true'"/>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (6)
43
<EffectiveTargetPlatformVersion Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true'">$([System.Version]::Parse('$(TargetPlatformVersion)').Major).$([System.Version]::Parse('$(TargetPlatformVersion)').Minor).$([System.Version]::Parse('$(TargetPlatformVersion)').Build).0</EffectiveTargetPlatformVersion>
44
<EffectiveTargetPlatformVersion Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' != 'true'">$(TargetPlatformVersion)</EffectiveTargetPlatformVersion>
87
<FrameworkReference Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' != 'true'"
89
<FrameworkReference Condition="'$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true'"
198
and '$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true' ">
211
<CsWinRTGenerateInteropAssembly Condition="'$(CsWinRTGenerateInteropAssembly)' == '' and '$(
_TargetPlatformVersionUsesCsWinRT3
)' == 'true'">true</CsWinRTGenerateInteropAssembly>