1 assignment to MSBuild property TargetFrameworkVersion
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
57
<
TargetFrameworkVersion
Condition=" '$(TargetFrameworkVersion)' == '' ">v4.0</TargetFrameworkVersion>
79 usages of MSBuild property TargetFrameworkVersion
MSBuildFiles (79)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (35)
57
<TargetFrameworkVersion Condition=" '$(
TargetFrameworkVersion
)' == '' ">v4.0</TargetFrameworkVersion>
74
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' != '' and '$(
TargetFrameworkVersion
)' != ''">
75
<TargetFrameworkMoniker Condition="'$(TargetFrameworkMoniker)' == '' and '$(TargetFrameworkProfile)' != ''">$(TargetFrameworkIdentifier),Version=$(
TargetFrameworkVersion
),Profile=$(TargetFrameworkProfile)</TargetFrameworkMoniker>
76
<TargetFrameworkMoniker Condition="'$(TargetFrameworkMoniker)' == ''">$(TargetFrameworkIdentifier),Version=$(
TargetFrameworkVersion
)</TargetFrameworkMoniker>
81
<FrameworkPathOverride Condition="'$(FrameworkPathOverride)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries($(TargetFrameworkIdentifier), $(
TargetFrameworkVersion
), $(TargetFrameworkProfile), $(PlatformTarget)))</FrameworkPathOverride>
482
<TargetFrameworkAsMSBuildRuntime Condition="'$(
TargetFrameworkVersion
)' == 'v2.0' or '$(
TargetFrameworkVersion
)' == 'v3.0' or '$(
TargetFrameworkVersion
)' == 'v3.5'">CLR2</TargetFrameworkAsMSBuildRuntime>
483
<TargetFrameworkAsMSBuildRuntime Condition="'$(
TargetFrameworkVersion
)' == 'v4.0' or '$(
TargetFrameworkVersion
)' == 'v4.5'">CLR4</TargetFrameworkAsMSBuildRuntime>
549
{Registry:$(FrameworkRegistryBase),$(
TargetFrameworkVersion
),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)};
1067
<FrameworkDir Condition="'$(FrameworkDir)' == '' and ('$(
TargetFrameworkVersion
)' == 'v2.0' or '$(
TargetFrameworkVersion
)' == 'v3.5' or '$(
TargetFrameworkVersion
)' == 'v4.0')">@(_TargetFramework20DirectoryItem)</FrameworkDir>
1329
Returns="$(
TargetFrameworkVersion
)">
1841
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
2245
{Registry:$(FrameworkRegistryBase),$(
TargetFrameworkVersion
),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)};
2296
{Registry:$(FrameworkRegistryBase),$(
TargetFrameworkVersion
),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)};
2335
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
2409
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
2840
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
3439
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
3494
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
3534
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
3625
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
3732
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
4965
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
4971
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
4984
TargetFrameworkVersion="$(
TargetFrameworkVersion
)"
5468
<ImportXamlTargets Condition="'$(ImportXamlTargets)'=='' and ('$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.Xaml.targets')">true</ImportXamlTargets>
5476
Condition="('$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.5' and (!$([System.String]::IsNullOrEmpty('$(
TargetFrameworkVersion
)')) and !$(
TargetFrameworkVersion
.StartsWith('v4.0')))) and Exists('$(MSBuildToolsPath)\Microsoft.WorkflowBuildExtensions.targets')"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (3)
28
<PropertyGroup Condition="('$(
TargetFrameworkVersion
)' != 'v1.0') and ('$(
TargetFrameworkVersion
)' != 'v1.1')">
53
<PropertyGroup Condition="('$(
TargetFrameworkVersion
)' == 'v4.0')">
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (6)
204
<PropertyGroup Condition="('$(
TargetFrameworkVersion
)' != 'v1.0') and ('$(
TargetFrameworkVersion
)' != 'v1.1')">
229
<PropertyGroup Condition="('$(
TargetFrameworkVersion
)' == 'v4.0')">
324
<Import Project="$(MSBuildToolsPath)\Microsoft.ServiceModel.targets" Condition="('$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.0' and '$(
TargetFrameworkVersion
)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.ServiceModel.targets')"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.props (12)
45
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(
TargetFrameworkVersion
)' == 'v4.0' and '$(FrameworkPathOverride)' == ''">
66
<_DeploymentSignClickOnceManifests Condition="'$(
TargetFrameworkVersion
)' == 'v2.0' or '$(
TargetFrameworkVersion
)' == 'v3.0' or '$(SignManifests)' == 'true'">true</_DeploymentSignClickOnceManifests>
71
<AdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == 'true' and '$(TargetCompactFramework)' != 'true' and ('$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.0')">System.Core;$(AdditionalExplicitAssemblyReferences)</AdditionalExplicitAssemblyReferences>
83
<TargetingClr2Framework Condition="'$(
TargetFrameworkVersion
)' == 'v2.0' or '$(
TargetFrameworkVersion
)' == 'v3.0' or '$(
TargetFrameworkVersion
)' == 'v3.5'">true</TargetingClr2Framework>
99
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(
TargetFrameworkVersion
)' != 'v4.0' and ('$(OutputType)' == 'exe' or '$(OutputType)' == 'winexe' or '$(OutputType)' == 'appcontainerexe' or '$(OutputType)' == '')">
107
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(
TargetFrameworkVersion
)' != 'v4.0'">
119
<SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(
TargetFrameworkVersion
)' != 'v4.0')">6.00</SubsystemVersion>
134
<ImplicitlyExpandDesignTimeFacades Condition="'$(ImplicitlyExpandDesignTimeFacades)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(
TargetFrameworkVersion
)' != 'v4.0')">true</ImplicitlyExpandDesignTimeFacades>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.targets (14)
45
<_TargetedFrameworkDirectoryItem Condition="'$(
TargetFrameworkVersion
)' == 'v2.0'" Include="@(_TargetFramework20DirectoryItem)"/>
46
<_TargetedFrameworkDirectoryItem Condition="'$(
TargetFrameworkVersion
)' == 'v3.0' OR '$(
TargetFrameworkVersion
)' == 'v3.5'" Include="$(MSBuildFrameworkToolsRoot)\$(
TargetFrameworkVersion
)"/>
51
<_CombinedTargetFrameworkDirectoriesItem Condition=" '$(
TargetFrameworkVersion
)' == 'v4.0' "
54
<_CombinedTargetFrameworkDirectoriesItem Condition=" '$(
TargetFrameworkVersion
)' == 'v3.5'"
57
<_CombinedTargetFrameworkDirectoriesItem Condition=" '$(
TargetFrameworkVersion
)' == 'v3.0' or '$(
TargetFrameworkVersion
)' == 'v3.5'"
60
<_CombinedTargetFrameworkDirectoriesItem Condition=" '$(
TargetFrameworkVersion
)' == 'v2.0' or '$(
TargetFrameworkVersion
)' == 'v3.0' or '$(
TargetFrameworkVersion
)' == 'v3.5'"
115
<Import Project="$(MSBuildToolsPath)\Microsoft.WinFX.targets" Condition="'$(
TargetFrameworkVersion
)' != 'v2.0' and '$(TargetCompactFramework)' != 'true' and Exists('$(MSBuildToolsPath)\Microsoft.WinFX.targets')"/>
116
<Import Project="$(MSBuildToolsPath)\Microsoft.Data.Entity.targets" Condition="'$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.0' and Exists('$(MSBuildToolsPath)\Microsoft.Data.Entity.targets')"/>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.ServiceModel.targets (6)
31
<XsdCodeGenPreCondition Condition="'$(
TargetFrameworkVersion
)' != 'v2.0' and '$(
TargetFrameworkVersion
)' != 'v3.0' and '$(
TargetFrameworkVersion
)' != 'v3.5' and '$(
TargetFrameworkVersion
)' != 'v4.0' and ( '$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight' ) and '$(XsdCodeGenEnabled)' == 'True' and '@(XsdCodeGenInputXsdFiles)' != '' ">True</XsdCodeGenPreCondition>
66
<XsdCodeGenSupportFx35DataTypes Condition="'$(XsdCodeGenSupportFx35DataTypes)' == '' and '$(
TargetFrameworkVersion
)' == 'v2.0'">False</XsdCodeGenSupportFx35DataTypes>
67
<XsdCodeGenSupportFx35DataTypes Condition="'$(XsdCodeGenSupportFx35DataTypes)' == '' and '$(
TargetFrameworkVersion
)' == 'v3.0'">False</XsdCodeGenSupportFx35DataTypes>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (3)
7
<TaskVersion Condition=" ('$(
TargetFrameworkVersion
)' == 'v3.0' or '$(
TargetFrameworkVersion
)' == 'v3.5') ">3.0.0.0</TaskVersion>
601
<Error Condition="'$(
TargetFrameworkVersion
)' == 'v3.0'" Text="The SplashScreen Build Action is not supported in the selected Target Framework." />