1
0
mirror of synced 2025-01-31 04:13:51 +01:00

Fix build issues

This commit is contained in:
KillzXGaming 2019-06-15 09:39:36 -04:00
parent c289287d14
commit 10f3b9741e
7 changed files with 3 additions and 5 deletions

Binary file not shown.

View File

@ -68,10 +68,10 @@ namespace Switch_Toolbox.Library
Color ForeColor = color ?? FormThemes.BaseTheme.TextForeColor;
if (console != null || !console.Disposing || !console.Disposed)
if (console != null || !console.Disposing || !console.IsDisposed)
console.AppendTextData($"{Line}", ForeColor);
ConsoleText += $"{line}/n";
ConsoleText += $"{Line}/n";
}
private void AppendTextData(string Text, Color color)

View File

@ -36,10 +36,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="AssimpNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=0d51b391f59f42a6, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="AssimpNet">
<HintPath>..\Toolbox\Lib\AssimpNet.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Be.Windows.Forms.HexBox">
<HintPath>..\Toolbox\Lib\Be.Windows.Forms.HexBox.dll</HintPath>