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>

部分,红色文字为新增加的内容

相关文章:

  • 2021-09-29
  • 2021-08-15
  • 2022-01-18
  • 2022-12-23
  • 2021-10-20
  • 2021-06-11
  • 2021-12-06
猜你喜欢
  • 2021-09-11
  • 2022-12-23
  • 2022-02-25
  • 2021-10-12
  • 2021-10-30
相关资源
相似解决方案