Code cleanup

This commit is contained in:
Brett Hewitson 2021-12-09 20:41:47 +10:00
parent 72a0c342c3
commit 65a8ee426b
5 changed files with 5 additions and 6 deletions

View file

@ -106,6 +106,9 @@
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>

View file

@ -3,9 +3,6 @@ using ServerManagerTool.Common.Model;
using ServerManagerTool.Lib.ViewModel;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Runtime.Serialization;
using System.Windows;

View file

@ -413,7 +413,7 @@ namespace ServerManagerTool
}
finally
{
Environment.Exit(0);
Environment.Exit(exitCode);
}
}