This commit is contained in:
Kudzu 2017-07-27 13:14:50 -04:00
parent 636c575949
commit ddbbd7ff39
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
<ItemGroup>
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
<ProjectReference Include="..\Cosmos.Platform\Cosmos.Platform.csproj" />
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>

View file

@ -5,7 +5,7 @@ namespace Cosmos.System {
public string GetFileSomething() {
// Need to change to dynamic load to prevent compile time access
// and then call init.
Cosmos.Platform.TempHack.Init();
//Cosmos.Platform.TempHack.Init();
var x = Cosmos.HAL.SATA.New();
return x.GetSomethingNonPlatform() + " via FileSystem";