2025-12-23 14:10:42 +01:00
|
|
|
<Project Sdk="Godot.NET.Sdk/4.5.1">
|
2024-02-26 08:33:37 +01:00
|
|
|
<PropertyGroup>
|
2025-02-24 11:37:45 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-02-26 08:33:37 +01:00
|
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
|
|
|
</PropertyGroup>
|
2025-02-24 17:17:46 +01:00
|
|
|
<PropertyGroup Condition="$(GIT_ASSEMBLY_SEM_VER) != ''">
|
|
|
|
|
<Version>$(GIT_ASSEMBLY_SEM_VER)</Version>
|
|
|
|
|
<AssemblyVersion>$(GIT_ASSEMBLY_SEM_VER)</AssemblyVersion>
|
|
|
|
|
<FileVersion>$(GIT_ASSEMBLY_SEM_FILE_VER)</FileVersion>
|
|
|
|
|
</PropertyGroup>
|
2025-08-12 14:37:48 +02:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'ExportRelease' ">
|
|
|
|
|
<DefineConstants>GODOT;GODOT_WINDOWS;GODOT_PC;GODOT4;GODOT4_5;GODOT4_5_0;GODOT4_OR_GREATER;GODOT4_0_OR_GREATER;GODOT4_1_OR_GREATER;GODOT4_2_OR_GREATER;GODOT4_3_OR_GREATER;GODOT4_4_OR_GREATER;GODOT4_5_OR_GREATER;GODOT4_5_0_OR_GREATER;GODOT;GODOT_WINDOWS;GODOT_PC;GODOT4;GODOT4_5;GODOT4_5_0;GODOT4_OR_GREATER;GODOT4_0_OR_GREATER;GODOT4_1_OR_GREATER;GODOT4_2_OR_GREATER;GODOT4_3_OR_GREATER;GODOT4_4_OR_GREATER;GODOT4_5_OR_GREATER;GODOT4_5_0_OR_GREATER;TRACE;DISABLE_DD3D</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
2025-08-25 15:03:10 +02:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
<DefineConstants>GODOT;GODOT_WINDOWS;GODOT_PC;GODOT4;GODOT4_5;GODOT4_5_0;GODOT4_OR_GREATER;GODOT4_0_OR_GREATER;GODOT4_1_OR_GREATER;GODOT4_2_OR_GREATER;GODOT4_3_OR_GREATER;GODOT4_4_OR_GREATER;GODOT4_5_OR_GREATER;GODOT4_5_0_OR_GREATER;TRACE;TOOLS</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
2025-02-21 18:57:00 +01:00
|
|
|
<ItemGroup>
|
2025-02-24 15:30:19 +01:00
|
|
|
<Content Include="Export.ps1" />
|
2025-02-27 09:07:24 +01:00
|
|
|
<Content Include="omnisharp.json" />
|
2025-02-24 17:17:46 +01:00
|
|
|
<Content Include="Publish.ps1" />
|
2025-02-21 18:57:00 +01:00
|
|
|
<Content Include="Scripts\Resources\Events\tsconfig.json" />
|
|
|
|
|
</ItemGroup>
|
2025-04-11 10:35:17 +02:00
|
|
|
<!--<ItemGroup>
|
|
|
|
|
<PackageReference Include="GitVersion.MsBuild" Version="6.2.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>-->
|
2024-02-26 08:33:37 +01:00
|
|
|
</Project>
|