Use AOT compilation
parent
8764d12859
commit
164a13776a
|
@ -2,11 +2,14 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
<PublishAOT>true</PublishAOT>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<TrimmerRootAssembly Include="GodotSharp" />
|
||||||
|
<TrimmerRootAssembly Include="$(TargetName)" />
|
||||||
<Content Remove="UnitTests/**/*" />
|
<Content Remove="UnitTests/**/*" />
|
||||||
<Compile Remove="UnitTests/**/*" />
|
<Compile Remove="UnitTests/**/*" />
|
||||||
<None Remove="UnitTests/**/*" />
|
<None Remove="UnitTests/**/*" />
|
||||||
<PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" />
|
<PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue