vs2008加速编译设置

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>

部分,Condition="'$(SkipPlatformVerification)' == 'true'"增加的内容

猜你喜欢

转载自blog.csdn.net/weixin_42206447/article/details/82776783