mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 01:01:16 +00:00
Upgraded to 4.4 RC1
This commit is contained in:
parent
62aae84e8f
commit
34ed3bbc9a
4 changed files with 27 additions and 2 deletions
16
Cirno.csproj.old.5
Normal file
16
Cirno.csproj.old.5
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<Project Sdk="Godot.NET.Sdk/4.4.0-rc.1">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
</PropertyGroup>
|
||||
<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>
|
||||
<ItemGroup>
|
||||
<Content Include="Export.ps1" />
|
||||
<Content Include="Publish.ps1" />
|
||||
<Content Include="Scripts\Resources\Events\tsconfig.json" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue