Merge pull request #89652 from invino4/patch-1
Add property `UsingGodotNETSdk` to Godot.NET.Sdk
This commit is contained in:
commit
1c2ff17f12
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue