2 usages of MSBuild property TargetCompactFramework
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.props (1)
71<AdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == 'true' and '$(TargetCompactFramework)' != 'true' and ('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0')">System.Core;$(AdditionalExplicitAssemblyReferences)</AdditionalExplicitAssemblyReferences>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.targets (1)
115<Import Project="$(MSBuildToolsPath)\Microsoft.WinFX.targets" Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetCompactFramework)' != 'true' and Exists('$(MSBuildToolsPath)\Microsoft.WinFX.targets')"/>