2013-11-04 01:06:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\output64\dll\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\BizHawk.Emulation.Common.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>..\output64\dll\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\Release\BizHawk.Emulation.Common.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
|
|
|
</PropertyGroup>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<ProjectGuid>{E1A23168-B571-411C-B360-2229E7225E0E}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.Emulation.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Emulation.Common</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<OutputPath>..\output\dll\</OutputPath>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-11-14 22:09:48 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
</PropertyGroup>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<OutputPath>..\output\dll\</OutputPath>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-11-14 22:09:48 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2014-05-31 16:12:59 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<Compile Include="..\Version\svnrev.cs">
|
|
|
|
|
<Link>svnrev.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Version\VersionInfo.cs">
|
2013-11-08 15:56:58 +00:00
|
|
|
|
<Link>VersionInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2014-12-04 03:38:30 +00:00
|
|
|
|
<Compile Include="Base Implementations\BasicServiceProvider.cs" />
|
2016-02-24 02:58:40 +00:00
|
|
|
|
<Compile Include="Base Implementations\CallbackBasedTraceBuffer.cs" />
|
2014-11-30 23:05:00 +00:00
|
|
|
|
<Compile Include="Base Implementations\ControllerDefinition.cs" />
|
2014-12-04 00:43:12 +00:00
|
|
|
|
<Compile Include="Base Implementations\InputCallbackSystem.cs" />
|
2014-12-05 01:56:45 +00:00
|
|
|
|
<Compile Include="Base Implementations\MemoryCallbackSystem.cs" />
|
2015-01-14 20:22:05 +00:00
|
|
|
|
<Compile Include="Base Implementations\MemoryDomain.cs" />
|
2014-11-30 23:02:16 +00:00
|
|
|
|
<Compile Include="Base Implementations\NullController.cs" />
|
|
|
|
|
<Compile Include="Base Implementations\NullEmulator.cs" />
|
2014-12-01 16:56:51 +00:00
|
|
|
|
<Compile Include="Base Implementations\NullSound.cs" />
|
2014-12-05 00:05:40 +00:00
|
|
|
|
<Compile Include="Base Implementations\TraceBuffer.cs" />
|
2014-12-20 04:16:02 +00:00
|
|
|
|
<Compile Include="BinaryQuickSerializer.cs" />
|
2016-02-18 01:17:49 +00:00
|
|
|
|
<Compile Include="BizInvoke\BizInvoker.cs" />
|
2016-02-20 16:54:44 +00:00
|
|
|
|
<Compile Include="BizInvoke\DynamicLibraryImportResolver.cs" />
|
2016-02-18 01:17:49 +00:00
|
|
|
|
<Compile Include="BizInvoke\IImportResolver.cs" />
|
2015-10-28 08:51:53 +00:00
|
|
|
|
<Compile Include="CodeDataLog.cs" />
|
2014-04-22 00:38:59 +00:00
|
|
|
|
<Compile Include="CoreAttributes.cs" />
|
2014-12-01 14:28:57 +00:00
|
|
|
|
<Compile Include="CoreComms.cs" />
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<Compile Include="Database\CRC32.cs" />
|
|
|
|
|
<Compile Include="Database\Database.cs" />
|
|
|
|
|
<Compile Include="Database\FirmwareDatabase.cs" />
|
|
|
|
|
<Compile Include="Database\GameInfo.cs" />
|
2014-07-31 21:15:07 +00:00
|
|
|
|
<Compile Include="EmulationExceptions.cs" />
|
2014-12-01 14:27:23 +00:00
|
|
|
|
<Compile Include="Enums.cs" />
|
2014-04-25 01:19:57 +00:00
|
|
|
|
<Compile Include="Extensions.cs" />
|
2015-10-27 23:03:56 +00:00
|
|
|
|
<Compile Include="Interfaces\ICodeDataLogger.cs" />
|
2013-11-04 01:39:19 +00:00
|
|
|
|
<Compile Include="Interfaces\IController.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ICoreFileProvider.cs" />
|
2014-11-23 16:10:46 +00:00
|
|
|
|
<Compile Include="Interfaces\IDebuggable.cs" />
|
2014-12-13 20:52:52 +00:00
|
|
|
|
<Compile Include="Interfaces\IDisassemblable.cs" />
|
2014-12-12 01:49:54 +00:00
|
|
|
|
<Compile Include="Interfaces\IDriveLight.cs" />
|
2013-11-04 01:39:19 +00:00
|
|
|
|
<Compile Include="Interfaces\IEmulator.cs" />
|
2014-12-04 02:12:57 +00:00
|
|
|
|
<Compile Include="Interfaces\IEmulatorService.cs" />
|
2014-12-04 00:43:12 +00:00
|
|
|
|
<Compile Include="Interfaces\IInputCallbackSystem.cs" />
|
2014-11-30 20:29:30 +00:00
|
|
|
|
<Compile Include="Interfaces\IInputPollable.cs" />
|
2016-02-28 18:52:17 +00:00
|
|
|
|
<Compile Include="Interfaces\ILinkable.cs" />
|
2014-12-05 01:56:45 +00:00
|
|
|
|
<Compile Include="Interfaces\IMemoryCallbackSystem.cs" />
|
2014-09-01 18:43:41 +00:00
|
|
|
|
<Compile Include="Interfaces\IMemoryDomains.cs" />
|
2015-08-06 00:12:09 +00:00
|
|
|
|
<Compile Include="Interfaces\IRegionable.cs" />
|
2014-11-30 15:22:08 +00:00
|
|
|
|
<Compile Include="Interfaces\ISaveRam.cs" />
|
2014-12-04 03:38:30 +00:00
|
|
|
|
<Compile Include="Interfaces\IEmulatorServiceProvider.cs" />
|
2014-10-31 15:46:13 +00:00
|
|
|
|
<Compile Include="Interfaces\ISettable.cs" />
|
2013-11-04 01:39:19 +00:00
|
|
|
|
<Compile Include="Interfaces\ISoundProvider.cs" />
|
2014-11-30 16:42:58 +00:00
|
|
|
|
<Compile Include="Interfaces\IStatable.cs" />
|
2013-11-04 01:39:19 +00:00
|
|
|
|
<Compile Include="Interfaces\ISyncSoundProvider.cs" />
|
2014-12-23 01:58:12 +00:00
|
|
|
|
<Compile Include="Interfaces\ITraceable.cs" />
|
2013-11-04 01:39:19 +00:00
|
|
|
|
<Compile Include="Interfaces\IVideoProvider.cs" />
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-12-17 18:17:16 +00:00
|
|
|
|
<Compile Include="ServiceInjector.cs" />
|
2015-07-08 03:55:28 +00:00
|
|
|
|
<Compile Include="Sound\CDAudio.cs" />
|
2013-11-14 22:09:48 +00:00
|
|
|
|
<Compile Include="Sound\HuC6280PSG.cs" />
|
|
|
|
|
<Compile Include="Sound\MMC5Audio.cs" />
|
|
|
|
|
<Compile Include="Sound\SN76489.cs" />
|
|
|
|
|
<Compile Include="Sound\Sunsoft5BAudio.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\BlipBuffer.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\BufferedAsync.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\DCFilter.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\Equalizer.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\Metaspu.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\SoundMixer.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\SpeexResampler.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\Waves.cs" />
|
|
|
|
|
<Compile Include="Sound\VRC6Alt.cs" />
|
|
|
|
|
<Compile Include="Sound\YM2413.cs" />
|
|
|
|
|
<Compile Include="Sound\YM2612.cs" />
|
2015-02-22 17:15:09 +00:00
|
|
|
|
<Compile Include="SystemLookup.cs" />
|
2014-05-31 16:12:59 +00:00
|
|
|
|
<Compile Include="TextState.cs" />
|
2013-11-04 01:06:36 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Common\BizHawk.Common.csproj">
|
|
|
|
|
<Project>{866f8d13-0678-4ff9-80a4-a3993fd4d8a3}</Project>
|
|
|
|
|
<Name>BizHawk.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2015-07-08 03:55:28 +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-11-04 01:06:36 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2013-11-08 15:56:58 +00:00
|
|
|
|
<PropertyGroup>
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
2013-11-08 15:56:58 +00:00
|
|
|
|
</PropertyGroup>
|
2013-11-04 01:06:36 +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>
|