Reduce output from 65MB to < 200kb

This commit is contained in:
AeonLucid
2021-10-30 20:03:04 +02:00
parent 7a13e982a8
commit 1a5bc07d4e
6 changed files with 17 additions and 11 deletions
@@ -4,6 +4,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -15,13 +20,11 @@
</PropertyGroup>
<ItemGroup>
<Folder Include="Libs" />
</ItemGroup>
<ItemGroup>
<None Update="Libs\Prospect.Agent.dll">
<Content Include="Prospect.Agent.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<ExcludeFromSingleFile>false</ExcludeFromSingleFile>
</Content>
</ItemGroup>
</Project>