We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f7d08 commit 39bec89Copy full SHA for 39bec89
src/Files.App.Controls/Files.App.Controls.csproj
@@ -11,6 +11,7 @@
11
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
12
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13
<DefineConstants>$(DefineConstants);OMNIBAR_DEBUG</DefineConstants>
14
+ <IsAotCompatible>true</IsAotCompatible>
15
</PropertyGroup>
16
17
<ItemGroup>
src/Files.App.Server/Files.App.Server.csproj
@@ -27,6 +27,7 @@
27
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
28
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
29
<CsWinRTEnableLogging>true</CsWinRTEnableLogging>
30
31
32
33
0 commit comments