mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Project fixes.
This commit is contained in:
parent
40d891e317
commit
973795d0bf
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj" />
|
<ProjectReference Include="$(IL2CPURepoRoot)source\IL2CPU.Debug.Symbols\IL2CPU.Debug.Symbols.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
using Cosmos.Debug.Common;
|
|
||||||
|
using IL2CPU.Debug.Symbols;
|
||||||
|
|
||||||
namespace ElfMap2DebugDb
|
namespace ElfMap2DebugDb
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue