mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
e8033746e8
commit
aff8bf7f6a
2 changed files with 0 additions and 12 deletions
|
|
@ -43,8 +43,6 @@
|
||||||
<Reference Include="System.Core">
|
<Reference Include="System.Core">
|
||||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Data" />
|
|
||||||
<Reference Include="System.Xml" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Device.cs" />
|
<Compile Include="Device.cs" />
|
||||||
|
|
@ -55,10 +53,6 @@
|
||||||
<Compile Include="TextScreen.cs" />
|
<Compile Include="TextScreen.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\..\..\source\Cosmos\Cosmos.Hardware\Cosmos.Hardware2.csproj">
|
|
||||||
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
|
||||||
<Name>Cosmos.Hardware2</Name>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="..\..\..\..\..\source\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
<ProjectReference Include="..\..\..\..\..\source\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
||||||
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
||||||
<Name>Cosmos.Kernel</Name>
|
<Name>Cosmos.Kernel</Name>
|
||||||
|
|
|
||||||
|
|
@ -12,13 +12,7 @@ namespace Cosmos.Hardware {
|
||||||
static public TextScreen TextScreen = new TextScreen();
|
static public TextScreen TextScreen = new TextScreen();
|
||||||
|
|
||||||
static public void Init() {
|
static public void Init() {
|
||||||
|
|
||||||
Global.Dbg.Send("Cosmos.Hardware.Global.Init");
|
Global.Dbg.Send("Cosmos.Hardware.Global.Init");
|
||||||
// Temp
|
|
||||||
Cosmos.Hardware2.Global2.Init();
|
|
||||||
Global.Dbg.Send("Before Cosmos.Core.Global.Init");
|
|
||||||
|
|
||||||
// End Temp
|
|
||||||
Cosmos.Core.Global.Init();
|
Cosmos.Core.Global.Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue