vs2008加速编译设置

C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targets

 

 

        Name="PlatformVerificationTask" Condition="'$(SkipPlatformVerification)' == 'true'" >

        

            PlatformFamilyName="$(PlatformFamilyName)"

            PlatformID="$(PlatformID)"

            SourceAssembly="@(IntermediateAssembly)"

            ReferencePath="@(ReferencePath)"

            TreatWarningsAsErrors="$(TreatWarningsAsErrors)"

            PlatformVersion="$(TargetFrameworkVersion)"/>

    

 

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

你可能感兴趣的:(vs)