This commit is contained in:
kudzu_cp 2010-08-21 00:31:06 +00:00
parent 8675d6ecba
commit eec60553af
3 changed files with 2 additions and 4 deletions

View file

@ -35,6 +35,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.System, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>

View file

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
namespace GuessKernel {
public class Program {
public class Kernel {
// This is a temp wrapper to bridge from existing project format
// to the new coming project format.
public static void Boot() {

View file

@ -37,9 +37,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.Hardware, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=x86" />
<Reference Include="Cosmos.Kernel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=x86" />
<Reference Include="Cosmos.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983, processorArchitecture=x86" />
<Reference Include="System" />
</ItemGroup>
<ItemGroup>