BizHawk/BizHawk.Client.Common/BizHawk.Client.Common.csproj

196 lines
9.3 KiB
XML
Raw Normal View History

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>
<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>
<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>
<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>
<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" />
<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" />
<Compile Include="InputManager.cs" />
<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" />
<Compile Include="lua\EmuLuaLibrary.Emu.cs" />
<Compile Include="lua\EmuLuaLibrary.Events.cs" />
<Compile Include="lua\EmuLuaLibrary.Joypad.cs" />
<Compile Include="lua\EmuLuaLibrary.MainMemory.cs" />
<Compile Include="lua\EmuLuaLibrary.Memory.cs" />
<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" />
<Compile Include="lua\LuaFileList.cs" />
<Compile Include="lua\LuaFunctionList.cs" />
2013-10-31 23:55:17 +00:00
<Compile Include="lua\LuaLibraryBase.cs" />
<Compile Include="lua\NamedLuaFunction.cs" />
<Compile Include="movie\HeaderKeys.cs" />
<Compile Include="movie\IMovie.cs" />
<Compile Include="movie\IMovieHeader.cs" />
2013-10-25 00:59:34 +00:00
<Compile Include="movie\InputAdapters.cs" />
<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" />
<Compile Include="movie\MovieRecord.cs" />
<Compile Include="movie\MovieRecordList.cs" />
2013-10-25 00:59:34 +00:00
<Compile Include="movie\MovieSession.cs" />
<Compile Include="movie\MultitrackRecording.cs" />
<Compile Include="movie\MnemonicsLookupTable.cs" />
<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" />
<Compile Include="movie\TasMovie.cs" />
<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" />
<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" />
<Compile Include="RomLoader.cs" />
<Compile Include="SaveSlotManager.cs" />
<Compile Include="SavestateManager.cs" />
<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>
<ProjectReference Include="..\BizHawk.Emulation.Common\BizHawk.Emulation.Common.csproj">
<Project>{e1a23168-b571-411c-b360-2229e7225e0e}</Project>
<Name>BizHawk.Emulation.Common</Name>
</ProjectReference>
<ProjectReference Include="..\BizHawk.Emulation.Cores\BizHawk.Emulation.Cores.csproj">
<Project>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</Project>
<Name>BizHawk.Emulation.Cores</Name>
</ProjectReference>
<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" />
<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>