2011-01-16 21:06:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2011-04-28 17:06:07 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{DD448B37-BA3F-4544-9754-5406E8094723}</ProjectGuid>
|
2011-07-09 19:54:24 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2013-11-03 03:54:37 +00:00
|
|
|
|
<RootNamespace>BizHawk.Client.EmuHawk</RootNamespace>
|
|
|
|
|
<AssemblyName>EmuHawk</AssemblyName>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
2011-05-23 01:34:19 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2011-07-10 18:08:06 +00:00
|
|
|
|
<ApplicationIcon>images\logo.ico</ApplicationIcon>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
2011-04-15 20:41:40 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<DefineConstants Condition=" '$(OS)' == 'Windows_NT' ">WINDOWS</DefineConstants>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</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\</OutputPath>
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2013-11-03 22:44:49 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2011-01-11 02:55:51 +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\</OutputPath>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-03-06 21:41:41 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-06-10 05:02:06 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<DefineConstants>WINDOWS</DefineConstants>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
2011-08-27 02:31:43 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
|
|
|
</PropertyGroup>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<ItemGroup>
|
2012-05-07 18:42:43 +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">
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-11-07 17:49:00 +00:00
|
|
|
|
<HintPath>..\output\dll\LuaInterface.dll</HintPath>
|
2011-02-20 19:18:27 +00:00
|
|
|
|
</Reference>
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Reference Include="Microsoft.VisualBasic" Condition=" '$(OS)' == 'Windows_NT' " />
|
2011-02-20 06:13:26 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2012-03-17 02:18:09 +00:00
|
|
|
|
<Reference Include="System.DirectoryServices" />
|
2012-05-07 21:45:25 +00:00
|
|
|
|
<Reference Include="System.Numerics" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Reference Include="System.Deployment" Condition=" '$(OS)' == 'Windows_NT' " />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Reference Include="SlimDX, Version=2.0.10.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9" Condition=" '$(OS)' == 'Windows_NT' ">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\SlimDX.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-11-02 04:56:34 +00:00
|
|
|
|
<Compile Include="..\VersionInfo.cs">
|
|
|
|
|
<Link>VersionInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
<Compile Include="AboutBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AboutBox.Designer.cs">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-07 02:04:42 +00:00
|
|
|
|
<Compile Include="ArchiveChooser.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ArchiveChooser.Designer.cs">
|
|
|
|
|
<DependentUpon>ArchiveChooser.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<Compile Include="AVOut\AviWriter.cs" />
|
2012-09-21 18:01:24 +00:00
|
|
|
|
<Compile Include="AVOut\BmpVideoProvder.cs" />
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<Compile Include="AVOut\FFmpegWriter.cs" />
|
|
|
|
|
<Compile Include="AVOut\FFmpegWriterForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\FFmpegWriterForm.Designer.cs">
|
|
|
|
|
<DependentUpon>FFmpegWriterForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-09-22 00:44:59 +00:00
|
|
|
|
<Compile Include="AVOut\GifWriter.cs" />
|
|
|
|
|
<Compile Include="AVOut\GifWriterForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\GifWriterForm.Designer.cs">
|
|
|
|
|
<DependentUpon>GifWriterForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<Compile Include="AVOut\IVideoWriter.cs" />
|
|
|
|
|
<Compile Include="AVOut\JMDForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\JMDForm.Designer.cs">
|
|
|
|
|
<DependentUpon>JMDForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\JMDWriter.cs" />
|
2012-11-26 02:25:23 +00:00
|
|
|
|
<Compile Include="AVOut\NumericTextBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<Compile Include="AVOut\NutMuxer.cs" />
|
|
|
|
|
<Compile Include="AVOut\NutWriter.cs" />
|
|
|
|
|
<Compile Include="AVOut\VideoWriterChooserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\VideoWriterChooserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>VideoWriterChooserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\WavWriter.cs" />
|
2011-07-31 02:13:24 +00:00
|
|
|
|
<Compile Include="BizBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="BizBox.Designer.cs">
|
|
|
|
|
<DependentUpon>BizBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-08-09 23:27:47 +00:00
|
|
|
|
<Compile Include="config\AutofireConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\AutofireConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>AutofireConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<Compile Include="config\ControllerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\ControllerConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ControllerConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-07-24 01:38:52 +00:00
|
|
|
|
<Compile Include="config\ControllerConfig\AnalogBindControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\ControllerConfig\AnalogBindControl.Designer.cs">
|
|
|
|
|
<DependentUpon>AnalogBindControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\ControllerConfig\AnalogBindPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2012-11-07 04:31:29 +00:00
|
|
|
|
<Compile Include="config\ControllerConfig\ControllerConfigPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\ControllerConfig\ControllerConfigPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>ControllerConfigPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-07-31 15:54:08 +00:00
|
|
|
|
<Compile Include="config\FirmwaresConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\FirmwaresConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>FirmwaresConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="config\FirmwaresConfigInfo.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\FirmwaresConfigInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>FirmwaresConfigInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\GB\BmpView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GB\CGBColorChooserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\GB\CGBColorChooserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>CGBColorChooserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\GB\ColorChooserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\GB\ColorChooserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ColorChooserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\GB\DualGBFileSelector.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\GB\DualGBFileSelector.Designer.cs">
|
|
|
|
|
<DependentUpon>DualGBFileSelector.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\GB\DualGBXMLCreator.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\GB\DualGBXMLCreator.Designer.cs">
|
|
|
|
|
<DependentUpon>DualGBXMLCreator.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<Compile Include="config\HotkeyConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\HotkeyConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>HotkeyConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-30 23:06:43 +00:00
|
|
|
|
<Compile Include="config\InputWidget.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-04-22 00:21:28 +00:00
|
|
|
|
<Compile Include="config\MessageConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\MessageConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>MessageConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\N64\N64VideoPluginconfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\N64\N64VideoPluginconfig.Designer.cs">
|
|
|
|
|
<DependentUpon>N64VideoPluginconfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\NES\NESGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\NES\NESGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>NESGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\NES\NESSoundConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\NES\NESSoundConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>NESSoundConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<Compile Include="config\PathConfig.cs">
|
2013-08-04 16:47:54 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<Compile Include="config\PathConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>PathConfig.cs</DependentUpon>
|
2013-08-04 16:47:54 +00:00
|
|
|
|
</Compile>
|
2012-10-05 00:49:04 +00:00
|
|
|
|
<Compile Include="config\PathInfo.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PathInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>PathInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\PCE\PCEGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\PCE\PCEGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>PCEGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-07-24 00:08:50 +00:00
|
|
|
|
<Compile Include="config\RewindConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-07-21 20:39:11 +00:00
|
|
|
|
<Compile Include="config\RewindConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>RewindConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\Saturn\SaturnPrefs.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\Saturn\SaturnPrefs.Designer.cs">
|
|
|
|
|
<DependentUpon>SaturnPrefs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\SMS\SMSGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\SMS\SMSGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>SMSGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-09 00:27:07 +00:00
|
|
|
|
<Compile Include="config\SNES\SNESOptions.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<Compile Include="config\SNES\SNESOptions.Designer.cs">
|
|
|
|
|
<DependentUpon>SNESOptions.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-15 19:05:21 +00:00
|
|
|
|
<Compile Include="config\SoundConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\SoundConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>SoundConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\FolderBrowserDialogEx.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\HexTextBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\InputConfigBase.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\MiscControls.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\QuickProgressPopup.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\QuickProgressPopup.Designer.cs">
|
|
|
|
|
<DependentUpon>QuickProgressPopup.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\SmartTextBoxControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\TextDebugView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\ToolStripEx.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\Util.cs" />
|
|
|
|
|
<Compile Include="CustomControls\ViewportPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\VirtualListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\Win32.cs" />
|
2012-04-16 08:18:41 +00:00
|
|
|
|
<Compile Include="DisplayManager\DisplayManager.cs" />
|
|
|
|
|
<Compile Include="DisplayManager\Filters\Hq2x.cs" />
|
2013-12-02 18:35:15 +00:00
|
|
|
|
<Compile Include="DisplayManager\Filters\Scanlines.cs" />
|
2013-11-03 16:10:30 +00:00
|
|
|
|
<Compile Include="GlobalWin.cs" />
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Compile Include="Input\GamePad.cs" Condition=" '$(OS)' == 'Windows_NT' " />
|
2012-09-30 06:29:30 +00:00
|
|
|
|
<Compile Include="Input\GamePad360.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Input\Input.cs" />
|
2011-07-09 19:54:24 +00:00
|
|
|
|
<Compile Include="LogConsole.cs" />
|
2011-07-10 21:00:28 +00:00
|
|
|
|
<Compile Include="LogWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LogWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>LogWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-07-22 01:14:13 +00:00
|
|
|
|
<Compile Include="MainForm.Movie.cs">
|
2013-08-25 00:33:16 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainForm.Rewind.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
2011-07-22 01:14:13 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-07-04 01:57:18 +00:00
|
|
|
|
<Compile Include="movie\EditCommentsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\EditCommentsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>EditCommentsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Compile Include="Input\Keyboard.cs" Condition=" '$(OS)' == 'Windows_NT' " />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-27 15:26:26 +00:00
|
|
|
|
<Compile Include="MainForm.Events.cs">
|
2011-02-21 09:48:53 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-06-26 20:26:37 +00:00
|
|
|
|
<Compile Include="movie\EditSubtitlesForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\EditSubtitlesForm.Designer.cs">
|
|
|
|
|
<DependentUpon>EditSubtitlesForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-23 01:54:58 +00:00
|
|
|
|
<Compile Include="movie\PlayMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\PlayMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\RecordMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\RecordMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-07-04 18:32:57 +00:00
|
|
|
|
<Compile Include="movie\SubtitleMaker.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="movie\SubtitleMaker.Designer.cs">
|
|
|
|
|
<DependentUpon>SubtitleMaker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="NameStateForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NameStateForm.Designer.cs">
|
|
|
|
|
<DependentUpon>NameStateForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-11-07 17:11:08 +00:00
|
|
|
|
<Compile Include="Throttle.cs" />
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\Cheats\CheatEdit.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
2011-03-30 00:09:07 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\Cheats\CheatEdit.Designer.cs">
|
|
|
|
|
<DependentUpon>CheatEdit.cs</DependentUpon>
|
2011-03-30 00:09:07 +00:00
|
|
|
|
</Compile>
|
2013-11-05 16:40:54 +00:00
|
|
|
|
<Compile Include="tools\Cheats\Cheats.cs">
|
2011-03-02 17:12:48 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-11-05 16:40:54 +00:00
|
|
|
|
<Compile Include="tools\Cheats\Cheats.Designer.cs">
|
|
|
|
|
<DependentUpon>Cheats.cs</DependentUpon>
|
2011-03-02 17:12:48 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\GBAGPUView.cs">
|
2012-07-12 23:13:22 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\GBAGPUView.Designer.cs">
|
|
|
|
|
<DependentUpon>GBAGPUView.cs</DependentUpon>
|
2011-03-09 03:47:48 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\MobileBmpView.cs">
|
2013-04-26 03:12:04 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\MobileBmpView.Designer.cs">
|
|
|
|
|
<DependentUpon>MobileBmpView.cs</DependentUpon>
|
2013-04-26 03:12:04 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\MobileDetailView.cs">
|
2013-08-09 02:54:59 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GBA\MobileDetailView.Designer.cs">
|
|
|
|
|
<DependentUpon>MobileDetailView.cs</DependentUpon>
|
2013-08-09 02:54:59 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GB\GBGameGenie.cs">
|
2012-12-25 20:36:04 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GB\GBGameGenie.Designer.cs">
|
|
|
|
|
<DependentUpon>GBGameGenie.cs</DependentUpon>
|
2012-12-25 20:36:04 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GB\GBGPUView.cs">
|
2013-05-04 16:54:34 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\GB\GBGPUView.Designer.cs">
|
|
|
|
|
<DependentUpon>GBGPUView.cs</DependentUpon>
|
2013-10-05 15:45:39 +00:00
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\Genesis\GenGameGenie.cs">
|
2013-10-01 13:02:19 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\Genesis\GenGameGenie.Designer.cs">
|
|
|
|
|
<DependentUpon>GenGameGenie.cs</DependentUpon>
|
2013-10-01 13:02:19 +00:00
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\HexEditor\HexColor.cs">
|
2012-06-10 22:43:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\HexEditor\HexColor.Designer.cs">
|
2012-06-10 22:43:43 +00:00
|
|
|
|
<DependentUpon>HexColor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\HexEditor\HexEditor.cs">
|
2012-06-23 18:45:01 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\HexEditor\HexEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>HexEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\HexEditor\HexFind.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\HexEditor\HexFind.Designer.cs">
|
2012-06-23 18:45:01 +00:00
|
|
|
|
<DependentUpon>HexFind.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-11-02 19:28:45 +00:00
|
|
|
|
<Compile Include="tools\IToolForm.cs" />
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Client.cs" />
|
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Console.cs" />
|
2013-10-28 21:34:55 +00:00
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.cs" />
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Forms.cs" />
|
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Gui.cs" />
|
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Input.cs" />
|
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Savestate.cs" />
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaButton.cs">
|
2012-07-10 20:23:19 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaConsole.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Lua\LuaConsole.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaConsole.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaFunctionsForm.cs">
|
2013-08-05 00:26:19 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaFunctionsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaFunctionsForm.cs</DependentUpon>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Lua\LuaRegisteredFunctionsList.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Lua\LuaRegisteredFunctionsList.Designer.cs">
|
2013-08-05 00:26:19 +00:00
|
|
|
|
<DependentUpon>LuaRegisteredFunctionsList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaTextBox.cs">
|
2012-07-10 23:09:06 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWinform.cs">
|
2012-07-10 19:04:35 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWinform.Designer.cs">
|
2012-07-10 19:04:35 +00:00
|
|
|
|
<DependentUpon>LuaWinform.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWriter.cs">
|
2012-07-19 04:19:24 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWriter.Designer.cs">
|
2012-07-19 04:19:24 +00:00
|
|
|
|
<DependentUpon>LuaWriter.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWriterBox.cs">
|
2012-07-22 19:54:40 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWriterColorConfig.cs">
|
2012-07-23 01:32:41 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaWriterColorConfig.Designer.cs">
|
2012-07-23 01:32:41 +00:00
|
|
|
|
<DependentUpon>LuaWriterColorConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\NES\NameTableViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>NESDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESGameGenie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESGameGenie.Designer.cs">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESNameTableViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESNameTableViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>NESNameTableViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESPPU.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESPPU.Designer.cs">
|
|
|
|
|
<DependentUpon>NESPPU.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\PaletteViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\PatternViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\SpriteViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\PCE\PCEBGCanvas.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\PCE\PCEBGViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\PCE\PCEBGViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>PCEBGViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SNES\SNESGameGenie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SNES\SNESGameGenie.Designer.cs">
|
|
|
|
|
<DependentUpon>SNESGameGenie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SNES\SNESGraphicsDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SNES\SNESGraphicsDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>SNESGraphicsDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SNES\SNESGraphicsViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-12-01 04:00:02 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.Designer.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<Compile Include="tools\TI83\TI83KeyPad.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="tools\TI83\TI83KeyPad.Designer.cs">
|
|
|
|
|
<DependentUpon>TI83KeyPad.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-07 05:17:29 +00:00
|
|
|
|
<Compile Include="tools\ToolHelpers.cs" />
|
2013-11-02 19:28:45 +00:00
|
|
|
|
<Compile Include="tools\ToolManager.cs" />
|
2012-09-30 00:53:08 +00:00
|
|
|
|
<Compile Include="tools\TraceLogger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TraceLogger.Designer.cs">
|
|
|
|
|
<DependentUpon>TraceLogger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\AnalogControlPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\IVirtualPad.cs" />
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPad.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA26.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA26Control.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA78.cs">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA78.Designer.cs">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<DependentUpon>VirtualPadA78.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA78Control.cs">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadA78Control.Designer.cs">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<DependentUpon>VirtualPadA78Control.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-28 18:01:34 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadButton.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadC64Keyboard.cs">
|
2012-11-14 01:51:07 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadC64Keyboard.Designer.cs">
|
2012-11-14 01:51:07 +00:00
|
|
|
|
<DependentUpon>VirtualPadC64Keyboard.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadColeco.cs">
|
2012-11-18 05:19:05 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadColeco.Designer.cs">
|
2012-11-18 05:19:05 +00:00
|
|
|
|
<DependentUpon>VirtualPadColeco.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadForm.cs">
|
2012-10-29 22:57:15 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadForm.Designer.cs">
|
2012-10-29 22:57:15 +00:00
|
|
|
|
<DependentUpon>VirtualPadForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadGB.cs">
|
2012-09-15 18:31:12 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadGBA.cs">
|
2012-11-23 04:13:34 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadGBControl.cs">
|
2012-09-15 18:31:12 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadGen3Button.cs">
|
2012-10-12 14:22:52 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadN64.cs">
|
2013-04-30 00:50:08 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadN64.Designer.cs">
|
2013-04-28 13:56:29 +00:00
|
|
|
|
<DependentUpon>VirtualPadN64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-12 23:53:07 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadN64Control.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadNES.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadNESControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadPCE.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSaturn.cs">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSaturn.Designer.cs">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<DependentUpon>VirtualPadSaturn.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSaturnControl.cs">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSaturnControl.Designer.cs">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<DependentUpon>VirtualPadSaturnControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSMS.cs">
|
2012-09-15 19:21:06 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSMSControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSNES.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPadSNESControl.cs">
|
2012-09-15 19:21:06 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-09-14 03:13:22 +00:00
|
|
|
|
<Compile Include="tools\Watch\RamPoke.cs">
|
2013-09-10 17:46:24 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-14 03:13:22 +00:00
|
|
|
|
<Compile Include="tools\Watch\RamPoke.Designer.cs">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
2013-09-10 17:46:24 +00:00
|
|
|
|
</Compile>
|
2013-09-28 01:24:45 +00:00
|
|
|
|
<Compile Include="tools\Watch\RamSearch.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Watch\RamSearch.Designer.cs">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-14 02:31:21 +00:00
|
|
|
|
<Compile Include="tools\Watch\RamWatch.cs">
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-09-14 02:31:21 +00:00
|
|
|
|
<Compile Include="tools\Watch\RamWatch.Designer.cs">
|
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Watch\WatchEditor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Watch\WatchEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>WatchEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-09-23 13:44:46 +00:00
|
|
|
|
<Compile Include="tools\Watch\WatchValueBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<EmbeddedResource Include="AVOut\FFmpegWriterForm.resx">
|
|
|
|
|
<DependentUpon>FFmpegWriterForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-09-22 00:44:59 +00:00
|
|
|
|
<EmbeddedResource Include="AVOut\GifWriterForm.resx">
|
|
|
|
|
<DependentUpon>GifWriterForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<EmbeddedResource Include="AVOut\JMDForm.resx">
|
|
|
|
|
<DependentUpon>JMDForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="AVOut\VideoWriterChooserForm.resx">
|
2012-06-13 19:50:50 +00:00
|
|
|
|
<DependentUpon>VideoWriterChooserForm.cs</DependentUpon>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<EmbeddedResource Include="config\ControllerConfig.resx">
|
|
|
|
|
<DependentUpon>ControllerConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-07-24 01:38:52 +00:00
|
|
|
|
<EmbeddedResource Include="config\ControllerConfig\AnalogBindControl.resx">
|
|
|
|
|
<DependentUpon>AnalogBindControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-11-07 04:31:29 +00:00
|
|
|
|
<EmbeddedResource Include="config\ControllerConfig\ControllerConfigPanel.resx">
|
|
|
|
|
<DependentUpon>ControllerConfigPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-07-31 15:54:08 +00:00
|
|
|
|
<EmbeddedResource Include="config\FirmwaresConfig.resx">
|
|
|
|
|
<DependentUpon>FirmwaresConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<EmbeddedResource Include="config\FirmwaresConfigInfo.resx">
|
|
|
|
|
<DependentUpon>FirmwaresConfigInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\GB\CGBColorChooserForm.resx">
|
|
|
|
|
<DependentUpon>CGBColorChooserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\GB\ColorChooserForm.resx">
|
|
|
|
|
<DependentUpon>ColorChooserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\GB\DualGBFileSelector.resx">
|
|
|
|
|
<DependentUpon>DualGBFileSelector.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\GB\DualGBXMLCreator.resx">
|
|
|
|
|
<DependentUpon>DualGBXMLCreator.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<EmbeddedResource Include="config\HotkeyConfig.resx">
|
|
|
|
|
<DependentUpon>HotkeyConfig.cs</DependentUpon>
|
2013-07-14 01:48:05 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\N64\N64VideoPluginconfig.resx">
|
|
|
|
|
<DependentUpon>N64VideoPluginconfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\NES\NESGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>NESGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\NES\NESSoundConfig.resx">
|
|
|
|
|
<DependentUpon>NESSoundConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:45:04 +00:00
|
|
|
|
<EmbeddedResource Include="config\PathConfig.resx">
|
|
|
|
|
<DependentUpon>PathConfig.cs</DependentUpon>
|
2013-08-04 16:47:54 +00:00
|
|
|
|
</EmbeddedResource>
|
2012-10-05 00:49:04 +00:00
|
|
|
|
<EmbeddedResource Include="config\PathInfo.resx">
|
|
|
|
|
<DependentUpon>PathInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\PCE\PCEGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>PCEGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-07-21 20:39:11 +00:00
|
|
|
|
<EmbeddedResource Include="config\RewindConfig.resx">
|
|
|
|
|
<DependentUpon>RewindConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\Saturn\SaturnPrefs.resx">
|
|
|
|
|
<DependentUpon>SaturnPrefs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\SMS\SMSGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>SMSGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\SNES\SNESOptions.resx">
|
|
|
|
|
<DependentUpon>SNESOptions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<EmbeddedResource Include="CustomControls\InputConfigBase.resx">
|
|
|
|
|
<DependentUpon>InputConfigBase.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="CustomControls\QuickProgressPopup.resx">
|
|
|
|
|
<DependentUpon>QuickProgressPopup.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
2011-01-18 03:40:53 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-08-23 01:54:58 +00:00
|
|
|
|
<EmbeddedResource Include="movie\PlayMovie.resx">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="movie\RecordMovie.resx">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<EmbeddedResource Include="NameStateForm.resx">
|
|
|
|
|
<DependentUpon>NameStateForm.cs</DependentUpon>
|
2011-01-18 03:40:53 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
2013-10-05 15:45:39 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Cheats\CheatEdit.resx">
|
|
|
|
|
<DependentUpon>CheatEdit.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-05 16:40:54 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Cheats\Cheats.resx">
|
|
|
|
|
<DependentUpon>Cheats.cs</DependentUpon>
|
2013-10-01 13:02:19 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\GBA\GBAGPUView.resx">
|
|
|
|
|
<DependentUpon>GBAGPUView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\GBA\MobileBmpView.resx">
|
|
|
|
|
<DependentUpon>MobileBmpView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\GBA\MobileDetailView.resx">
|
|
|
|
|
<DependentUpon>MobileDetailView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\GB\GBGameGenie.resx">
|
|
|
|
|
<DependentUpon>GBGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\GB\GBGPUView.resx">
|
|
|
|
|
<DependentUpon>GBGPUView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\Genesis\GenGameGenie.resx">
|
|
|
|
|
<DependentUpon>GenGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\HexEditor\HexColor.resx">
|
2012-06-10 22:43:43 +00:00
|
|
|
|
<DependentUpon>HexColor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\HexEditor\HexEditor.resx">
|
|
|
|
|
<DependentUpon>HexEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\HexEditor\HexFind.resx">
|
2012-06-23 18:45:01 +00:00
|
|
|
|
<DependentUpon>HexFind.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaConsole.resx">
|
|
|
|
|
<DependentUpon>LuaConsole.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-28 19:13:01 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaFunctionsForm.resx">
|
|
|
|
|
<DependentUpon>LuaFunctionsForm.cs</DependentUpon>
|
2012-03-17 02:18:09 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaRegisteredFunctionsList.resx">
|
2013-08-05 00:26:19 +00:00
|
|
|
|
<DependentUpon>LuaRegisteredFunctionsList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaWinform.resx">
|
2012-07-10 19:04:35 +00:00
|
|
|
|
<DependentUpon>LuaWinform.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaWriter.resx">
|
2012-07-19 04:19:24 +00:00
|
|
|
|
<DependentUpon>LuaWriter.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaWriterColorConfig.resx">
|
2012-07-23 01:32:41 +00:00
|
|
|
|
<DependentUpon>LuaWriterColorConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\NES\NESDebugger.resx">
|
|
|
|
|
<DependentUpon>NESDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\NESGameGenie.resx">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\NESNameTableViewer.resx">
|
|
|
|
|
<DependentUpon>NESNameTableViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\NESPPU.resx">
|
|
|
|
|
<DependentUpon>NESPPU.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\PatternViewer.resx">
|
|
|
|
|
<DependentUpon>PatternViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\PCE\PCEBGViewer.resx">
|
|
|
|
|
<DependentUpon>PCEBGViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\SNES\SNESGameGenie.resx">
|
|
|
|
|
<DependentUpon>SNESGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\SNES\SNESGraphicsDebugger.resx">
|
|
|
|
|
<DependentUpon>SNESGraphicsDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-12-01 04:00:02 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\TAStudio.resx">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TI83\TI83KeyPad.resx">
|
|
|
|
|
<DependentUpon>TI83KeyPad.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPad.resx">
|
|
|
|
|
<DependentUpon>VirtualPad.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadA78.resx">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<DependentUpon>VirtualPadA78.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadA78Control.resx">
|
2012-12-16 19:07:45 +00:00
|
|
|
|
<DependentUpon>VirtualPadA78Control.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadC64Keyboard.resx">
|
2012-11-14 01:51:07 +00:00
|
|
|
|
<DependentUpon>VirtualPadC64Keyboard.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadColeco.resx">
|
2012-11-18 05:19:05 +00:00
|
|
|
|
<DependentUpon>VirtualPadColeco.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadForm.resx">
|
2012-10-29 22:57:15 +00:00
|
|
|
|
<DependentUpon>VirtualPadForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadN64.resx">
|
2013-04-28 13:56:29 +00:00
|
|
|
|
<DependentUpon>VirtualPadN64.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadSaturn.resx">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<DependentUpon>VirtualPadSaturn.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPadSaturnControl.resx">
|
2013-07-14 22:18:22 +00:00
|
|
|
|
<DependentUpon>VirtualPadSaturnControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-14 03:13:22 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Watch\RamPoke.resx">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
2013-09-10 17:46:24 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Watch\RamSearch.resx">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-28 01:24:45 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Watch\RamWatch.resx">
|
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-09-07 18:36:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Watch\WatchEditor.resx">
|
|
|
|
|
<DependentUpon>WatchEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
2012-03-10 00:21:40 +00:00
|
|
|
|
<Compile Include="Properties\svnrev.cs" />
|
2011-02-16 16:35:51 +00:00
|
|
|
|
<Compile Include="tools\InputPrompt.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\InputPrompt.Designer.cs">
|
|
|
|
|
<DependentUpon>InputPrompt.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="RenderPanel.cs" />
|
|
|
|
|
<Compile Include="ScreenSaver.cs" />
|
|
|
|
|
<Compile Include="Sound.cs" />
|
2011-04-07 01:30:42 +00:00
|
|
|
|
<Compile Include="tools\ToolBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\ToolBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ToolBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Client.Common\BizHawk.Client.Common.csproj">
|
|
|
|
|
<Project>{24A0AA3C-B25F-4197-B23D-476D6462DBA0}</Project>
|
|
|
|
|
<Name>BizHawk.Client.Common</Name>
|
|
|
|
|
</ProjectReference>
|
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>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<ItemGroup>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
<EmbeddedResource Include="AboutBox.resx">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
2011-02-20 06:52:39 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-03-07 02:04:42 +00:00
|
|
|
|
<EmbeddedResource Include="ArchiveChooser.resx">
|
|
|
|
|
<DependentUpon>ArchiveChooser.cs</DependentUpon>
|
2011-03-07 02:47:13 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-03-07 02:04:42 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-07-31 02:13:24 +00:00
|
|
|
|
<EmbeddedResource Include="BizBox.resx">
|
|
|
|
|
<DependentUpon>BizBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-08-09 23:27:47 +00:00
|
|
|
|
<EmbeddedResource Include="config\AutofireConfig.resx">
|
|
|
|
|
<DependentUpon>AutofireConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-04-22 00:21:28 +00:00
|
|
|
|
<EmbeddedResource Include="config\MessageConfig.resx">
|
|
|
|
|
<DependentUpon>MessageConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-15 19:05:21 +00:00
|
|
|
|
<EmbeddedResource Include="config\SoundConfig.resx">
|
|
|
|
|
<DependentUpon>SoundConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_delete.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_movedown.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_moveup.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\InserSeparator.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\search.ico" />
|
2011-07-10 21:00:28 +00:00
|
|
|
|
<EmbeddedResource Include="LogWindow.resx">
|
|
|
|
|
<DependentUpon>LogWindow.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-07-04 01:57:18 +00:00
|
|
|
|
<EmbeddedResource Include="movie\EditCommentsForm.resx">
|
|
|
|
|
<DependentUpon>EditCommentsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-06-26 20:26:37 +00:00
|
|
|
|
<EmbeddedResource Include="movie\EditSubtitlesForm.resx">
|
|
|
|
|
<DependentUpon>EditSubtitlesForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-07-04 18:32:57 +00:00
|
|
|
|
<EmbeddedResource Include="movie\SubtitleMaker.resx">
|
|
|
|
|
<DependentUpon>SubtitleMaker.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-09-30 00:53:08 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TraceLogger.resx">
|
|
|
|
|
<DependentUpon>TraceLogger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-16 16:35:51 +00:00
|
|
|
|
<EmbeddedResource Include="tools\InputPrompt.resx">
|
|
|
|
|
<DependentUpon>InputPrompt.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-04-07 01:30:42 +00:00
|
|
|
|
<EmbeddedResource Include="tools\ToolBox.resx">
|
|
|
|
|
<DependentUpon>ToolBox.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-21 19:55:26 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\FindHS.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-23 19:52:04 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\poke.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-28 03:33:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\search.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\undo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\restart.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 02:56:50 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\SMSController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 03:09:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\GBController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 18:56:27 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\PCEngineController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 19:06:34 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\GENController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-02-20 07:16:34 +00:00
|
|
|
|
<ItemGroup>
|
2013-09-14 04:27:01 +00:00
|
|
|
|
<None Include="images\watch.ico" />
|
2012-05-28 01:50:16 +00:00
|
|
|
|
<None Include="images\TurboFastForward.png" />
|
2011-03-18 16:44:21 +00:00
|
|
|
|
<None Include="images\cheat.png" />
|
|
|
|
|
<None Include="images\Cheats.ico" />
|
2011-03-28 15:47:33 +00:00
|
|
|
|
<None Include="images\Debugger.png" />
|
2011-04-07 00:40:33 +00:00
|
|
|
|
<None Include="images\Stop.png" />
|
|
|
|
|
<None Include="images\ToolBox.png" />
|
|
|
|
|
<None Include="images\Pause.png" />
|
|
|
|
|
<None Include="images\Play.png" />
|
2011-04-24 02:01:36 +00:00
|
|
|
|
<None Include="config\ControllerImages\TI83Calculator.png" />
|
2011-04-28 17:06:07 +00:00
|
|
|
|
<None Include="images\whiteTriUp.png" />
|
|
|
|
|
<None Include="images\whiteTriDown.png" />
|
|
|
|
|
<None Include="images\whiteTriLeft.png" />
|
|
|
|
|
<None Include="images\whiteTriRight.png" />
|
2011-04-30 20:18:42 +00:00
|
|
|
|
<None Include="images\Lua.png" />
|
|
|
|
|
<None Include="images\textdoc.png" />
|
2011-04-30 21:19:11 +00:00
|
|
|
|
<None Include="images\calculator.png" />
|
2011-04-30 23:45:02 +00:00
|
|
|
|
<None Include="images\NESControllerIcon.png" />
|
2011-06-10 07:12:57 +00:00
|
|
|
|
<None Include="images\FastForward.png" />
|
2011-06-11 22:32:12 +00:00
|
|
|
|
<None Include="images\ReadOnly.png" />
|
2011-06-11 23:54:35 +00:00
|
|
|
|
<None Include="images\Back.png" />
|
|
|
|
|
<None Include="images\BackMore.png" />
|
|
|
|
|
<None Include="images\Forward.png" />
|
|
|
|
|
<None Include="images\ForwardMore.png" />
|
2011-06-12 01:50:08 +00:00
|
|
|
|
<None Include="images\BlueDown.png" />
|
|
|
|
|
<None Include="images\BlueUp.png" />
|
2011-06-19 20:50:46 +00:00
|
|
|
|
<None Include="images\WarningHS.png" />
|
2011-06-26 00:06:50 +00:00
|
|
|
|
<None Include="images\TAStudio.png" />
|
|
|
|
|
<None Include="images\redo.png" />
|
|
|
|
|
<None Include="images\OpenFile.png" />
|
|
|
|
|
<None Include="images\SaveAs.png" />
|
|
|
|
|
<None Include="images\NewFile.png" />
|
|
|
|
|
<None Include="images\Duplicate.png" />
|
|
|
|
|
<None Include="images\CutHS.png" />
|
|
|
|
|
<None Include="images\Refresh.png" />
|
|
|
|
|
<None Include="images\PrintPreviewHS.png" />
|
|
|
|
|
<None Include="images\Previous.png" />
|
|
|
|
|
<None Include="images\LoadConfig.png" />
|
|
|
|
|
<None Include="images\SaveConfig.png" />
|
2011-06-26 00:17:42 +00:00
|
|
|
|
<None Include="images\Save.png" />
|
|
|
|
|
<None Include="images\GameController.png" />
|
|
|
|
|
<None Include="images\HotKeys.png" />
|
2011-06-26 00:42:12 +00:00
|
|
|
|
<None Include="images\Close.png" />
|
2011-06-26 01:22:52 +00:00
|
|
|
|
<None Include="images\CopyFolderHS.png" />
|
|
|
|
|
<None Include="images\MessageConfig.png" />
|
|
|
|
|
<None Include="images\AudioHS.png" />
|
2011-06-26 02:09:06 +00:00
|
|
|
|
<None Include="images\Delete.png" />
|
|
|
|
|
<None Include="images\MoveDown.png" />
|
|
|
|
|
<None Include="images\MoveUp.png" />
|
|
|
|
|
<None Include="images\InsertSeparator.png" />
|
2011-06-30 01:27:46 +00:00
|
|
|
|
<None Include="images\Fullscreen.png" />
|
|
|
|
|
<None Include="images\camera.png" />
|
2011-07-03 02:32:29 +00:00
|
|
|
|
<None Include="images\Recent.png" />
|
2011-07-09 18:39:48 +00:00
|
|
|
|
<None Include="images\Blank.png" />
|
2011-07-10 15:36:41 +00:00
|
|
|
|
<None Include="images\RecordHS.png" />
|
|
|
|
|
<None Include="images\GreenCheck.png" />
|
2011-07-10 16:34:35 +00:00
|
|
|
|
<None Include="images\RetroQuestion.png" />
|
|
|
|
|
<None Include="images\ExclamationRed.png" />
|
|
|
|
|
<None Include="images\Translation.png" />
|
|
|
|
|
<None Include="images\HomeBrew.png" />
|
2011-07-10 20:48:07 +00:00
|
|
|
|
<None Include="images\Hack.png" />
|
2011-07-12 00:37:24 +00:00
|
|
|
|
<None Include="images\AVI.png" />
|
2011-07-16 13:48:05 +00:00
|
|
|
|
<None Include="images\MoveRight.png" />
|
|
|
|
|
<None Include="images\MoveLeft.png" />
|
2011-07-23 21:14:20 +00:00
|
|
|
|
<None Include="images\Scan.png" />
|
2011-07-31 02:13:24 +00:00
|
|
|
|
<None Include="images\corphawk.jpg" />
|
2011-07-31 23:00:19 +00:00
|
|
|
|
<None Include="images\Help.png" />
|
|
|
|
|
<None Include="images\CorpHawkSmall.png" />
|
2011-08-06 22:25:37 +00:00
|
|
|
|
<None Include="images\Freeze.png" />
|
|
|
|
|
<None Include="images\Unfreeze.png" />
|
2011-08-07 03:11:54 +00:00
|
|
|
|
<None Include="images\AutoSearch.png" />
|
2011-08-09 23:27:47 +00:00
|
|
|
|
<None Include="images\Lightning.png" />
|
2012-01-10 02:02:11 +00:00
|
|
|
|
<None Include="images\Bug.png" />
|
2012-02-24 20:38:35 +00:00
|
|
|
|
<None Include="images\console32x32.png" />
|
|
|
|
|
<None Include="images\console16x16.png" />
|
2012-03-03 20:14:20 +00:00
|
|
|
|
<None Include="images\Import.png" />
|
2012-03-10 14:10:50 +00:00
|
|
|
|
<None Include="images\atari_controller.png" />
|
2012-09-15 17:33:21 +00:00
|
|
|
|
<None Include="config\ControllerImages\NES_Controller.png" />
|
|
|
|
|
<None Include="config\ControllerImages\SNES_Controller.png" />
|
|
|
|
|
<None Include="config\ControllerImages\TI83_Controller.png" />
|
2012-09-29 16:25:28 +00:00
|
|
|
|
<None Include="images\GenesisControllerIcon.png" />
|
2012-11-14 03:01:48 +00:00
|
|
|
|
<None Include="config\ControllerImages\C64Joystick.png" />
|
|
|
|
|
<None Include="config\ControllerImages\C64Keyboard.png" />
|
2012-11-17 21:28:09 +00:00
|
|
|
|
<None Include="config\ControllerImages\colecovisioncontroller.png" />
|
2012-11-25 18:16:21 +00:00
|
|
|
|
<None Include="config\ControllerImages\GBA_Controller.png" />
|
2012-11-26 00:16:24 +00:00
|
|
|
|
<None Include="images\C64Symbol.png" />
|
2012-11-26 01:28:14 +00:00
|
|
|
|
<None Include="images\LightOff.png" />
|
|
|
|
|
<None Include="images\LightOn.png" />
|
2012-12-02 16:17:42 +00:00
|
|
|
|
<None Include="images\Both.png" />
|
2012-12-15 03:17:00 +00:00
|
|
|
|
<None Include="config\ControllerImages\A78Joystick.png" />
|
2012-12-22 02:34:08 +00:00
|
|
|
|
<None Include="config\ControllerImages\IntVController.png" />
|
2013-09-03 19:24:49 +00:00
|
|
|
|
<Content Include="config\ControllerImages\N64.png" />
|
2013-06-05 17:07:59 +00:00
|
|
|
|
<Content Include="config\ControllerImages\SaturnController.jpg" />
|
2013-09-14 04:27:01 +00:00
|
|
|
|
<None Include="images\addWatch.ico" />
|
2011-08-21 06:07:38 +00:00
|
|
|
|
<Content Include="images\logo.ico" />
|
2012-06-10 17:28:38 +00:00
|
|
|
|
<None Include="images\Paste.png" />
|
2012-09-16 16:10:26 +00:00
|
|
|
|
<None Include="images\reboot.png" />
|
2012-09-29 16:25:28 +00:00
|
|
|
|
<None Include="images\SNESControllerIcon.png" />
|
2012-09-30 01:08:15 +00:00
|
|
|
|
<None Include="images\pencil.png" />
|
2011-02-23 04:30:50 +00:00
|
|
|
|
<None Include="images\Refresh.bmp" />
|
2011-02-23 04:09:29 +00:00
|
|
|
|
<None Include="images\TruncateFromRW.png" />
|
2011-02-23 03:46:24 +00:00
|
|
|
|
<None Include="images\TruncateFromFile.png" />
|
2011-02-20 07:16:34 +00:00
|
|
|
|
</ItemGroup>
|
2011-04-15 20:41:40 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
2011-04-15 20:41:40 +00:00
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2012-05-28 01:50:16 +00:00
|
|
|
|
<ItemGroup>
|
2013-06-25 21:34:06 +00:00
|
|
|
|
<Folder Include="Resources\" />
|
2012-05-28 01:50:16 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2011-07-24 06:45:05 +00:00
|
|
|
|
<PropertyGroup>
|
2013-06-25 21:34:06 +00:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
2011-07-24 06:45:05 +00:00
|
|
|
|
</PropertyGroup>
|
2012-03-10 00:21:40 +00:00
|
|
|
|
<PropertyGroup>
|
2012-03-12 04:44:10 +00:00
|
|
|
|
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">"$(SolutionDir)subwcrev.sh" "$(ProjectDir)"</PreBuildEvent>
|
2012-03-10 00:21:40 +00:00
|
|
|
|
</PropertyGroup>
|
2012-03-17 02:18:09 +00:00
|
|
|
|
</Project>
|