Enable aot for libs

This commit is contained in:
Burak Kaan Köse
2025-11-14 13:59:38 +01:00
parent d592d1c235
commit d9ef81729f
9 changed files with 27 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<IsTrimmable>true</IsTrimmable>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Misc\**" />