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 beef9fa commit 14949e6Copy full SHA for 14949e6
src/Files.App/Files.App.csproj
@@ -24,6 +24,7 @@
24
<UseWinUI>true</UseWinUI>
25
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
26
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27
+ <CETCompat>false</CETCompat>
28
<Configurations>Debug;Release</Configurations>
29
<CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes>
30
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
0 commit comments