stage build config

This commit is contained in:
Merith 2025-02-28 11:08:07 -08:00
parent 2b9430101e
commit b69a6ae4a1
3 changed files with 5966 additions and 0 deletions

View file

@ -15,6 +15,12 @@
<ApplicationIcon>App.ico</ApplicationIcon>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Remove="ControlAppMonolith.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ControlAppMonolith.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
</ItemGroup>