mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
20 lines
No EOL
731 B
Groff
20 lines
No EOL
731 B
Groff
<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="omnisharp.json" />
|
|
<Content Include="Publish.ps1" />
|
|
<Content Include="Scripts\Resources\Events\tsconfig.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Scripts\Components\FSM\Enemy\" />
|
|
</ItemGroup>
|
|
</Project> |