summaryrefslogtreecommitdiff
path: root/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj')
-rw-r--r--Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj b/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
index 316b00b..c7d5924 100644
--- a/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
+++ b/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
@@ -49,9 +49,20 @@
<Reference Include="mscorlib.extensions" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="ICpu.cs" />
<Compile Include="IDevice.cs" />
<Compile Include="IMemory.cs" />
+ <Compile Include="IRegister16.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Register16BigEndian.cs" />
+ <Compile Include="Register16Factory.cs" />
+ <Compile Include="Register16LittleEndian.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Noddybox.Emulation\Noddybox.Emulation.csproj">
+ <Project>{A2478066-4DFD-4042-BF98-963922DC97F8}</Project>
+ <Name>Noddybox.Emulation</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />