2011-01-16 21:06:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2011-04-28 17:06:07 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{DD448B37-BA3F-4544-9754-5406E8094723}</ProjectGuid>
|
2011-07-09 19:54:24 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.MultiClient</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.MultiClient</AssemblyName>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
2011-05-23 01:34:19 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2011-07-10 18:08:06 +00:00
|
|
|
|
<ApplicationIcon>images\logo.ico</ApplicationIcon>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
2011-04-15 20:41:40 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>output\</OutputPath>
|
2012-02-24 20:38:35 +00:00
|
|
|
|
<DefineConstants>DEBUG</DefineConstants>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-20 08:40:22 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>output\</OutputPath>
|
2012-02-24 20:38:35 +00:00
|
|
|
|
<DefineConstants>
|
|
|
|
|
</DefineConstants>
|
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>
|
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>
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<Reference Include="LuaInterface, Version=2.0.0.16708, Culture=neutral, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>.\LuaInterface.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-05-23 00:33:05 +00:00
|
|
|
|
<Reference Include="Microsoft.VisualBasic" />
|
2011-02-20 06:13:26 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="SlimDX, Version=2.0.10.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\SlimDX.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
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>
|
2011-07-11 07:35:14 +00:00
|
|
|
|
<Compile Include="AviWriter.cs" />
|
2011-07-31 02:13:24 +00:00
|
|
|
|
<Compile Include="BizBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="BizBox.Designer.cs">
|
|
|
|
|
<DependentUpon>BizBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Config.cs" />
|
|
|
|
|
<Compile Include="ConfigService.cs" />
|
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>
|
2012-03-04 19:24:10 +00:00
|
|
|
|
<Compile Include="config\GifAnimator.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\GifAnimator.Designer.cs">
|
|
|
|
|
<DependentUpon>GifAnimator.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-29 00:10:08 +00:00
|
|
|
|
<Compile Include="config\InputConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\InputConfig.designer.cs">
|
|
|
|
|
<DependentUpon>InputConfig.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>
|
2011-05-01 18:17:04 +00:00
|
|
|
|
<Compile Include="config\PathConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\PathConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>PathConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-05-04 02:00:08 +00:00
|
|
|
|
<Compile Include="config\PathManager.cs" />
|
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>
|
2011-01-20 06:24:31 +00:00
|
|
|
|
<Compile Include="Gameboy\Debugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Gameboy\Debugger.Designer.cs">
|
|
|
|
|
<DependentUpon>Debugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Global.cs" />
|
|
|
|
|
<Compile Include="HawkFile.cs" />
|
|
|
|
|
<Compile Include="Input\ControllerBinding.cs" />
|
|
|
|
|
<Compile Include="Input\GamePad.cs" />
|
|
|
|
|
<Compile Include="Input\Input.cs" />
|
2011-07-09 19:54:24 +00:00
|
|
|
|
<Compile Include="LogConsole.cs" />
|
2011-07-10 21:00:28 +00:00
|
|
|
|
<Compile Include="LogWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LogWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>LogWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-07-22 01:14:13 +00:00
|
|
|
|
<Compile Include="MainForm.Movie.cs">
|
|
|
|
|
<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>
|
2011-06-27 05:31:46 +00:00
|
|
|
|
<Compile Include="movie\InputAdapters.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Input\Keyboard.cs" />
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<Compile Include="LuaImplementation.cs" />
|
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>
|
2011-02-21 09:48:53 +00:00
|
|
|
|
<Compile Include="MainForm.MenuItems.cs">
|
|
|
|
|
<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>
|
2011-02-24 22:25:53 +00:00
|
|
|
|
<Compile Include="movie\Movie.cs" />
|
|
|
|
|
<Compile Include="movie\MovieHeader.cs" />
|
2012-02-15 00:43:21 +00:00
|
|
|
|
<Compile Include="movie\MovieImport.cs" />
|
2011-02-24 22:25:53 +00:00
|
|
|
|
<Compile Include="movie\MovieLog.cs" />
|
2011-07-24 23:14:16 +00:00
|
|
|
|
<Compile Include="movie\MovieSession.cs" />
|
2011-06-16 01:18:16 +00:00
|
|
|
|
<Compile Include="movie\MultitrackRecording.cs" />
|
2011-06-26 14:36:41 +00:00
|
|
|
|
<Compile Include="movie\Subtitle.cs" />
|
|
|
|
|
<Compile Include="movie\SubtitleList.cs" />
|
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="MruStack.cs" />
|
|
|
|
|
<Compile Include="NameStateForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NameStateForm.Designer.cs">
|
|
|
|
|
<DependentUpon>NameStateForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-13 19:11:43 +00:00
|
|
|
|
<Compile Include="NEStools\NameTableViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-03-28 15:47:33 +00:00
|
|
|
|
<Compile Include="NEStools\NESDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\NESDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>NESDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-15 02:15:03 +00:00
|
|
|
|
<Compile Include="NEStools\NESGameGenie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\NESGameGenie.designer.cs">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-06-10 23:09:10 +00:00
|
|
|
|
<Compile Include="NEStools\NESGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\NESGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>NESGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-30 00:09:07 +00:00
|
|
|
|
<Compile Include="NEStools\NESNameTableViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\NESNameTableViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>NESNameTableViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-02 17:12:48 +00:00
|
|
|
|
<Compile Include="NEStools\NESPPU.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\NESPPU.Designer.cs">
|
|
|
|
|
<DependentUpon>NESPPU.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-08 16:43:08 +00:00
|
|
|
|
<Compile Include="NEStools\PaletteViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-03-09 03:47:48 +00:00
|
|
|
|
<Compile Include="NEStools\PatternViewer.cs">
|
2011-03-14 02:42:15 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NEStools\SpriteViewer.cs">
|
2011-03-09 03:47:48 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2012-03-11 15:12:48 +00:00
|
|
|
|
<Compile Include="PCEtools\PCEGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="PCEtools\PCEGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>PCEGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<Compile Include="PlayMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="PlayMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2012-03-04 19:24:10 +00:00
|
|
|
|
<EmbeddedResource Include="config\GifAnimator.resx">
|
|
|
|
|
<DependentUpon>GifAnimator.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-20 06:24:31 +00:00
|
|
|
|
<EmbeddedResource Include="Gameboy\Debugger.resx">
|
|
|
|
|
<DependentUpon>Debugger.cs</DependentUpon>
|
2011-01-20 23:58:58 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-20 06:24:31 +00:00
|
|
|
|
</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>
|
|
|
|
|
<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>
|
2012-03-11 15:12:48 +00:00
|
|
|
|
<EmbeddedResource Include="PCEtools\PCEGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>PCEGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2012-03-11 17:08:25 +00:00
|
|
|
|
<EmbeddedResource Include="SMStools\SMSGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>SMSGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamWatch.resx">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamWatchNewWatch.resx">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<DependentUpon>RamWatchNewWatch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<DesignTime>True</DesignTime>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
2012-03-10 00:21:40 +00:00
|
|
|
|
<Compile Include="Properties\svnrev.cs" />
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<Compile Include="RecordMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RecordMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-07-01 01:28:25 +00:00
|
|
|
|
<Compile Include="SavestateManager.cs" />
|
2012-03-11 17:08:25 +00:00
|
|
|
|
<Compile Include="SMStools\SMSGraphicsConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SMStools\SMSGraphicsConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>SMSGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-20 08:40:22 +00:00
|
|
|
|
<Compile Include="Throttle.cs" />
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<Compile Include="config\HotkeyWindow.cs">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<Compile Include="config\HotkeyWindow.Designer.cs">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<DependentUpon>HotkeyWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-04-25 01:28:48 +00:00
|
|
|
|
<Compile Include="TI83tools\TI83KeyPad.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="TI83tools\TI83KeyPad.Designer.cs">
|
|
|
|
|
<DependentUpon>TI83KeyPad.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-16 03:56:22 +00:00
|
|
|
|
<Compile Include="tools\Cheat.cs" />
|
2011-08-06 02:34:24 +00:00
|
|
|
|
<Compile Include="tools\CheatList.cs" />
|
2011-03-16 03:56:22 +00:00
|
|
|
|
<Compile Include="tools\Cheats.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\Cheats.Designer.cs">
|
|
|
|
|
<DependentUpon>Cheats.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-08-03 03:00:19 +00:00
|
|
|
|
<Compile Include="tools\MemoryPulse.cs" />
|
2011-06-12 18:58:30 +00:00
|
|
|
|
<Compile Include="tools\VirtualPad.cs">
|
2011-06-12 01:50:08 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-03-06 15:03:17 +00:00
|
|
|
|
<Compile Include="tools\HexEditor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\HexEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>HexEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-05-06 01:37:28 +00:00
|
|
|
|
<Compile Include="tools\LuaConsole.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\LuaConsole.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaConsole.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-05-06 23:08:50 +00:00
|
|
|
|
<Compile Include="tools\LuaFiles.cs" />
|
2011-05-07 01:17:19 +00:00
|
|
|
|
<Compile Include="tools\LuaText.cs" />
|
2011-02-19 22:42:35 +00:00
|
|
|
|
<Compile Include="tools\LuaWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\LuaWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-03-06 21:41:41 +00:00
|
|
|
|
<Compile Include="tools\MemoryViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-02-17 16:27:39 +00:00
|
|
|
|
<Compile Include="tools\RamPoke.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\RamPoke.Designer.cs">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
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-23 18:56:39 +00:00
|
|
|
|
<Compile Include="tools\RamSearch.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\RamSearch.Designer.cs">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatch.cs">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatch.Designer.cs">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatchNewWatch.cs">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatchNewWatch.Designer.cs">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<DependentUpon>RamWatchNewWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-17 01:58:19 +00:00
|
|
|
|
<Compile Include="RecentFiles.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="RenderPanel.cs" />
|
|
|
|
|
<Compile Include="Rewind.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RomGame.cs" />
|
|
|
|
|
<Compile Include="ScreenSaver.cs" />
|
|
|
|
|
<Compile Include="Sound.cs" />
|
2011-05-07 21:52:26 +00:00
|
|
|
|
<Compile Include="tools\TAStudio.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\TAStudio.Designer.cs">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-04-07 01:30:42 +00:00
|
|
|
|
<Compile Include="tools\ToolBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\ToolBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ToolBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-06-12 18:58:30 +00:00
|
|
|
|
<Compile Include="tools\VirtualPadNES.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-07-30 13:48:13 +00:00
|
|
|
|
<Compile Include="tools\VirtualPadNESControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-07-30 01:09:44 +00:00
|
|
|
|
<Compile Include="tools\VirtualPadPCE.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-07-24 19:31:58 +00:00
|
|
|
|
<Compile Include="tools\VirtualPadSMS.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-07-30 13:48:13 +00:00
|
|
|
|
<Compile Include="tools\VirtualPadSMSControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\Watch.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation\BizHawk.Emulation.csproj">
|
|
|
|
|
<Project>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Util\BizHawk.Util.csproj">
|
|
|
|
|
<Project>{EE135301-08B3-4EFC-A61C-1C53E1C65CB9}</Project>
|
|
|
|
|
<Name>BizHawk.Util</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<ItemGroup>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
<EmbeddedResource Include="AboutBox.resx">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
2011-02-20 06:52:39 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-03-07 02:04:42 +00:00
|
|
|
|
<EmbeddedResource Include="ArchiveChooser.resx">
|
|
|
|
|
<DependentUpon>ArchiveChooser.cs</DependentUpon>
|
2011-03-07 02:47:13 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-03-07 02:04:42 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-07-31 02:13:24 +00:00
|
|
|
|
<EmbeddedResource Include="BizBox.resx">
|
|
|
|
|
<DependentUpon>BizBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-08-09 23:27:47 +00:00
|
|
|
|
<EmbeddedResource Include="config\AutofireConfig.resx">
|
|
|
|
|
<DependentUpon>AutofireConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-29 00:10:08 +00:00
|
|
|
|
<EmbeddedResource Include="config\InputConfig.resx">
|
|
|
|
|
<DependentUpon>InputConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-04-22 00:21:28 +00:00
|
|
|
|
<EmbeddedResource Include="config\MessageConfig.resx">
|
|
|
|
|
<DependentUpon>MessageConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-05-01 18:17:04 +00:00
|
|
|
|
<EmbeddedResource Include="config\PathConfig.resx">
|
|
|
|
|
<DependentUpon>PathConfig.cs</DependentUpon>
|
|
|
|
|
</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>
|
2011-03-28 15:47:33 +00:00
|
|
|
|
<EmbeddedResource Include="NEStools\NESDebugger.resx">
|
|
|
|
|
<DependentUpon>NESDebugger.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-03-15 02:15:03 +00:00
|
|
|
|
<EmbeddedResource Include="NEStools\NESGameGenie.resx">
|
|
|
|
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-06-10 23:09:10 +00:00
|
|
|
|
<EmbeddedResource Include="NEStools\NESGraphicsConfig.resx">
|
|
|
|
|
<DependentUpon>NESGraphicsConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-03-30 00:09:07 +00:00
|
|
|
|
<EmbeddedResource Include="NEStools\NESNameTableViewer.resx">
|
|
|
|
|
<DependentUpon>NESNameTableViewer.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-03-02 17:12:48 +00:00
|
|
|
|
<EmbeddedResource Include="NEStools\NESPPU.resx">
|
|
|
|
|
<DependentUpon>NESPPU.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
2011-03-13 01:43:49 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="NEStools\PatternViewer.resx">
|
|
|
|
|
<DependentUpon>PatternViewer.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
2011-03-02 17:12:48 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<EmbeddedResource Include="PlayMovie.resx">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="RecordMovie.resx">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<EmbeddedResource Include="config\HotkeyWindow.resx">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<DependentUpon>HotkeyWindow.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-04-25 01:28:48 +00:00
|
|
|
|
<EmbeddedResource Include="TI83tools\TI83KeyPad.resx">
|
|
|
|
|
<DependentUpon>TI83KeyPad.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-03-16 03:56:22 +00:00
|
|
|
|
<EmbeddedResource Include="tools\Cheats.resx">
|
|
|
|
|
<DependentUpon>Cheats.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-06-12 18:58:30 +00:00
|
|
|
|
<EmbeddedResource Include="tools\VirtualPad.resx">
|
|
|
|
|
<DependentUpon>VirtualPad.cs</DependentUpon>
|
2011-06-12 01:50:08 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-03-06 15:03:17 +00:00
|
|
|
|
<EmbeddedResource Include="tools\HexEditor.resx">
|
|
|
|
|
<DependentUpon>HexEditor.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-05-06 01:37:28 +00:00
|
|
|
|
<EmbeddedResource Include="tools\LuaConsole.resx">
|
|
|
|
|
<DependentUpon>LuaConsole.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-19 22:42:35 +00:00
|
|
|
|
<EmbeddedResource Include="tools\LuaWindow.resx">
|
|
|
|
|
<DependentUpon>LuaWindow.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
2011-03-07 03:04:50 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="tools\MemoryViewer.resx">
|
|
|
|
|
<DependentUpon>MemoryViewer.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
2011-02-19 22:42:35 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-02-17 16:27:39 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamPoke.resx">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-16 16:35:51 +00:00
|
|
|
|
<EmbeddedResource Include="tools\InputPrompt.resx">
|
|
|
|
|
<DependentUpon>InputPrompt.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:56:39 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamSearch.resx">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-05-07 21:52:26 +00:00
|
|
|
|
<EmbeddedResource Include="tools\TAStudio.resx">
|
|
|
|
|
<DependentUpon>TAStudio.cs</DependentUpon>
|
|
|
|
|
</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>
|
|
|
|
|
<Content Include="config\ControllerImages\NESController.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" />
|
|
|
|
|
<None Include="config\ControllerImages\TI83CalculatorCrop.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" />
|
2011-08-21 06:07:38 +00:00
|
|
|
|
<Content Include="images\logo.ico" />
|
2011-02-28 06:16:20 +00:00
|
|
|
|
<Content Include="output\gamedb.txt" />
|
2011-03-15 03:17:40 +00:00
|
|
|
|
<Content Include="output\gamedb_neshomebrew.txt" />
|
2011-08-12 03:30:23 +00:00
|
|
|
|
<Content Include="output\gamedb_pce_cd.txt" />
|
|
|
|
|
<Content Include="output\gamedb_pce_hucards.txt" />
|
|
|
|
|
<Content Include="output\gamedb_sega_8bit.txt" />
|
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-03-20 02:12:10 +00:00
|
|
|
|
<None Include="output\config.ini" />
|
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>
|
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>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</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>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</Project>
|