127 lines
6.4 KiB
XML
127 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3722B3FE-28C9-424C-AC4F-814BDF45CB42}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>BizHawk.Client.EtoHawk</RootNamespace>
|
|
<AssemblyName>BizHawk.Client.EtoHawk</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="MainForm.cs" />
|
|
<Compile Include="MainForm.eto.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForm.Hotkey.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Config\ControllerConfig.Design.cs" />
|
|
<Compile Include="Config\ControllerConfig.cs" />
|
|
<Compile Include="Config\ControllerConfigPanel.cs" />
|
|
<Compile Include="Config\FirmwaresConfig.Design.cs" />
|
|
<Compile Include="Config\FirmwaresConfig.cs" />
|
|
<Compile Include="Config\InputCompositeWidget.Design.cs" />
|
|
<Compile Include="Config\InputCompositeWidget.cs" />
|
|
<Compile Include="Config\InputWidget.cs" />
|
|
<Compile Include="DisplayManager\DisplayManager.cs" />
|
|
<Compile Include="Input\Input.cs" />
|
|
<Compile Include="Input\OTK_GamePad.cs" />
|
|
<Compile Include="Input\OTK_Keyboard.cs" />
|
|
<Compile Include="Sound\Sound.cs" />
|
|
<Compile Include="Sound\Interfaces\IBufferedSoundProvider.cs" />
|
|
<Compile Include="Sound\Interfaces\ISoundOutput.cs" />
|
|
<Compile Include="Sound\Output\DirectSoundSoundOutput.cs" />
|
|
<Compile Include="Sound\Output\DummySoundOutput.cs" />
|
|
<Compile Include="Sound\Output\OpenALSoundOutput.cs" />
|
|
<Compile Include="Sound\Output\XAudio2SoundOutput.cs" />
|
|
<Compile Include="Sound\Utilities\BufferedAsync.cs" />
|
|
<Compile Include="Sound\Utilities\SoundOutputProvider.cs" />
|
|
<Compile Include="Sound\Utilities\SyncToAsyncProvider.cs" />
|
|
<Compile Include="EtoExtensions.cs" />
|
|
<Compile Include="GlobalWin.cs" />
|
|
<Compile Include="Throttle.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Eto">
|
|
<HintPath>packages\Eto.Forms.2.3.0\lib\net45\Eto.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="OpenTK">
|
|
<HintPath>..\References\OpenTK.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="Images\Help.png" />
|
|
<None Include="Images\ControllerImages\A78Joystick.png" />
|
|
<None Include="Images\ControllerImages\AppleIIKeyboard.png" />
|
|
<None Include="Images\ControllerImages\C64Joystick.png" />
|
|
<None Include="Images\ControllerImages\C64Keyboard.png" />
|
|
<None Include="Images\ControllerImages\GBA_Controller.png" />
|
|
<None Include="Images\ControllerImages\GBController.png" />
|
|
<None Include="Images\ControllerImages\GENController.png" />
|
|
<None Include="Images\ControllerImages\IntVController.png" />
|
|
<None Include="Images\ControllerImages\Lynx.png" />
|
|
<None Include="Images\ControllerImages\N64.png" />
|
|
<None Include="Images\ControllerImages\NES_Controller.png" />
|
|
<None Include="Images\ControllerImages\PCEngineController.png" />
|
|
<None Include="Images\ControllerImages\PSX-Original-Controller.png" />
|
|
<None Include="Images\ControllerImages\SMSController.png" />
|
|
<None Include="Images\ControllerImages\SNES_Controller.png" />
|
|
<None Include="Images\ControllerImages\SaturnController.jpg" />
|
|
<None Include="Images\ControllerImages\TI83Calculator.png" />
|
|
<None Include="Images\ControllerImages\TI83_Controller.png" />
|
|
<None Include="Images\ControllerImages\WonderSwanColor.png" />
|
|
<None Include="Images\ControllerImages\colecovisioncontroller.png" />
|
|
<None Include="Images\ControllerImages\psx_dualshock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BizHawk.Client.Common\BizHawk.Client.Common.csproj">
|
|
<Project>{24A0AA3C-B25F-4197-B23D-476D6462DBA0}</Project>
|
|
<Name>BizHawk.Client.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.Common\BizHawk.Common.csproj">
|
|
<Project>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</Project>
|
|
<Name>BizHawk.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL.OpenTK\BizHawk.Bizware.BizwareGL.OpenTK.csproj">
|
|
<Project>{5160CFB1-5389-47C1-B7F6-8A0DC97641EE}</Project>
|
|
<Name>BizHawk.Bizware.BizwareGL.OpenTK</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL\BizHawk.Bizware.BizwareGL.csproj">
|
|
<Project>{9F84A0B2-861E-4EF4-B89B-5E2A3F38A465}</Project>
|
|
<Name>BizHawk.Bizware.BizwareGL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\BizHawk.Emulation.DiscSystem\BizHawk.Emulation.DiscSystem.csproj">
|
|
<Project>{F51946EA-827F-4D82-B841-1F2F6D060312}</Project>
|
|
<Name>BizHawk.Emulation.DiscSystem</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |