首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > VSTS >

VS 生成 慢 (智能装置 mobile )

2012-08-22 
VS 生成 慢 (智能设备 mobile )1、打开 C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramew

VS 生成 慢 (智能设备 mobile )


1、打开 C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targets 

 

2、找到PlatformVerificationTask 添加红色部分 

    <Target
        Name="PlatformVerificationTask"  Condition="'$(SkipPlatformVerification)' == 'true'">
        <PlatformVerificationTask
            PlatformFamilyName="$(PlatformFamilyName)"
            PlatformID="$(PlatformID)"
            SourceAssembly="@(IntermediateAssembly)"
            ReferencePath="@(ReferencePath)"
            TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
            PlatformVersion="$(TargetFrameworkVersion)"/>
    </Target>


3、重启VS 即可解决

热点排行