Skip to content

Commit

Permalink
Trim published binaries to shave off lots of bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Feb 27, 2025
1 parent 02b6605 commit 8f39e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OmniConverter/OmniConverter.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
Expand Down

0 comments on commit 8f39e9f

Please sign in to comment.