1 assignment to MSBuild property _ArcadeBeforeCommonTargetsImported
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\BeforeCommonTargets.targets (1)
7<_ArcadeBeforeCommonTargetsImported>true</_ArcadeBeforeCommonTargetsImported>
3 usages of MSBuild property _ArcadeBeforeCommonTargetsImported
MSBuildFiles (3)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\Sdk\Sdk.targets (3)
10<_BeforeCommonTargetsHookUsed Condition="'$(_ArcadeBeforeCommonTargetsImported)' != 'true'">false</_BeforeCommonTargetsHookUsed> 13<Import Project="..\tools\BeforeCommonTargets.targets" Condition="'$(_SuppressSdkImports)' != 'true' and '$(_ArcadeBeforeCommonTargetsImported)' != 'true' and '$(IsCrossTargetingBuild)' != 'true'"/> 14<Import Project="..\tools\BeforeCommonTargets.CrossTargeting.targets" Condition="'$(_SuppressSdkImports)' != 'true' and '$(_ArcadeBeforeCommonTargetsImported)' != 'true' and '$(IsCrossTargetingBuild)' == 'true'"/>