mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +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>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj" />
|
||||
<ProjectReference Include="$(IL2CPURepoRoot)source\IL2CPU.Debug.Symbols\IL2CPU.Debug.Symbols.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using Cosmos.Debug.Common;
|
||||
|
||||
using IL2CPU.Debug.Symbols;
|
||||
|
||||
namespace ElfMap2DebugDb
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue