解决VS2008 开发Windows Mobile 项目生成速度慢的问题

修改文件

  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 @ 2011-06-16 15:44  rui90102  阅读(1011)  评论(0编辑  收藏  举报