cirnogodot/Cirno.csproj

16 lines
606 B
XML
Raw Normal View History

2025-02-24 11:37:45 +01:00
<Project Sdk="Godot.NET.Sdk/4.4.0-rc.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-02-21 18:57:00 +01:00
<ItemGroup>
2025-02-24 15:30:19 +01:00
<Content Include="Export.ps1" />
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>
2024-02-26 08:33:37 +01:00
</Project>