Fix build issues
This commit is contained in:
parent
c289287d14
commit
10f3b9741e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user