Remove unnecessary reference dependencies from the .Net EightBit projects.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2019-07-28 00:35:20 +01:00
parent 6cb3aa37df
commit 0ada703504
15 changed files with 0 additions and 64 deletions
-1
View File
@@ -43,7 +43,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Board.cs" />
-1
View File
@@ -36,7 +36,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Disassembler.cs" />