105 lines
4.9 KiB
XML
105 lines
4.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<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>
|
|
<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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<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>
|
|
<Compile Include="..\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="CoreAttributes.cs" />
|
|
<Compile Include="Database\CRC32.cs" />
|
|
<Compile Include="Database\Database.cs" />
|
|
<Compile Include="Database\FirmwareDatabase.cs" />
|
|
<Compile Include="Database\GameInfo.cs" />
|
|
<Compile Include="EmulationExceptions.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Interfaces\Base Implementations\NullController.cs" />
|
|
<Compile Include="Interfaces\Base Implementations\NullEmulator.cs" />
|
|
<Compile Include="Interfaces\CoreComms.cs" />
|
|
<Compile Include="Interfaces\IController.cs" />
|
|
<Compile Include="Interfaces\ICoreFileProvider.cs" />
|
|
<Compile Include="Interfaces\IEmulator.cs" />
|
|
<Compile Include="Interfaces\ISoundProvider.cs" />
|
|
<Compile Include="Interfaces\ISyncSoundProvider.cs" />
|
|
<Compile Include="Interfaces\IVideoProvider.cs" />
|
|
<Compile Include="MemoryDomain.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\svnrev.cs" />
|
|
<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" />
|
|
<Compile Include="TextState.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BizHawk.Common\BizHawk.Common.csproj">
|
|
<Project>{866f8d13-0678-4ff9-80a4-a3993fd4d8a3}</Project>
|
|
<Name>BizHawk.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |