File: C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\BeforeCommonTargets.targets
Project: ..\..\..\src\Package\DevDivPackage\DevDivPackage.csproj (MSBuildFiles)
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
<Project>
 
  <Import Project="$(_ArcadeOverriddenCustomBeforeMicrosoftCommonTargets)" Condition="Exists('$(_ArcadeOverriddenCustomBeforeMicrosoftCommonTargets)')"/>
 
  <PropertyGroup>
    <_ArcadeBeforeCommonTargetsImported>true</_ArcadeBeforeCommonTargetsImported>
  </PropertyGroup>
 
  <Import Project="Version.BeforeCommonTargets.targets"/>
  <Import Project="TargetFrameworkFilters.BeforeCommonTargets.targets"/>
 
  <!-- Import the logic to determine whether a project should not build.
       This is done at this point because we need to exclude the import of some standard Microsoft restore targets (NuGet)
       that are loaded before the import of Arcade's Sdk.targets. See info in ExcludeFromBuild.
       Repositories that don't require this infrastructure can set DisableArcadeExcludeFromBuildSupport to true to disable it. -->
  <Import Project="ExcludeFromBuild.BeforeCommonTargets.targets" Condition="'$(DisableArcadeExcludeFromBuildSupport)' != 'true'" />
 
</Project>