supervisor-simulator/最强导师.csproj
2025-12-06 18:54:23 +08:00

13 lines
480 B
XML

<Project Sdk="Godot.NET.Sdk/4.5.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Content Include="docs\design.md" />
<Content Include="docs\detail_design.md" />
<Content Include="docs\mvp_design.md" />
<Content Include="README.md" />
</ItemGroup>
</Project>