Reduce bloat

This commit is contained in:
rjindael 2023-07-09 21:53:30 -07:00
parent e6aa99d7ff
commit 808fa72232
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
5 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,4 @@
using Newtonsoft.Json;
namespace Kiseki.Launcher.Core
namespace Kiseki.Launcher.Core
{
public enum ProgressBarState
{

View File

@ -16,7 +16,6 @@
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.95" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<Import Project="..\Kiseki.Launcher.Core\Kiseki.Launcher.Core.projitems" Label="Shared" />

View File

@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>..\bin\Release\linux-x64\</PublishDir>
<PublishDir>..\build\linux-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0</TargetFramework>

View File

@ -12,10 +12,6 @@
<AssemblyName>Kiseki.Launcher</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>

View File

@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>..\bin\Release\win-x64\</PublishDir>
<PublishDir>..\build\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows</TargetFramework>