Skip to content

Commit

Permalink
- Updated DockPanelSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Jul 19, 2017
1 parent fb7ecbf commit e30c646
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Source/Mosa.CoolWorld.x86/Boot.cs
Expand Up @@ -60,7 +60,7 @@ unsafe public static void Main()

if (standardKeyboards.Count == 0)
{
Console.WriteLine("No Keyboards");
Console.WriteLine("No Keyboard!");
ForeverLoop();
}

Expand Down
4 changes: 2 additions & 2 deletions Source/Mosa.Tool.Debugger/Mosa.Tool.Debugger.csproj
Expand Up @@ -50,8 +50,8 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.15.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.2.15.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.16.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.2.16.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Mosa.Tool.Debugger/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DockPanelSuite" version="2.15.0" targetFramework="net461" />
<package id="DockPanelSuite" version="2.16.0" targetFramework="net461" />
</packages>
12 changes: 6 additions & 6 deletions Source/Mosa.Tool.GDBDebugger/Mosa.Tool.GDBDebugger.csproj
Expand Up @@ -52,16 +52,16 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.15.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.2.15.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=2.15.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.2.15.0\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
<Reference Include="SharpDisasm, Version=1.1.5.0, Culture=neutral, PublicKeyToken=71afd155bcebae3e, processorArchitecture=MSIL">
<HintPath>..\packages\SharpDisasm.1.1.5\lib\net45\SharpDisasm.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.16.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.2.16.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=2.16.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.2.16.0\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AddWatchArgs.cs" />
Expand Down
4 changes: 2 additions & 2 deletions Source/Mosa.Tool.GDBDebugger/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DockPanelSuite" version="2.15.0" targetFramework="net461" />
<package id="DockPanelSuite.ThemeVS2015" version="2.15.0" targetFramework="net461" />
<package id="DockPanelSuite" version="2.16.0" targetFramework="net461" />
<package id="DockPanelSuite.ThemeVS2015" version="2.16.0" targetFramework="net461" />
<package id="SharpDisasm" version="1.1.5" targetFramework="net46" />
</packages>

0 comments on commit e30c646

Please sign in to comment.