mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
11 lines
469 B
Groff
11 lines
469 B
Groff
|
|
<Project Sdk="Godot.NET.Sdk/4.3.0">
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
|
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
|
||
|
|
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
|
||
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Content Include="Scripts\Resources\Events\tsconfig.json" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|