Skip to content

Commit

Permalink
Update src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.…
Browse files Browse the repository at this point in the history
…props

Co-authored-by: Jeff Kluge <[email protected]>
  • Loading branch information
dsplaisted and jeffkl authored Dec 18, 2024
1 parent 7c3086c commit 5fc518d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ Copyright (c) .NET Foundation. All rights reserved.
<Import Project="$(MSBuildThisFileDirectory)../../Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.props" Condition="Exists('$(MSBuildThisFileDirectory)../../Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.props')" />
<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.Windows.props" />

<!-- Hook for importing custom logic after .NET SDK props, for example for additional default item processing -->
<!--
Extensibility point for users to import build logic after all of the .NET SDKs .props are imported but before the project's contents are evaluated.
This can be useful for overriding default globs or properties that the SDK sets.
-->
<Import Project="$(AfterMicrosoftNetSdkProps)" Condition="$(AfterMicrosoftNetSdkProps) != ''" />

</Project>

0 comments on commit 5fc518d

Please sign in to comment.