2011年5月31日 星期二

vs 2008 編譯速度提升

參考處
--
参照上文的说明,修改文件

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'"
---
以上經實測後,約能提升縮短編譯時間約:2分鐘 (我的方案是服飾ERP+POS的架構)

沒有留言:

張貼留言