2011-01-17 07:41:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.Emulation</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Emulation</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-02-28 07:53:19 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-27 14:23:48 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2011-02-19 22:47:33 +00:00
|
|
|
|
<Reference Include="LuaInterface, Version=2.0.0.16708, Culture=neutral, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\BizHawk.MultiClient\LuaInterface.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-05-20 09:30:20 +00:00
|
|
|
|
<Compile Include="Buffer.cs" />
|
2011-01-18 10:28:10 +00:00
|
|
|
|
<Compile Include="Consoles\Calculator\TI83.cs" />
|
2011-03-13 00:34:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\APU.cs" />
|
2011-03-08 07:25:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\BoardSystem.cs" />
|
2011-04-19 02:21:34 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\AVE-NINA.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\AxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\CPROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\CxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-06-09 19:45:07 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\ExROM.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\GxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\IC_74x377.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-06-08 06:17:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Irem_G101.cs" />
|
2011-06-08 03:58:02 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Irem_H3001.cs" />
|
2011-04-17 21:39:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Jaleco-JF_11_14.cs" />
|
2011-04-18 22:13:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper107.cs" />
|
2011-04-18 02:26:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper242.cs" />
|
2011-05-28 09:52:32 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\DRROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper095.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper206.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\MMC3_family.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TQROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TLSROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TVROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TxROM.cs" />
|
2011-03-08 07:25:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-03-21 04:23:55 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft1.cs" />
|
2011-06-08 02:42:36 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft4.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\SxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-06-08 07:32:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Taito_TC0190FMC.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-03-08 07:25:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Core.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\iNES.cs" />
|
2011-02-20 02:17:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.cs" />
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Palettes.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.regs.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.run.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.CodeMasters.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.Sega.cs" />
|
2011-01-17 07:41:01 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.ModeTMS.cs" />
|
2011-01-16 06:31:14 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.Mode4.cs" />
|
2011-01-12 06:08:17 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.Tables.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="CPUs\68000\Diassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\BitArithemetic.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\DataMovement.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\IntegerMath.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\ProgramFlow.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\Supervisor.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\M68000.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Memory.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\OpcodeTable.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Tables.cs" />
|
2011-04-03 05:24:31 +00:00
|
|
|
|
<Compile Include="CPUs\ARM\ARM.CP.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.Disassembly.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.ExecuteArm.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.ExecuteArm.Unconditional.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.ExecuteCore.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.ExecuteThumb.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\ARM.Pseudocode.cs" />
|
|
|
|
|
<Compile Include="CPUs\ARM\_.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="CPUs\HuC6280\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\HuC6280\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\HuC6280\HuC6280.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Helpers.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\IMemoryController.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\MC68K.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\MemoryAccess.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\BitManipulation.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\DataMovement.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\IntegerArithmetic.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\Logical.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\Multiprocessor.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\ProgramControl.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\ShiftRotate.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\Operations\SystemControl.cs" />
|
|
|
|
|
<Compile Include="CPUs\MC68000\OpTable.cs" />
|
|
|
|
|
<Compile Include="CPUs\MOS 6502\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\MOS 6502\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\MOS 6502\MOS6502.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Timing.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\x86.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Interrupts.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Registers.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Tables.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Z80.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Interrupts.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Registers.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Tables.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Z80A.cs" />
|
|
|
|
|
<Compile Include="Consoles\Gameboy\Bios.cs" />
|
|
|
|
|
<Compile Include="Consoles\Gameboy\Gameboy.cs" />
|
|
|
|
|
<Compile Include="Consoles\Gameboy\Input.cs" />
|
|
|
|
|
<Compile Include="Consoles\Gameboy\Mappers.cs" />
|
|
|
|
|
<Compile Include="Database\CRC32.cs" />
|
|
|
|
|
<Compile Include="Database\Database.cs" />
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Compile Include="Disc\CCD_format.cs" />
|
|
|
|
|
<Compile Include="Disc\CUE_format.cs" />
|
2011-05-14 21:56:54 +00:00
|
|
|
|
<Compile Include="Disc\Disc.API.cs" />
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Compile Include="Disc\Disc.cs" />
|
|
|
|
|
<Compile Include="Disc\DiscTOC.cs" />
|
|
|
|
|
<Compile Include="Disc\ECM.cs" />
|
|
|
|
|
<Compile Include="Disc\FFmpeg.cs" />
|
2011-05-14 21:56:54 +00:00
|
|
|
|
<Compile Include="Disc\Subcode.cs" />
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Compile Include="Disc\TOC_format.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Interfaces\Base Implementations\Game.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Base Implementations\IPS.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Base Implementations\Movies.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Base Implementations\NullController.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Base Implementations\NullEmulator.cs" />
|
|
|
|
|
<Compile Include="Interfaces\Base Implementations\SmdGame.cs" />
|
2011-06-11 22:15:08 +00:00
|
|
|
|
<Compile Include="Interfaces\CoreComms.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Sound\Utilities\BufferedAsync.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\Metaspu.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IController.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IEmulator.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IGame.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ISoundProvider.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IVideoProvider.cs" />
|
|
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\Input.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.SF2.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.SuperGrafx.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.cs" />
|
|
|
|
|
<Compile Include="Sound\HuC6280PSG.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VCE.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VDC.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VDC.Render.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VPC.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Genesis.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Genesis.Input.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.DMA.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.Render.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\IO.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\MemoryMap.68000.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\MemoryMap.Z80.cs" />
|
|
|
|
|
<Compile Include="Sound\YM2612.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\BIOS.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\SoundMixer.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\Input.cs" />
|
|
|
|
|
<Compile Include="Sound\SN76489.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\SMS.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.cs" />
|
|
|
|
|
<Compile Include="Sound\YM2413.cs" />
|
|
|
|
|
<Compile Include="Util.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\Waves.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-06-09 19:45:07 +00:00
|
|
|
|
<Content Include="Consoles\Nintendo\Docs\notes_for_disch.txt" />
|
2011-06-06 10:27:42 +00:00
|
|
|
|
<Content Include="Consoles\Nintendo\Docs\test_status.txt" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Content Include="Consoles\PC Engine\Compat.txt" />
|
|
|
|
|
<Content Include="Consoles\Sega\SMS\Compat.txt" />
|
|
|
|
|
<Content Include="Notes.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|