mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
7 lines
237 B
XML
7 lines
237 B
XML
<Project Sdk="Godot.NET.Sdk/4.1.1">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<RootNamespace>spinegodotexamples</RootNamespace>
|
|
</PropertyGroup>
|
|
</Project> |