3 assignments to MSBuild property TargetFrameworkAsMSBuildRuntime
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
555
<
TargetFrameworkAsMSBuildRuntime
Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'">CLR2</TargetFrameworkAsMSBuildRuntime>
556
<
TargetFrameworkAsMSBuildRuntime
Condition="'$(TargetFrameworkVersion)' == 'v4.0' or '$(TargetFrameworkVersion)' == 'v4.5'">CLR4</TargetFrameworkAsMSBuildRuntime>
557
<
TargetFrameworkAsMSBuildRuntime
Condition="'$(TargetFrameworkAsMSBuildRuntime)' == ''">CurrentRuntime</TargetFrameworkAsMSBuildRuntime>
10 usages of MSBuild property TargetFrameworkAsMSBuildRuntime
MSBuildFiles (10)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (10)
557
<TargetFrameworkAsMSBuildRuntime Condition="'$(
TargetFrameworkAsMSBuildRuntime
)' == ''">CurrentRuntime</TargetFrameworkAsMSBuildRuntime>
1461
<PropertyGroup Condition="'$(
TargetFrameworkAsMSBuildRuntime
)' != '' and '$(UnregisterAssemblyMSBuildArchitecture)' != ''">
1468
$([MSBuild]::DoesTaskHostExist(`$(
TargetFrameworkAsMSBuildRuntime
)`, `$(UnregisterAssemblyMSBuildArchitecture)`))">$(
TargetFrameworkAsMSBuildRuntime
)</UnregisterAssemblyMSBuildRuntime>
3392
<PropertyGroup Condition="'$(
TargetFrameworkAsMSBuildRuntime
)' != '' and '$(GenerateResourceMSBuildArchitecture)' != ''">
3406
$([MSBuild]::DoesTaskHostExist(`$(
TargetFrameworkAsMSBuildRuntime
)`, `$(GenerateResourceMSBuildArchitecture)`))">$(
TargetFrameworkAsMSBuildRuntime
)</GenerateResourceMSBuildRuntime>
5542
<PropertyGroup Condition="'$(
TargetFrameworkAsMSBuildRuntime
)' != '' and '$(RegisterAssemblyMSBuildArchitecture)' != ''">
5549
$([MSBuild]::DoesTaskHostExist(`$(
TargetFrameworkAsMSBuildRuntime
)`, `$(RegisterAssemblyMSBuildArchitecture)`))">$(
TargetFrameworkAsMSBuildRuntime
)</RegisterAssemblyMSBuildRuntime>