传说能加快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>
原文地址:https://www.cnblogs.com/hxwzwiy/p/2419066.html