1 assignment to MSBuild property TargetPlatformVersion
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
87
<
TargetPlatformVersion
Condition="'$(TargetPlatformVersion)' == ''">7.0</TargetPlatformVersion>
11 usages of MSBuild property TargetPlatformVersion
MSBuildFiles (11)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (11)
87
<TargetPlatformVersion Condition="'$(
TargetPlatformVersion
)' == ''">7.0</TargetPlatformVersion>
88
<TargetPlatformSdkPath Condition=" '$(TargetPlatformIdentifier)' == 'Windows'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v$(
TargetPlatformVersion
)', InstallationFolder, null, RegistryView.Registry32, RegistryView.Default))</TargetPlatformSdkPath>
89
<TargetPlatformSdkPath Condition=" '$(TargetPlatformSdkPath)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKLocation($(TargetPlatformIdentifier), $(
TargetPlatformVersion
)))</TargetPlatformSdkPath>
93
<UseOSWinMdReferences Condition="'$(UseOSWinMdReferences)' == '' and ('$(TargetPlatformWinMDLocation)' == '' and '$(TargetPlatformIdentifier)' == 'Windows' and '$(
TargetPlatformVersion
)' > '7.0')">true</UseOSWinMdReferences>
95
<TargetPlatformMoniker Condition="'$(TargetPlatformMoniker)' == ''">$(TargetPlatformIdentifier),Version=$(
TargetPlatformVersion
)</TargetPlatformMoniker>
96
<TargetPlatformDisplayName Condition="'$(TargetPlatformDisplayName)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKDisplayName($(TargetPlatformIdentifier), $(
TargetPlatformVersion
)))</TargetPlatformDisplayName>
680
<ProjectCapability Condition=" '$(TargetPlatformIdentifier)' == 'Windows' and '$(
TargetPlatformVersion
)' < 8.0 "
1971
TargetPlatformVersion="$(
TargetPlatformVersion
)"
2041
<RuntimeReferenceOnlySDKDependencies Condition = "'$(
TargetPlatformVersion
)' == '8.1'" Include="Microsoft.VCLibs, Version=11.0"/>
2053
TargetPlatformVersion="$(
TargetPlatformVersion
)"
2104
TargetPlatformVersion="$(
TargetPlatformVersion
)"