2 assignments to MSBuild property TargetRuntime
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
49
<
TargetRuntime
>Managed</TargetRuntime>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
41
<
TargetRuntime
>Managed</TargetRuntime>
7 usages of MSBuild property TargetRuntime
MSBuildFiles (7)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
48
<PropertyGroup Condition="'$(
TargetRuntime
)' == ''">
55
<PropertyGroup Condition="'$(
TargetRuntime
)' == 'Managed'">
5465
<Import Project="$(MSBuildToolsPath)\Microsoft.NETFramework.targets" Condition="('$(TargetFrameworkIdentifier)' == '' or '$(TargetFrameworkIdentifier)' == '.NETFramework') and ('$(
TargetRuntime
)' == 'Managed')"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.targets (2)
75
<PropertyGroup Condition="'$(MSBuildAssemblyVersion)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight' or ('$(TargetFrameworkIdentifier)' == '' and ('$(
TargetRuntime
)' == 'Managed' or '$(
TargetRuntime
)' == '')))">
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.targets (2)
103
<PropertyGroup Condition="'$(MSBuildAssemblyVersion)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight' or ('$(TargetFrameworkIdentifier)' == '' and ('$(
TargetRuntime
)' == 'Managed' or '$(
TargetRuntime
)' == '')))">