Project fixes.

This commit is contained in:
José Pedro 2018-08-29 20:50:04 +01:00
parent 40d891e317
commit 973795d0bf
No known key found for this signature in database
GPG key ID: B8247B9301707B83
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -1,5 +1,6 @@
using System;
using Cosmos.Debug.Common;
using IL2CPU.Debug.Symbols;
namespace ElfMap2DebugDb
{