Skip to content

Commit

Permalink
Merge pull request #89652 from invino4/patch-1
Browse files Browse the repository at this point in the history
Add property `UsingGodotNETSdk` to Godot.NET.Sdk
  • Loading branch information
akien-mga committed Mar 24, 2024
2 parents dd66853 + bdbd999 commit 1c2ff17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<Import Project="$(MSBuildThisFileDirectory)\SdkPackageVersions.props" />

<PropertyGroup>
<UsingGodotNETSdk>true</UsingGodotNETSdk>

<!-- Determines if we should import Microsoft.NET.Sdk, if it wasn't already imported. -->
<GodotSdkImportsMicrosoftNetSdk Condition=" '$(UsingMicrosoftNETSdk)' != 'true' ">true</GodotSdkImportsMicrosoftNetSdk>
</PropertyGroup>
Expand Down

0 comments on commit 1c2ff17

Please sign in to comment.