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

传说能加快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>
posted @ 2012-03-27 10:02  欢喜王子  阅读(192)  评论(0编辑  收藏  举报