VS2008 NetCF35编译慢

原文链接:http://www.cnblogs.com/enjoyitzwg/archive/2008/10/23/1318304.html

参照上文的说明,修改文件

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-09-04 15:30  keeppoised  阅读(259)  评论(0编辑  收藏  举报