传说能加快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 @ 2009-12-15 13:36  王晓章  阅读(1360)  评论(1编辑  收藏  举报