Skip to content

Commit

Permalink
Adjusted NonTrimmableRoots
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Nov 25, 2024
1 parent a66f602 commit d56cafc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CollapseLauncher/NonTrimmableRoots.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
<assembly fullname="CollapseLauncher">
<!-- Protect generated code from trimming -->
<namespace fullname="CollapseLauncher.CollapseLauncher_XamlTypeInfo" preserve="all" />
<!-- Preserve COM Interop used in project code when trimming -->
<type fullname="CollapseLauncher.PInvoke" preserve="all" />
<type fullname="CollapseLauncher.HRESULT" preserve="all" />
<type fullname="CollapseLauncher.CLSCTX" preserve="all" />
</assembly>

<assembly fullname="Hi3Helper.Win32">
<!-- Preserve COM Interop used in project code when trimming -->
<type fullname="Hi3Helper.Win32.Native.PInvoke" preserve="all" />
<type fullname="Hi3Helper.Win32.Native.Structs.HResult" preserve="all" />
<type fullname="Hi3Helper.Win32.FileDialogCOM.FileDialogNative" preserve="all" />
</assembly>

<!-- Protect built-in libs COM from trimming -->
<assembly fullname="System.Private.CoreLib">
Expand Down

0 comments on commit d56cafc

Please sign in to comment.