您的位置:首页 > 其它

加快vs编译速度(vs2008+cf3.5)

2014-09-02 13:28 232 查看
传说能加快vs编译速度(vs2008+cf3.5)

C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targets



<Target
Name="PlatformVerificationTask" Condition="'$(SkipPlatformVerification)' == 'true'" >
<PlatformVerificationTask
PlatformFamilyName="$(PlatformFamilyName)"
PlatformID="$(PlatformID)"
SourceAssembly="@(IntermediateAssembly)"
ReferencePath="@(ReferencePath)"
TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
PlatformVersion="$(TargetFrameworkVersion)"/>
</Target>

部分,红色文字为新增加的内容
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: