2 assignments to MSBuild property TargetedRuntimeVersion
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.props (2)
94
<
TargetedRuntimeVersion
Condition="'$(TargetedRuntimeVersion)' == '' and ('$(TargetingClr2Framework)' == 'true')">v2.0.50727</TargetedRuntimeVersion>
95
<
TargetedRuntimeVersion
Condition="'$(TargetedRuntimeVersion)' == ''">v$(MSBuildRuntimeVersion)</TargetedRuntimeVersion>
4 usages of MSBuild property TargetedRuntimeVersion
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
1844
TargetedRuntimeVersion="$(
TargetedRuntimeVersion
)"
2338
TargetedRuntimeVersion="$(
TargetedRuntimeVersion
)"
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.props (2)
94
<TargetedRuntimeVersion Condition="'$(
TargetedRuntimeVersion
)' == '' and ('$(TargetingClr2Framework)' == 'true')">v2.0.50727</TargetedRuntimeVersion>
95
<TargetedRuntimeVersion Condition="'$(
TargetedRuntimeVersion
)' == ''">v$(MSBuildRuntimeVersion)</TargetedRuntimeVersion>