From 2e3102879b2d3059f4ce0efc1a0ecd4bc3142a99 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 28 Dec 2011 00:11:12 +0000 Subject: Added some more base classes and started on the Z80 implementation. --- .../Noddybox.Emulation.EightBit.Z80.csproj | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj (limited to 'Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj') diff --git a/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj b/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj new file mode 100644 index 0000000..60cb7ff --- /dev/null +++ b/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj @@ -0,0 +1,75 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {7F257886-40D3-4E2A-BA9C-C5FEE93C08E9} + {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Noddybox.Emulation.EightBit.Z80 + Noddybox.Emulation.EightBit.Z80 + v4.0 + $(TargetFrameworkVersion) + WindowsPhone71 + Silverlight + false + true + true + + + true + full + false + Bin\Debug + DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + pdbonly + true + Bin\Release + TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + + + + + + + + + + + + + + {ADC7A871-4DED-4A92-A447-2D784AB60FAF} + Noddybox.Emulation.EightBit + + + {A2478066-4DFD-4042-BF98-963922DC97F8} + Noddybox.Emulation + + + + + + + \ No newline at end of file -- cgit v1.3