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>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</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 />
|
2015-02-01 03:01:31 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<DefineConstants Condition=" '$(OS)' == 'Windows_NT' ">WINDOWS</DefineConstants>
|
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-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<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>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<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>
|
2014-09-30 08:51:48 +00:00
|
|
|
|
<Reference Include="GongShell">
|
|
|
|
|
<HintPath>..\References\GongShell.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-05-07 18:42:43 +00:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
2014-01-27 19:50:54 +00:00
|
|
|
|
<HintPath>..\References\ICSharpCode.SharpZipLib.dll</HintPath>
|
2012-05-07 18:42:43 +00:00
|
|
|
|
</Reference>
|
2014-08-14 01:07:26 +00:00
|
|
|
|
<Reference Include="LuaInterface, Version=2.0.4.35439, Culture=neutral, processorArchitecture=x86">
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2014-08-14 01:07:26 +00:00
|
|
|
|
<HintPath>..\References\LuaInterface.dll</HintPath>
|
2011-02-20 19:18:27 +00:00
|
|
|
|
</Reference>
|
2014-12-05 00:39:02 +00:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2012-03-12 04:44:34 +00:00
|
|
|
|
<Reference Include="Microsoft.VisualBasic" Condition=" '$(OS)' == 'Windows_NT' " />
|
2014-01-27 19:50:54 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
2011-02-20 06:13:26 +00:00
|
|
|
|
</Reference>
|
2014-01-27 00:38:10 +00:00
|
|
|
|
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\OpenTK.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-12-13 04:57:14 +00:00
|
|
|
|
<Reference Include="PresentationFramework" />
|
2014-01-27 01:11:39 +00:00
|
|
|
|
<Reference Include="SlimDX, Version=4.0.10.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\SlimDX.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" />
|
2013-12-13 04:57:14 +00:00
|
|
|
|
<Reference Include="System.Xaml" />
|
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" />
|
2013-12-13 04:57:14 +00:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</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">
|
2012-11-02 04:56:34 +00:00
|
|
|
|
<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" />
|
2014-10-10 18:18:29 +00:00
|
|
|
|
<Compile Include="AVOut\AVSync.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" />
|
2015-01-27 04:04:53 +00:00
|
|
|
|
<Compile Include="AVOut\ImageSequenceWriter.cs" />
|
2014-06-18 02:28:07 +00:00
|
|
|
|
<Compile Include="AVOut\SynclessRecorder.cs" />
|
|
|
|
|
<Compile Include="AVOut\SynclessRecordingTools.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AVOut\SynclessRecordingTools.Designer.cs">
|
|
|
|
|
<DependentUpon>SynclessRecordingTools.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<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>
|
2014-06-01 01:57:22 +00:00
|
|
|
|
<Compile Include="BizBoxInfoControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="BizBoxInfoControl.Designer.cs">
|
|
|
|
|
<DependentUpon>BizBoxInfoControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-17 03:13:02 +00:00
|
|
|
|
<Compile Include="config\AnalogRangeConfig.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\AnalogRangeConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>AnalogRangeConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\AnalogRangeConfigControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\AnalogRangeConfigControl.Designer.cs">
|
|
|
|
|
<DependentUpon>AnalogRangeConfigControl.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>
|
2014-02-03 05:27:59 +00:00
|
|
|
|
<Compile Include="config\DisplayConfigLite.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\DisplayConfigLite.Designer.cs">
|
|
|
|
|
<DependentUpon>DisplayConfigLite.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-04-14 16:48:45 +00:00
|
|
|
|
<Compile Include="config\FileExtensionPreferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\FileExtensionPreferences.Designer.cs">
|
|
|
|
|
<DependentUpon>FileExtensionPreferences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\FileExtensionPreferencesPicker.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\FileExtensionPreferencesPicker.Designer.cs">
|
|
|
|
|
<DependentUpon>FileExtensionPreferencesPicker.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>
|
2014-01-28 19:33:49 +00:00
|
|
|
|
<Compile Include="config\DisplayConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\DisplayConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>DisplayConfig.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-12-23 16:58:20 +00:00
|
|
|
|
<Compile Include="config\GB\DGBPrefs.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GB\DGBPrefs.Designer.cs">
|
|
|
|
|
<DependentUpon>DGBPrefs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GB\GBPrefControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GB\GBPrefControl.Designer.cs">
|
|
|
|
|
<DependentUpon>GBPrefControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-12 17:24:43 +00:00
|
|
|
|
<Compile Include="config\GB\GBPrefs.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GB\GBPrefs.Designer.cs">
|
|
|
|
|
<DependentUpon>GBPrefs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-12-23 23:03:12 +00:00
|
|
|
|
<Compile Include="config\GenericCoreConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GenericCoreConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>GenericCoreConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-06 01:27:56 +00:00
|
|
|
|
<Compile Include="config\GuiOptions.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GuiOptions.Designer.cs">
|
|
|
|
|
<DependentUpon>GuiOptions.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>
|
2014-04-19 21:03:49 +00:00
|
|
|
|
<Compile Include="config\InputCompositeWidget.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\InputCompositeWidget.Designer.cs">
|
|
|
|
|
<DependentUpon>InputCompositeWidget.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>
|
2014-05-10 02:03:23 +00:00
|
|
|
|
<Compile Include="config\N64\N64ControllerSettingControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\N64\N64ControllerSettingControl.Designer.cs">
|
|
|
|
|
<DependentUpon>N64ControllerSettingControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\N64\N64ControllersSetup.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\N64\N64ControllersSetup.Designer.cs">
|
|
|
|
|
<DependentUpon>N64ControllersSetup.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>
|
2014-07-20 02:57:26 +00:00
|
|
|
|
<Compile Include="config\N64\NewN64PluginSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\N64\NewN64PluginSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>NewN64PluginSettings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-01 03:03:10 +00:00
|
|
|
|
<Compile Include="config\NES\DataTableDictionaryBind.cs" />
|
2014-05-16 00:24:40 +00:00
|
|
|
|
<Compile Include="config\NES\NesControllerSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\NES\NesControllerSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>NesControllerSettings.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>
|
2014-01-01 03:03:10 +00:00
|
|
|
|
<Compile Include="config\NES\NESSyncSettingsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\NES\NESSyncSettingsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>NESSyncSettingsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-09 23:50:10 +00:00
|
|
|
|
<Compile Include="config\NES\QuickNesConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\NES\QuickNesConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>QuickNesConfig.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>
|
2014-06-28 22:48:07 +00:00
|
|
|
|
<Compile Include="config\PCE\PCEControllerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PCE\PCEControllerConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>PCEControllerConfig.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>
|
2014-06-04 19:18:14 +00:00
|
|
|
|
<Compile Include="config\ProfileConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\ProfileConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ProfileConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-27 17:18:21 +00:00
|
|
|
|
<Compile Include="config\PSX\PSXControllerConfigNew.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PSX\PSXControllerConfigNew.Designer.cs">
|
|
|
|
|
<DependentUpon>PSXControllerConfigNew.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-13 01:08:30 +00:00
|
|
|
|
<Compile Include="config\PSX\PSXHashDiscs.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PSX\PSXHashDiscs.Designer.cs">
|
|
|
|
|
<DependentUpon>PSXHashDiscs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-12-11 20:31:55 +00:00
|
|
|
|
<Compile Include="config\PSX\PSXOptions.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PSX\PSXOptions.Designer.cs">
|
|
|
|
|
<DependentUpon>PSXOptions.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\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>
|
2014-05-26 14:06:54 +00:00
|
|
|
|
<Compile Include="config\TI83\TI83PaletteConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\TI83\TI83PaletteConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>TI83PaletteConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-23 21:46:28 +00:00
|
|
|
|
<Compile Include="CoreFeatureAnalysis.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CoreFeatureAnalysis.Designer.cs">
|
|
|
|
|
<DependentUpon>CoreFeatureAnalysis.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-10-17 23:18:37 +00:00
|
|
|
|
<Compile Include="CustomControls\ExceptionBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\ExceptionBox.designer.cs">
|
|
|
|
|
<DependentUpon>ExceptionBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\FolderBrowserDialogEx.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-08-11 00:08:16 +00:00
|
|
|
|
<Compile Include="CustomControls\GDIRenderer.cs" />
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\HexTextBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\InputConfigBase.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-09-02 22:27:34 +00:00
|
|
|
|
<Compile Include="CustomControls\InputRoll.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-09-02 22:46:23 +00:00
|
|
|
|
<Compile Include="CustomControls\InputRoll.Drawing.cs">
|
|
|
|
|
<DependentUpon>InputRoll.cs</DependentUpon>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-10-05 02:02:04 +00:00
|
|
|
|
<Compile Include="CustomControls\MenuButton.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\MiscControls.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-06-14 02:23:13 +00:00
|
|
|
|
<Compile Include="CustomControls\MsgBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\MsgBox.designer.cs">
|
|
|
|
|
<DependentUpon>MsgBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\QuickProgressPopup.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\QuickProgressPopup.Designer.cs">
|
|
|
|
|
<DependentUpon>QuickProgressPopup.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-02-24 21:44:26 +00:00
|
|
|
|
<Compile Include="CustomControls\RepeatButton.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-01-18 19:44:51 +00:00
|
|
|
|
<Compile Include="CustomControls\TransparentTrackbar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-05-31 18:41:56 +00:00
|
|
|
|
<Compile Include="CustomControls\ReadonlyCheckbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\SmartTextBoxControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-12-07 23:20:44 +00:00
|
|
|
|
<Compile Include="CustomControls\TasListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\TextDebugView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\ToolStripEx.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControls\ViewportPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-10-24 08:03:39 +00:00
|
|
|
|
<Compile Include="CustomControls\VirtualListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<Compile Include="CustomControls\Win32.cs" />
|
2012-04-16 08:18:41 +00:00
|
|
|
|
<Compile Include="DisplayManager\DisplayManager.cs" />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="DisplayManager\DisplaySurface.cs" />
|
2014-02-03 05:27:59 +00:00
|
|
|
|
<Compile Include="DisplayManager\FilterManager.cs" />
|
2014-04-15 21:46:18 +00:00
|
|
|
|
<Compile Include="DisplayManager\Filters\BaseFilter.cs" />
|
|
|
|
|
<Compile Include="DisplayManager\Filters\Gui.cs" />
|
|
|
|
|
<Compile Include="DisplayManager\Filters\Utils.cs" />
|
|
|
|
|
<Compile Include="DisplayManager\Filters\Retro.cs" />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="DisplayManager\OSDManager.cs" />
|
2014-02-03 05:27:59 +00:00
|
|
|
|
<Compile Include="DisplayManager\RenderTargetFrugalizer.cs" />
|
2014-01-28 04:39:27 +00:00
|
|
|
|
<Compile Include="DisplayManager\SwappableDisplaySurfaceSet.cs" />
|
|
|
|
|
<Compile Include="DisplayManager\TextureFrugalizer.cs" />
|
2014-05-14 22:04:47 +00:00
|
|
|
|
<Compile Include="Extensions\ControlExtensions.cs" />
|
2014-07-29 01:11:57 +00:00
|
|
|
|
<Compile Include="Extensions\CoreExtensions.cs" />
|
2014-07-28 01:51:11 +00:00
|
|
|
|
<Compile Include="Extensions\ToolExtensions.cs" />
|
2015-10-17 23:27:30 +00:00
|
|
|
|
<Compile Include="GLManager.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" />
|
2014-07-08 16:08:52 +00:00
|
|
|
|
<Compile Include="IControlMainform.cs" />
|
2015-08-14 23:07:19 +00:00
|
|
|
|
<Compile Include="Input\IPCKeyInput.cs" />
|
2013-12-13 04:57:14 +00:00
|
|
|
|
<Compile Include="JumpLists.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>
|
2014-01-16 16:32:34 +00:00
|
|
|
|
<Compile Include="MainForm.Hotkey.cs">
|
2014-01-16 17:00:55 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
2014-12-14 08:48:23 +00:00
|
|
|
|
<SubType>Form</SubType>
|
2014-01-16 17:00:55 +00:00
|
|
|
|
</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>
|
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>
|
2014-01-16 17:00:55 +00:00
|
|
|
|
<Compile Include="movie\MovieDetails.cs" />
|
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>
|
2014-04-14 01:59:57 +00:00
|
|
|
|
<Compile Include="PlatformChooser.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="PlatformChooser.Designer.cs">
|
|
|
|
|
<DependentUpon>PlatformChooser.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-28 04:39:27 +00:00
|
|
|
|
<Compile Include="PresentationPanel.cs" />
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-02-04 21:06:00 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-04-15 22:51:42 +00:00
|
|
|
|
<Compile Include="RomStatusPicker.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RomStatusPicker.Designer.cs">
|
|
|
|
|
<DependentUpon>RomStatusPicker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-31 17:44:35 +00:00
|
|
|
|
<Compile Include="Sound\Output\DirectSoundSoundOutput.cs" />
|
|
|
|
|
<Compile Include="Sound\Output\DummySoundOutput.cs" />
|
2015-02-19 02:30:55 +00:00
|
|
|
|
<Compile Include="Sound\Output\OpenALSoundOutput.cs" />
|
2015-01-31 17:44:35 +00:00
|
|
|
|
<Compile Include="Sound\Output\XAudio2SoundOutput.cs" />
|
|
|
|
|
<Compile Include="Sound\Sound.cs" />
|
|
|
|
|
<Compile Include="Sound\Utilities\SoundOutputProvider.cs" />
|
2013-11-07 17:11:08 +00:00
|
|
|
|
<Compile Include="Throttle.cs" />
|
2014-12-16 23:33:07 +00:00
|
|
|
|
<Compile Include="ToolAttributes.cs" />
|
2015-06-15 22:12:24 +00:00
|
|
|
|
<Compile Include="tools\AutoHawk.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\AutoHawk.Designer.cs">
|
|
|
|
|
<DependentUpon>AutoHawk.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-27 01:55:55 +00:00
|
|
|
|
<Compile Include="tools\BasicBot\BasicBot.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\BasicBot\BasicBot.Designer.cs">
|
|
|
|
|
<DependentUpon>BasicBot.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-27 02:41:34 +00:00
|
|
|
|
<Compile Include="tools\BasicBot\BotControlsRow.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\BasicBot\BotControlsRow.Designer.cs">
|
|
|
|
|
<DependentUpon>BotControlsRow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-15 02:16:06 +00:00
|
|
|
|
<Compile Include="tools\BatchRun.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\BatchRun.Designer.cs">
|
|
|
|
|
<DependentUpon>BatchRun.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\BatchRunner.cs" />
|
2015-10-27 00:22:07 +00:00
|
|
|
|
<Compile Include="tools\CDL.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\CDL.designer.cs">
|
|
|
|
|
<DependentUpon>CDL.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
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>
|
2014-12-07 20:17:15 +00:00
|
|
|
|
<Compile Include="tools\Debugger\AddBreakpointDialog.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Debugger\AddBreakpointDialog.Designer.cs">
|
|
|
|
|
<DependentUpon>AddBreakpointDialog.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-12-06 15:07:01 +00:00
|
|
|
|
<Compile Include="tools\Debugger\Breakpoint.cs" />
|
|
|
|
|
<Compile Include="tools\Debugger\BreakpointControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Debugger\BreakpointControl.Designer.cs">
|
|
|
|
|
<DependentUpon>BreakpointControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-12-06 00:03:36 +00:00
|
|
|
|
<Compile Include="tools\Debugger\GenericDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Debugger\GenericDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>GenericDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-12-20 15:56:01 +00:00
|
|
|
|
<Compile Include="tools\Debugger\GenericDebugger.Disassembler.cs">
|
|
|
|
|
<DependentUpon>GenericDebugger.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-12-06 00:03:36 +00:00
|
|
|
|
<Compile Include="tools\Debugger\GenericDebugger.IControlMainform.cs">
|
2014-12-06 15:07:01 +00:00
|
|
|
|
<DependentUpon>GenericDebugger.cs</DependentUpon>
|
2014-12-06 00:03:36 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Debugger\GenericDebugger.IToolForm.cs">
|
|
|
|
|
<DependentUpon>GenericDebugger.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-12-06 01:14:58 +00:00
|
|
|
|
<Compile Include="tools\Debugger\RegisterBoxControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Debugger\RegisterBoxControl.Designer.cs">
|
|
|
|
|
<DependentUpon>RegisterBoxControl.cs</DependentUpon>
|
|
|
|
|
</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-12-20 05:38:07 +00:00
|
|
|
|
<Compile Include="tools\Genesis\GenDbgWind.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Genesis\GenDbgWind.Designer.cs">
|
|
|
|
|
<DependentUpon>GenDbgWind.cs</DependentUpon>
|
|
|
|
|
</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>
|
2014-02-19 22:26:33 +00:00
|
|
|
|
<Compile Include="tools\Genesis\VDPViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Genesis\VDPViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>VDPViewer.cs</DependentUpon>
|
|
|
|
|
</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" />
|
2015-07-02 23:40:25 +00:00
|
|
|
|
<Compile Include="tools\Lua\EnvironmentSandbox.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" />
|
2014-09-19 21:43:16 +00:00
|
|
|
|
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Tastudio.cs" />
|
2015-04-10 14:11:01 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaCanvas.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Lua\LuaCanvas.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaCanvas.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-12-15 02:50:50 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaCheckbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
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-12-15 02:50:50 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaDropDown.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</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>
|
2015-07-02 23:40:25 +00:00
|
|
|
|
<Compile Include="tools\Lua\LuaSandbox.cs" />
|
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>
|
2014-01-25 16:25:05 +00:00
|
|
|
|
<Compile Include="tools\Lua\SyncTextBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-03-09 22:30:54 +00:00
|
|
|
|
<Compile Include="tools\Macros\MacroInput.ButtonSelect.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-03-08 20:11:02 +00:00
|
|
|
|
<Compile Include="tools\Macros\MacroInput.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Macros\MacroInput.Designer.cs">
|
|
|
|
|
<DependentUpon>MacroInput.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-03-09 22:30:54 +00:00
|
|
|
|
<Compile Include="tools\Macros\MovieZone.cs" />
|
2015-04-19 22:34:08 +00:00
|
|
|
|
<Compile Include="tools\MultiDiskBundler\MultiDiskFileSelector.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\MultiDiskBundler\MultiDiskFileSelector.Designer.cs">
|
|
|
|
|
<DependentUpon>MultiDiskFileSelector.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-04-19 21:02:22 +00:00
|
|
|
|
<Compile Include="tools\MultiDiskBundler\MultiDiskBundler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\MultiDiskBundler\MultiDiskBundler.Designer.cs">
|
|
|
|
|
<DependentUpon>MultiDiskBundler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-10-29 22:28:14 +00:00
|
|
|
|
<Compile Include="tools\NES\BarcodeEntry.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\BarcodeEntry.Designer.cs">
|
|
|
|
|
<DependentUpon>BarcodeEntry.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\NESGameGenie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESGameGenie.Designer.cs">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-05-08 00:56:46 +00:00
|
|
|
|
<Compile Include="tools\NES\NESMusicRipper.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\NES\NESMusicRipper.Designer.cs">
|
|
|
|
|
<DependentUpon>NESMusicRipper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<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>
|
2014-06-09 08:10:20 +00:00
|
|
|
|
<Compile Include="tools\PCE\PCESoundDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\PCE\PCESoundDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>PCESoundDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-02-08 16:40:15 +00:00
|
|
|
|
<Compile Include="tools\PCE\PCETileViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\PCE\PCETileViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>PCETileViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-02-08 23:02:47 +00:00
|
|
|
|
<Compile Include="tools\SMS\VDPViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\SMS\VDPViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>VDPViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<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-05 20:06:06 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\BookmarksBranchesBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\BookmarksBranchesBox.Designer.cs">
|
|
|
|
|
<DependentUpon>BookmarksBranchesBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-10-18 01:01:45 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\DefaultGreenzoneSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\DefaultGreenzoneSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>DefaultGreenzoneSettings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-13 12:44:31 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\FramesPrompt.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\FramesPrompt.Designer.cs">
|
|
|
|
|
<DependentUpon>FramesPrompt.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-11 15:43:47 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\GreenzoneSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\GreenzoneSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>GreenzoneSettings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-11 02:31:43 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\HeaderEditor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\HeaderEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>HeaderEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-03-08 04:42:04 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\PatternsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\PatternsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>PatternsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-25 12:40:17 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\ScreenshotPopupControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\ScreenshotPopupControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ScreenshotPopupControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-09 16:35:48 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.Callbacks.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-07-09 15:04:16 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.IControlMainForm.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.IToolForm.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-12-15 19:16:52 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\MarkerControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\MarkerControl.Designer.cs">
|
|
|
|
|
<DependentUpon>MarkerControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-12-05 20:06:06 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\PlaybackBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\PlaybackBox.Designer.cs">
|
|
|
|
|
<DependentUpon>PlaybackBox.cs</DependentUpon>
|
|
|
|
|
</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>
|
2014-07-09 23:04:22 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.ListView.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
2013-12-01 04:00:02 +00:00
|
|
|
|
</Compile>
|
2014-10-17 17:58:48 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.MenuItems.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\TAStudio.Navigation.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-07-10 01:58:43 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\TAStudioClipboard.cs" />
|
2015-03-04 19:03:00 +00:00
|
|
|
|
<Compile Include="tools\TAStudio\UndoHistoryForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio\UndoHistoryForm.Designer.cs">
|
|
|
|
|
<DependentUpon>UndoHistoryForm.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>
|
2014-06-25 17:18:14 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\components\AnalogSticklPanel.cs">
|
2013-08-26 00:47:11 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-06-22 15:05:37 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\IVirtualPadControl.cs" />
|
2014-06-24 12:58:08 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadAnalogButton.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadAnalogButton.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualPadAnalogButton.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-22 17:41:13 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadAnalogStick.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadAnalogStick.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualPadAnalogStick.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-22 15:05:37 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadButton.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
2012-11-18 05:19:05 +00:00
|
|
|
|
</Compile>
|
2014-12-19 03:24:48 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadDiscManager.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadDiscManager.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualPadDiscManager.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-22 21:50:27 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadTargetScreen.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\controls\VirtualPadTargetScreen.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualPadTargetScreen.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-28 14:14:50 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\A26Schema.cs" />
|
2014-06-28 14:19:46 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\A78Schema.cs" />
|
2015-05-17 23:05:12 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\AppleIISchema.cs" />
|
2014-06-28 19:25:11 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\C64Schema.cs" />
|
2014-06-28 18:12:04 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\ColecoSchema.cs" />
|
2014-06-29 12:42:44 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\DualGBSchema.cs" />
|
2014-06-23 23:25:08 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\GBASchema.cs" />
|
|
|
|
|
<Compile Include="tools\VirtualPads\schema\GBSchema.cs" />
|
2014-06-26 20:59:00 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\GenSchema.cs" />
|
2014-11-20 17:45:44 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\LynxSchema.cs" />
|
2014-12-15 21:54:51 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\PSXSchema.cs" />
|
2014-06-23 23:25:08 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\SatSchema.cs" />
|
2014-06-22 23:32:37 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\IVirtualPadSchema.cs" />
|
2014-06-22 15:43:45 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\N64Schema.cs" />
|
2014-06-22 14:37:40 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\NesSchema.cs" />
|
|
|
|
|
<Compile Include="tools\VirtualPads\schema\PadSchema.cs" />
|
2014-06-22 15:43:45 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\PceSchema.cs" />
|
2014-06-23 23:46:44 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\SchemaAttributes.cs" />
|
2014-06-22 15:43:45 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\SmsSchema.cs" />
|
|
|
|
|
<Compile Include="tools\VirtualPads\schema\SnesSchema.cs" />
|
2014-06-23 23:25:08 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\schema\WonderSwanSchema.cs" />
|
2014-06-22 15:05:37 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPad.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualPad.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualPad.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-25 17:18:14 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualpadsTool.cs">
|
2012-10-29 22:57:15 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-06-25 17:18:14 +00:00
|
|
|
|
<Compile Include="tools\VirtualPads\VirtualpadsTool.Designer.cs">
|
|
|
|
|
<DependentUpon>VirtualpadsTool.cs</DependentUpon>
|
2014-06-01 20:44:13 +00:00
|
|
|
|
</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>
|
2015-10-17 23:01:38 +00:00
|
|
|
|
<Compile Include="UIHelper.cs" />
|
2015-01-04 15:04:44 +00:00
|
|
|
|
<Compile Include="UpdateChecker.cs">
|
|
|
|
|
<SubType>Code</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>
|
2014-06-18 02:28:07 +00:00
|
|
|
|
<EmbeddedResource Include="AVOut\SynclessRecordingTools.resx">
|
|
|
|
|
<DependentUpon>SynclessRecordingTools.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-06-25 17:35:01 +00:00
|
|
|
|
<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>
|
2014-06-01 01:57:22 +00:00
|
|
|
|
<EmbeddedResource Include="BizBoxInfoControl.resx">
|
|
|
|
|
<DependentUpon>BizBoxInfoControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-17 03:13:02 +00:00
|
|
|
|
<EmbeddedResource Include="config\AnalogRangeConfigControl.resx">
|
|
|
|
|
<DependentUpon>AnalogRangeConfigControl.cs</DependentUpon>
|
|
|
|
|
</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>
|
2014-01-28 19:33:49 +00:00
|
|
|
|
<EmbeddedResource Include="config\DisplayConfig.resx">
|
|
|
|
|
<DependentUpon>DisplayConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-02-03 05:27:59 +00:00
|
|
|
|
<EmbeddedResource Include="config\DisplayConfigLite.resx">
|
|
|
|
|
<DependentUpon>DisplayConfigLite.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-04-14 16:48:45 +00:00
|
|
|
|
<EmbeddedResource Include="config\FileExtensionPreferences.resx">
|
|
|
|
|
<DependentUpon>FileExtensionPreferences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\FileExtensionPreferencesPicker.resx">
|
|
|
|
|
<DependentUpon>FileExtensionPreferencesPicker.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>
|
2013-12-23 16:58:20 +00:00
|
|
|
|
<EmbeddedResource Include="config\GB\DGBPrefs.resx">
|
|
|
|
|
<DependentUpon>DGBPrefs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\GB\GBPrefControl.resx">
|
|
|
|
|
<DependentUpon>GBPrefControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-12 17:24:43 +00:00
|
|
|
|
<EmbeddedResource Include="config\GB\GBPrefs.resx">
|
|
|
|
|
<DependentUpon>GBPrefs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-12-23 23:03:12 +00:00
|
|
|
|
<EmbeddedResource Include="config\GenericCoreConfig.resx">
|
|
|
|
|
<DependentUpon>GenericCoreConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-06 01:27:56 +00:00
|
|
|
|
<EmbeddedResource Include="config\GuiOptions.resx">
|
|
|
|
|
<DependentUpon>GuiOptions.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>
|
2014-04-19 21:03:49 +00:00
|
|
|
|
<EmbeddedResource Include="config\InputCompositeWidget.resx">
|
|
|
|
|
<DependentUpon>InputCompositeWidget.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-10 02:03:23 +00:00
|
|
|
|
<EmbeddedResource Include="config\N64\N64ControllerSettingControl.resx">
|
|
|
|
|
<DependentUpon>N64ControllerSettingControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\N64\N64ControllersSetup.resx">
|
|
|
|
|
<DependentUpon>N64ControllersSetup.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\N64\N64VideoPluginconfig.resx">
|
|
|
|
|
<DependentUpon>N64VideoPluginconfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-20 02:57:26 +00:00
|
|
|
|
<EmbeddedResource Include="config\N64\NewN64PluginSettings.resx">
|
|
|
|
|
<DependentUpon>NewN64PluginSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-16 00:24:40 +00:00
|
|
|
|
<EmbeddedResource Include="config\NES\NesControllerSettings.resx">
|
|
|
|
|
<DependentUpon>NesControllerSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\NES\NESGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>NESGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\NES\NESSoundConfig.resx">
|
|
|
|
|
<DependentUpon>NESSoundConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-01-01 03:03:10 +00:00
|
|
|
|
<EmbeddedResource Include="config\NES\NESSyncSettingsForm.resx">
|
|
|
|
|
<DependentUpon>NESSyncSettingsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-01-09 23:50:10 +00:00
|
|
|
|
<EmbeddedResource Include="config\NES\QuickNesConfig.resx">
|
|
|
|
|
<DependentUpon>QuickNesConfig.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>
|
2014-06-28 22:48:07 +00:00
|
|
|
|
<EmbeddedResource Include="config\PCE\PCEControllerConfig.resx">
|
|
|
|
|
<DependentUpon>PCEControllerConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-11-09 00:20:39 +00:00
|
|
|
|
<EmbeddedResource Include="config\PCE\PCEGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>PCEGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-04 19:18:14 +00:00
|
|
|
|
<EmbeddedResource Include="config\ProfileConfig.resx">
|
|
|
|
|
<DependentUpon>ProfileConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-27 17:18:21 +00:00
|
|
|
|
<EmbeddedResource Include="config\PSX\PSXControllerConfigNew.resx">
|
|
|
|
|
<DependentUpon>PSXControllerConfigNew.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-13 01:08:30 +00:00
|
|
|
|
<EmbeddedResource Include="config\PSX\PSXHashDiscs.resx">
|
|
|
|
|
<DependentUpon>PSXHashDiscs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-11 20:31:55 +00:00
|
|
|
|
<EmbeddedResource Include="config\PSX\PSXOptions.resx">
|
|
|
|
|
<DependentUpon>PSXOptions.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\SMS\SMSGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>SMSGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="config\SNES\SNESOptions.resx">
|
|
|
|
|
<DependentUpon>SNESOptions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-26 14:06:54 +00:00
|
|
|
|
<EmbeddedResource Include="config\TI83\TI83PaletteConfig.resx">
|
|
|
|
|
<DependentUpon>TI83PaletteConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-11-23 21:46:28 +00:00
|
|
|
|
<EmbeddedResource Include="CoreFeatureAnalysis.resx">
|
|
|
|
|
<DependentUpon>CoreFeatureAnalysis.cs</DependentUpon>
|
2015-10-17 23:18:37 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="CustomControls\ExceptionBox.resx">
|
|
|
|
|
<DependentUpon>ExceptionBox.cs</DependentUpon>
|
2014-11-23 21:46:28 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<EmbeddedResource Include="CustomControls\InputConfigBase.resx">
|
|
|
|
|
<DependentUpon>InputConfigBase.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-14 02:23:13 +00:00
|
|
|
|
<EmbeddedResource Include="CustomControls\MsgBox.resx">
|
|
|
|
|
<DependentUpon>MsgBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-25 00:57:23 +00:00
|
|
|
|
<EmbeddedResource Include="CustomControls\QuickProgressPopup.resx">
|
|
|
|
|
<DependentUpon>QuickProgressPopup.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-23 01:18:05 +00:00
|
|
|
|
<EmbeddedResource Include="CustomControls\TasListView.resx">
|
|
|
|
|
<DependentUpon>TasListView.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>
|
2014-04-14 01:59:57 +00:00
|
|
|
|
<EmbeddedResource Include="PlatformChooser.resx">
|
|
|
|
|
<DependentUpon>PlatformChooser.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-02-04 21:06:00 +00:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</EmbeddedResource>
|
2014-04-15 22:51:42 +00:00
|
|
|
|
<EmbeddedResource Include="RomStatusPicker.resx">
|
|
|
|
|
<DependentUpon>RomStatusPicker.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-06-15 22:12:24 +00:00
|
|
|
|
<EmbeddedResource Include="tools\AutoHawk.resx">
|
|
|
|
|
<DependentUpon>AutoHawk.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-27 01:55:55 +00:00
|
|
|
|
<EmbeddedResource Include="tools\BasicBot\BasicBot.resx">
|
|
|
|
|
<DependentUpon>BasicBot.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-27 02:41:34 +00:00
|
|
|
|
<EmbeddedResource Include="tools\BasicBot\BotControlsRow.resx">
|
|
|
|
|
<DependentUpon>BotControlsRow.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-01-15 02:16:06 +00:00
|
|
|
|
<EmbeddedResource Include="tools\BatchRun.resx">
|
|
|
|
|
<DependentUpon>BatchRun.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-10-27 00:22:07 +00:00
|
|
|
|
<EmbeddedResource Include="tools\CDL.resx">
|
|
|
|
|
<DependentUpon>CDL.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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>
|
2014-12-07 20:17:15 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Debugger\AddBreakpointDialog.resx">
|
|
|
|
|
<DependentUpon>AddBreakpointDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-06 15:07:01 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Debugger\BreakpointControl.resx">
|
|
|
|
|
<DependentUpon>BreakpointControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-06 00:03:36 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Debugger\GenericDebugger.resx">
|
|
|
|
|
<DependentUpon>GenericDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-06 01:14:58 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Debugger\RegisterBoxControl.resx">
|
|
|
|
|
<DependentUpon>RegisterBoxControl.cs</DependentUpon>
|
|
|
|
|
</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>
|
2013-12-20 05:38:07 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Genesis\GenDbgWind.resx">
|
|
|
|
|
<DependentUpon>GenDbgWind.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Genesis\GenGameGenie.resx">
|
|
|
|
|
<DependentUpon>GenGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-02-19 22:26:33 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Genesis\VDPViewer.resx">
|
|
|
|
|
<DependentUpon>VDPViewer.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>
|
2015-04-10 14:11:01 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Lua\LuaCanvas.resx">
|
|
|
|
|
<DependentUpon>LuaCanvas.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>
|
2015-03-08 20:11:02 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Macros\MacroInput.resx">
|
|
|
|
|
<DependentUpon>MacroInput.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-04-19 22:34:08 +00:00
|
|
|
|
<EmbeddedResource Include="tools\MultiDiskBundler\MultiDiskFileSelector.resx">
|
|
|
|
|
<DependentUpon>MultiDiskFileSelector.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-04-19 21:02:22 +00:00
|
|
|
|
<EmbeddedResource Include="tools\MultiDiskBundler\MultiDiskBundler.resx">
|
|
|
|
|
<DependentUpon>MultiDiskBundler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-10-29 22:28:14 +00:00
|
|
|
|
<EmbeddedResource Include="tools\NES\BarcodeEntry.resx">
|
|
|
|
|
<DependentUpon>BarcodeEntry.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\NES\NESGameGenie.resx">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-05-08 00:56:46 +00:00
|
|
|
|
<EmbeddedResource Include="tools\NES\NESMusicRipper.resx">
|
|
|
|
|
<DependentUpon>NESMusicRipper.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\NES\NESNameTableViewer.resx">
|
|
|
|
|
<DependentUpon>NESNameTableViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\NESPPU.resx">
|
|
|
|
|
<DependentUpon>NESPPU.cs</DependentUpon>
|
2014-01-26 16:34:04 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\NES\PatternViewer.resx">
|
|
|
|
|
<DependentUpon>PatternViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\PCE\PCEBGViewer.resx">
|
|
|
|
|
<DependentUpon>PCEBGViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-09 08:10:20 +00:00
|
|
|
|
<EmbeddedResource Include="tools\PCE\PCESoundDebugger.resx">
|
|
|
|
|
<DependentUpon>PCESoundDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-02-08 16:40:15 +00:00
|
|
|
|
<EmbeddedResource Include="tools\PCE\PCETileViewer.resx">
|
|
|
|
|
<DependentUpon>PCETileViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-02-08 23:02:47 +00:00
|
|
|
|
<EmbeddedResource Include="tools\SMS\VDPViewer.resx">
|
|
|
|
|
<DependentUpon>VDPViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\SNES\SNESGameGenie.resx">
|
|
|
|
|
<DependentUpon>SNESGameGenie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\SNES\SNESGraphicsDebugger.resx">
|
|
|
|
|
<DependentUpon>SNESGraphicsDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-12-05 20:06:06 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\BookmarksBranchesBox.resx">
|
|
|
|
|
<DependentUpon>BookmarksBranchesBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-10-18 01:01:45 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\DefaultGreenzoneSettings.resx">
|
|
|
|
|
<DependentUpon>DefaultGreenzoneSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-13 12:44:31 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\FramesPrompt.resx">
|
|
|
|
|
<DependentUpon>FramesPrompt.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-11 15:43:47 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\GreenzoneSettings.resx">
|
|
|
|
|
<DependentUpon>GreenzoneSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-11 02:31:43 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\HeaderEditor.resx">
|
|
|
|
|
<DependentUpon>HeaderEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-12-15 19:16:52 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\MarkerControl.resx">
|
|
|
|
|
<DependentUpon>MarkerControl.cs</DependentUpon>
|
2015-03-08 04:42:04 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\PatternsForm.resx">
|
|
|
|
|
<DependentUpon>PatternsForm.cs</DependentUpon>
|
2013-12-15 19:16:52 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-12-05 20:06:06 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\PlaybackBox.resx">
|
|
|
|
|
<DependentUpon>PlaybackBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-25 12:40:17 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\ScreenshotPopupControl.resx">
|
|
|
|
|
<DependentUpon>ScreenshotPopupControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-12-01 04:00:02 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\TAStudio.resx">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-03-04 19:03:00 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio\UndoHistoryForm.resx">
|
|
|
|
|
<DependentUpon>UndoHistoryForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-10-06 20:28:49 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TI83\TI83KeyPad.resx">
|
|
|
|
|
<DependentUpon>TI83KeyPad.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-24 12:58:08 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\controls\VirtualPadAnalogButton.resx">
|
|
|
|
|
<DependentUpon>VirtualPadAnalogButton.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-22 17:41:13 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\controls\VirtualPadAnalogStick.resx">
|
|
|
|
|
<DependentUpon>VirtualPadAnalogStick.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-19 03:24:48 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\controls\VirtualPadDiscManager.resx">
|
|
|
|
|
<DependentUpon>VirtualPadDiscManager.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-22 21:50:27 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\controls\VirtualPadTargetScreen.resx">
|
|
|
|
|
<DependentUpon>VirtualPadTargetScreen.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-22 15:05:37 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualPad.resx">
|
|
|
|
|
<DependentUpon>VirtualPad.cs</DependentUpon>
|
2013-07-14 22:18:22 +00:00
|
|
|
|
</EmbeddedResource>
|
2014-06-25 17:18:14 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPads\VirtualpadsTool.resx">
|
|
|
|
|
<DependentUpon>VirtualpadsTool.cs</DependentUpon>
|
2014-06-01 20:44:13 +00:00
|
|
|
|
</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-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="ScreenSaver.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>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\courier16px.fnt" />
|
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>
|
2014-12-07 02:26:52 +00:00
|
|
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL.GdiPlus\BizHawk.Bizware.BizwareGL.GdiPlus.csproj">
|
|
|
|
|
<Project>{337CA23E-65E7-44E1-9411-97EE08BB8116}</Project>
|
|
|
|
|
<Name>BizHawk.Bizware.BizwareGL.GdiPlus</Name>
|
|
|
|
|
</ProjectReference>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<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>
|
2014-12-08 02:15:42 +00:00
|
|
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL.SlimDX\BizHawk.Bizware.BizwareGL.SlimDX.csproj">
|
|
|
|
|
<Project>{E6B436B1-A3CD-4C9A-8F76-5D7154726884}</Project>
|
|
|
|
|
<Name>BizHawk.Bizware.BizwareGL.SlimDX</Name>
|
|
|
|
|
</ProjectReference>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL\BizHawk.Bizware.BizwareGL.csproj">
|
|
|
|
|
<Project>{9F84A0B2-861E-4EF4-B89B-5E2A3F38A465}</Project>
|
|
|
|
|
<Name>BizHawk.Bizware.BizwareGL</Name>
|
|
|
|
|
</ProjectReference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</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>
|
2015-08-30 16:45:14 +00:00
|
|
|
|
<None Include="images\tastudio\icon_anchor_lag.png" />
|
|
|
|
|
<None Include="images\tastudio\icon_anchor.png" />
|
|
|
|
|
<None Include="images\tastudio\icon_marker.png" />
|
|
|
|
|
<None Include="images\tastudio\anchor_marker.png" />
|
|
|
|
|
<None Include="images\tastudio\anchor_lag.png" />
|
2015-08-24 22:30:45 +00:00
|
|
|
|
<None Include="images\tastudio\anchor.png" />
|
2015-02-07 16:14:23 +00:00
|
|
|
|
<None Include="Resources\HawkInLove.png" />
|
2014-12-15 21:54:51 +00:00
|
|
|
|
<None Include="images\Circle.png" />
|
|
|
|
|
<None Include="images\Cross.png" />
|
|
|
|
|
<None Include="images\Square.png" />
|
|
|
|
|
<None Include="images\Triangle.png" />
|
2014-10-16 02:17:44 +00:00
|
|
|
|
<None Include="images\user_blue_small.png" />
|
|
|
|
|
<None Include="images\user_blue.ico" />
|
2014-09-04 22:03:22 +00:00
|
|
|
|
<None Include="images\tastudio\ts_v_piano_19_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_19_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_19_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_19.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_18_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_18_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_18_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_18.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_17_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_17_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_17_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_17.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_16_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_16_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_16_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_16.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_15_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_15_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_15_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_15.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_14_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_14_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_14_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_14.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_13_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_13_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_13_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_13.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_12_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_12_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_12_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_12.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_11_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_11_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_11_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_11.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_10_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_10_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_10_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_10.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_09_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_09_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_09_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_09.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_08_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_08_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_08_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_08.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_07_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_07_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_07_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_07.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_06_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_06_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_06_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_06.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_05_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_05_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_05_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_05.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_04_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_04_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_04_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_04.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_03_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_03_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_03_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_03.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_02_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_02_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_02_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_02.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_01_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_01_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_01_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_01.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_00_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_00_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_00_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_piano_00.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_arrow_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_arrow_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_v_arrow_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_19_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_19_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_19_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_19.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_18_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_18_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_18_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_18.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_17_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_17_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_17_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_17.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_16_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_16_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_16_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_16.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_15_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_15_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_15_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_15.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_14_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_14_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_14_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_14.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_13_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_13_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_13_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_13.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_12_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_12_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_12_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_12.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_11_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_11_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_11_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_11.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_10_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_10_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_10_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_10.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_09_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_09_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_09_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_09.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_08_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_08_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_08_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_08.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_07_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_07_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_07_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_07.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_06_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_06_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_06_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_06.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_05_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_05_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_05_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_05.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_04_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_04_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_04_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_04.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_03_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_03_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_03_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_03.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_02_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_02_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_02_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_02.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_01_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_01_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_01_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_01.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_00_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_00_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_00_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_piano_00.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_arrow_green_blue.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_arrow_green.png" />
|
|
|
|
|
<None Include="images\tastudio\ts_h_arrow_blue.png" />
|
2014-08-23 01:18:59 +00:00
|
|
|
|
<None Include="images\noconnect_16x16.png" />
|
2014-07-29 00:44:25 +00:00
|
|
|
|
<None Include="images\snes9x.png" />
|
2014-07-27 13:53:25 +00:00
|
|
|
|
<None Include="images\YellowUp.png" />
|
|
|
|
|
<None Include="images\YellowRight.png" />
|
|
|
|
|
<None Include="images\YellowLeft.png" />
|
|
|
|
|
<None Include="images\YellowDown.png" />
|
2014-07-03 19:33:38 +00:00
|
|
|
|
<None Include="images\user_blue.png" />
|
2014-06-21 06:40:07 +00:00
|
|
|
|
<None Include="images\thumbsdown.png" />
|
2014-05-04 13:57:58 +00:00
|
|
|
|
<None Include="images\monitor.png" />
|
2014-04-25 22:50:28 +00:00
|
|
|
|
<None Include="images\ppsspp.png" />
|
|
|
|
|
<None Include="images\meteor.png" />
|
2014-04-25 21:41:34 +00:00
|
|
|
|
<None Include="images\yabause.png" />
|
2014-04-25 01:19:57 +00:00
|
|
|
|
<None Include="images\QuickNes.png" />
|
2014-04-13 19:44:08 +00:00
|
|
|
|
<None Include="images\sms-icon.png" />
|
2014-02-04 21:06:00 +00:00
|
|
|
|
<None Include="images\pcb.png" />
|
|
|
|
|
<None Include="images\tvIcon.png" />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\courier16px_0.png" />
|
2013-12-22 02:27:25 +00:00
|
|
|
|
<None Include="images\pcejin1.bmp" />
|
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" />
|
2014-11-19 02:39:43 +00:00
|
|
|
|
<None Include="config\ControllerImages\Lynx.png" />
|
2013-09-03 19:24:49 +00:00
|
|
|
|
<Content Include="config\ControllerImages\N64.png" />
|
2014-12-13 02:16:05 +00:00
|
|
|
|
<None Include="config\ControllerImages\psx_dualshock.png" />
|
2015-02-05 22:08:23 +00:00
|
|
|
|
<None Include="config\ControllerImages\PSX-Original-Controller.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" />
|
2013-12-22 15:39:11 +00:00
|
|
|
|
<None Include="images\gba-icon.png" />
|
2014-02-13 23:25:36 +00:00
|
|
|
|
<None Include="images\checkbox.png" />
|
2014-04-15 21:46:18 +00:00
|
|
|
|
<None Include="images\Erase.png" />
|
2014-04-25 21:41:34 +00:00
|
|
|
|
<None Include="images\bsnes.png" />
|
2014-04-25 21:55:56 +00:00
|
|
|
|
<None Include="images\emu7800.png" />
|
2014-04-25 22:50:28 +00:00
|
|
|
|
<None Include="images\genplus.png" />
|
2014-04-25 23:17:10 +00:00
|
|
|
|
<None Include="images\gambatte.png" />
|
2014-05-11 16:44:28 +00:00
|
|
|
|
<None Include="images\dual.png" />
|
2014-05-30 18:55:58 +00:00
|
|
|
|
<None Include="config\ControllerImages\WonderSwanColor.png" />
|
2014-06-21 06:40:07 +00:00
|
|
|
|
<None Include="images\alt_about_image.png" />
|
2014-08-23 01:18:59 +00:00
|
|
|
|
<None Include="images\connect_16x16.png" />
|
2014-12-13 18:28:50 +00:00
|
|
|
|
<None Include="images\add.png" />
|
2015-02-07 16:14:23 +00:00
|
|
|
|
<None Include="images\HawkInLove.png" />
|
2015-05-17 21:22:13 +00:00
|
|
|
|
<None Include="images\ControllerImages\AppleIIKeyboard.png" />
|
2015-07-24 20:59:53 +00:00
|
|
|
|
<None Include="images\BlankCursor.cur" />
|
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>
|
2014-05-28 17:31:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="config\Saturn\" />
|
|
|
|
|
</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>
|
2015-09-14 00:17:07 +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>
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
</PropertyGroup>
|
2012-03-17 02:18:09 +00:00
|
|
|
|
</Project>
|