传说能加快vs编译速度

C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targe中
<Target
Name="PlatformVerificationTask" Condition="'$(SkipPlatformVerification)' == 'true'" >
<PlatformVerificationTask
PlatformFamilyName="$(PlatformFamilyName)"
PlatformID="$(PlatformID)"
SourceAssembly="@(IntermediateAssembly)"
ReferencePath="@(ReferencePath)"
TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
PlatformVersion="$(TargetFrameworkVersion)"/>
</Target>

posted @ 2012-09-03 08:14  Faint@LastStep  阅读(164)  评论(0编辑  收藏  举报