2013-10-25 00:59:34 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{24A0AA3C-B25F-4197-B23D-476D6462DBA0}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.Client.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Client.Common</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2013-11-03 14:06:46 +00:00
|
|
|
|
<OutputPath>..\output\dll\</OutputPath>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;DOTNET20;UNMANAGED;COMPRESS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2013-10-27 18:01:36 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2013-11-03 14:06:46 +00:00
|
|
|
|
<OutputPath>..\output\dll\</OutputPath>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<DefineConstants>TRACE;DOTNET20;UNMANAGED;COMPRESS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2013-10-27 18:01:36 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
|
|
|
<HintPath>..\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-11-07 17:49:00 +00:00
|
|
|
|
<Reference Include="LuaInterface, Version=2.0.4.24551, Culture=neutral, processorArchitecture=x86">
|
2013-10-28 13:48:17 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-11-07 17:49:00 +00:00
|
|
|
|
<HintPath>..\output\dll\LuaInterface.dll</HintPath>
|
2013-10-28 13:48:17 +00:00
|
|
|
|
</Reference>
|
2013-12-22 00:44:39 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<HintPath>..\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-11-08 15:34:47 +00:00
|
|
|
|
<Compile Include="..\VersionInfo.cs">
|
|
|
|
|
<Link>VersionInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="7z\ArchiveEmulationStreamProxy.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveExtractCallback.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveOpenCallback.cs" />
|
|
|
|
|
<Compile Include="7z\ArchiveUpdateCallback.cs" />
|
|
|
|
|
<Compile Include="7z\COM.cs" />
|
|
|
|
|
<Compile Include="7z\Common.cs" />
|
|
|
|
|
<Compile Include="7z\EventArgs.cs" />
|
|
|
|
|
<Compile Include="7z\Exceptions.cs" />
|
|
|
|
|
<Compile Include="7z\FileSignatureChecker.cs" />
|
|
|
|
|
<Compile Include="7z\Formats.cs" />
|
|
|
|
|
<Compile Include="7z\LibraryFeature.cs" />
|
|
|
|
|
<Compile Include="7z\LibraryManager.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaDecodeStream.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaEncodeStream.cs" />
|
|
|
|
|
<Compile Include="7z\LzmaProgressCallback.cs" />
|
|
|
|
|
<Compile Include="7z\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\CRC.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\InBuffer.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Common\OutBuffer.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaBase.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaDecoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZMA\LzmaEncoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\IMatchFinder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzBinTree.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzInWindow.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\LZ\LzOutWindow.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoder.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoderBit.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\Compress\RangeCoder\RangeCoderBitTree.cs" />
|
|
|
|
|
<Compile Include="7z\sdk\ICoder.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipCompressor.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipCompressorAsynchronous.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipExtractor.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipExtractorAsynchronous.cs" />
|
|
|
|
|
<Compile Include="7z\SevenZipSfx.cs" />
|
|
|
|
|
<Compile Include="7z\StreamWrappers.cs" />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Compile Include="BinarySaveStates.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="config\Binding.cs" />
|
|
|
|
|
<Compile Include="config\Config.cs" />
|
|
|
|
|
<Compile Include="config\ConfigService.cs" />
|
2013-11-16 17:59:09 +00:00
|
|
|
|
<Compile Include="config\PathEntry.cs" />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Compile Include="ControllerBinding.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="CoreFileProvider.cs" />
|
|
|
|
|
<Compile Include="FirmwareManager.cs" />
|
|
|
|
|
<Compile Include="Global.cs" />
|
|
|
|
|
<Compile Include="helpers\InputValidate.cs" />
|
2013-12-24 21:59:41 +00:00
|
|
|
|
<Compile Include="InputManager.cs" />
|
2013-11-04 01:17:59 +00:00
|
|
|
|
<Compile Include="IPS.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="KeyTurbo.cs" />
|
2013-10-31 23:55:17 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Bit.cs" />
|
2013-11-01 14:51:51 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Emu.cs" />
|
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Events.cs" />
|
2013-11-01 22:56:55 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Joypad.cs" />
|
2013-11-01 14:51:51 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.MainMemory.cs" />
|
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Memory.cs" />
|
2013-11-01 15:43:15 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.Movie.cs" />
|
2013-11-02 01:59:48 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.NES.cs" />
|
2013-11-01 23:49:44 +00:00
|
|
|
|
<Compile Include="lua\EmuLuaLibrary.SNES.cs" />
|
2013-10-31 23:55:17 +00:00
|
|
|
|
<Compile Include="lua\LuaDocumentation.cs" />
|
2013-10-28 13:48:17 +00:00
|
|
|
|
<Compile Include="lua\LuaFile.cs" />
|
2013-11-25 21:01:38 +00:00
|
|
|
|
<Compile Include="lua\LuaFileList.cs" />
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="lua\LuaFunctionList.cs" />
|
2013-10-31 23:55:17 +00:00
|
|
|
|
<Compile Include="lua\LuaLibraryBase.cs" />
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="lua\NamedLuaFunction.cs" />
|
2013-11-29 23:18:46 +00:00
|
|
|
|
<Compile Include="movie\HeaderKeys.cs" />
|
2013-11-23 17:26:33 +00:00
|
|
|
|
<Compile Include="movie\IMovie.cs" />
|
2013-11-29 23:18:46 +00:00
|
|
|
|
<Compile Include="movie\IMovieHeader.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="movie\InputAdapters.cs" />
|
2013-12-07 16:31:04 +00:00
|
|
|
|
<Compile Include="movie\MnemonicsGenerator.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="movie\Movie.cs" />
|
|
|
|
|
<Compile Include="movie\MovieHeader.cs" />
|
2013-10-27 18:18:58 +00:00
|
|
|
|
<Compile Include="movie\MovieImport.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="movie\MovieLog.cs" />
|
|
|
|
|
<Compile Include="movie\MovieMnemonics.cs" />
|
2013-12-01 20:55:52 +00:00
|
|
|
|
<Compile Include="movie\MovieRecord.cs" />
|
2013-12-07 21:37:52 +00:00
|
|
|
|
<Compile Include="movie\MovieRecordList.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="movie\MovieSession.cs" />
|
|
|
|
|
<Compile Include="movie\MultitrackRecording.cs" />
|
2013-12-07 16:31:04 +00:00
|
|
|
|
<Compile Include="movie\MnemonicsLookupTable.cs" />
|
2013-12-14 15:19:05 +00:00
|
|
|
|
<Compile Include="movie\NewMnemonicsGenerator.cs" />
|
2013-11-30 02:20:34 +00:00
|
|
|
|
<Compile Include="movie\PlatformFrameRates.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="movie\Subtitle.cs" />
|
|
|
|
|
<Compile Include="movie\SubtitleList.cs" />
|
2013-12-01 20:55:52 +00:00
|
|
|
|
<Compile Include="movie\TasMovie.cs" />
|
2013-11-02 01:48:35 +00:00
|
|
|
|
<Compile Include="NESGameGenieEncoderDecoder.cs" />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Compile Include="PathManager.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-11-08 15:34:47 +00:00
|
|
|
|
<Compile Include="Properties\svnrev.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="RecentFiles.cs" />
|
|
|
|
|
<Compile Include="helpers\StringHelpers.cs" />
|
2013-12-27 01:14:17 +00:00
|
|
|
|
<Compile Include="rewind\Rewinder.cs" />
|
|
|
|
|
<Compile Include="rewind\RewindThreader.cs" />
|
|
|
|
|
<Compile Include="rewind\StreamBlobDatabase.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="RomGame.cs" />
|
2013-12-25 19:09:53 +00:00
|
|
|
|
<Compile Include="RomLoader.cs" />
|
2013-11-01 19:55:03 +00:00
|
|
|
|
<Compile Include="SaveSlotManager.cs" />
|
2013-11-01 20:53:47 +00:00
|
|
|
|
<Compile Include="SavestateManager.cs" />
|
2013-10-27 22:07:40 +00:00
|
|
|
|
<Compile Include="SevenZipSharpArchiveHandler.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="tools\Cheat.cs" />
|
|
|
|
|
<Compile Include="tools\CheatList.cs" />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Compile Include="tools\RamSearchEngine.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<Compile Include="tools\Watch.cs" />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<Compile Include="tools\WatchList.cs" />
|
|
|
|
|
<Compile Include="XmlGame.cs" />
|
2013-10-25 00:59:34 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Common\BizHawk.Common.csproj">
|
|
|
|
|
<Project>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</Project>
|
|
|
|
|
<Name>BizHawk.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation.Common\BizHawk.Emulation.Common.csproj">
|
|
|
|
|
<Project>{e1a23168-b571-411c-b360-2229e7225e0e}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-11-15 14:05:47 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation.Cores\BizHawk.Emulation.Cores.csproj">
|
|
|
|
|
<Project>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation.Cores</Name>
|
|
|
|
|
</ProjectReference>
|
2013-11-03 23:45:44 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation.DiscSystem\BizHawk.Emulation.DiscSystem.csproj">
|
|
|
|
|
<Project>{f51946ea-827f-4d82-b841-1f2f6d060312}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation.DiscSystem</Name>
|
|
|
|
|
</ProjectReference>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2013-11-08 15:34:47 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2013-10-25 00:59:34 +00:00
|
|
|
|
<!-- 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>
|