Skip to content

Commit

Permalink
Add hook for importing .props file after .NET SDK props
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Nov 26, 2024
1 parent 07b7c9e commit 7c3086c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,7 @@ 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 -->
<Import Project="$(AfterMicrosoftNetSdkProps)" Condition="$(AfterMicrosoftNetSdkProps) != ''" />

</Project>

0 comments on commit 7c3086c

Please sign in to comment.