2019-02-12 22:13:09 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{08D83A7E-52A9-451E-A53A-1A7946F8BB77}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Mesen.GUI</RootNamespace>
|
2019-03-31 14:50:12 -04:00
|
|
|
|
<AssemblyName>Mesen-S</AssemblyName>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<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>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2019-02-22 18:41:11 -05:00
|
|
|
|
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>..\bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>..\bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\bin\Any CPU\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<OutputPath>..\bin\Any CPU\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Profile|x64'">
|
|
|
|
|
<OutputPath>..\bin\x64\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Profile|x86'">
|
|
|
|
|
<OutputPath>..\bin\x86\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Profile|AnyCPU'">
|
|
|
|
|
<OutputPath>..\bin\Any CPU\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Optimize|x64'">
|
|
|
|
|
<OutputPath>..\bin\x64\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Optimize|x86'">
|
|
|
|
|
<OutputPath>..\bin\x86\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PGO Optimize|AnyCPU'">
|
|
|
|
|
<OutputPath>..\bin\Any CPU\PGO Profile\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;HIDETESTMENU</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2019-03-31 20:03:56 -04:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>false</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Libretro|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Libretro\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Libretro|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Libretro\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Libretro|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Libretro\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<Compile Include="Config\AudioConfig.cs" />
|
2019-05-03 17:16:43 -04:00
|
|
|
|
<Compile Include="Config\DbgIntegrationConfig.cs" />
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<Compile Include="Config\AviRecordConfig.cs" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<Compile Include="Config\BaseConfig.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Config\ConfigAttributes.cs" />
|
|
|
|
|
<Compile Include="Config\Configuration.cs" />
|
|
|
|
|
<Compile Include="Config\ConfigManager.cs" />
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<Compile Include="Config\CheatCodes.cs" />
|
2020-06-22 19:12:25 -04:00
|
|
|
|
<Compile Include="Config\GameboyConfig.cs" />
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<Compile Include="Config\HistoryViewerConfig.cs" />
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Config\InputConfig.cs" />
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<Compile Include="Config\FileAssociationHelper.cs" />
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<Compile Include="Config\CheatWindowConfig.cs" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<Compile Include="Config\MovieRecordConfig.cs" />
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<Compile Include="Config\PreferencesConfig.cs" />
|
|
|
|
|
<Compile Include="Config\Shortcuts\EmulatorShortcut.cs" />
|
|
|
|
|
<Compile Include="Config\Shortcuts\KeyCombination.cs" />
|
|
|
|
|
<Compile Include="Config\Shortcuts\ShortcutKeyInfo.cs" />
|
|
|
|
|
<Compile Include="Config\EmulationConfig.cs" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<Compile Include="Config\NetplayConfig.cs" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<Compile Include="Config\VideoConfig.cs" />
|
2020-10-10 02:52:36 -04:00
|
|
|
|
<Compile Include="Config\WatchWindowConfig.cs" />
|
2019-10-19 23:35:00 -04:00
|
|
|
|
<Compile Include="Controls\ctrlLinkLabel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-10-24 18:09:35 -04:00
|
|
|
|
<Compile Include="Controls\ctrlRecentGame.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRecentGame.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRecentGame.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-14 18:07:25 -04:00
|
|
|
|
<Compile Include="Controls\ctrlRecentGames.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Controls\ctrlRecentGames.Designer.cs">
|
2019-03-14 18:07:25 -04:00
|
|
|
|
<DependentUpon>ctrlRecentGames.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<Compile Include="Debugger\Breakpoints\Breakpoint.cs" />
|
|
|
|
|
<Compile Include="Debugger\Breakpoints\BreakpointManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\Breakpoints\ctrlBreakpoints.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Breakpoints\ctrlBreakpoints.Designer.cs">
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Breakpoints\frmBreakpoint.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Breakpoints\frmBreakpoint.Designer.cs">
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Breakpoints\InteropBreakpoint.cs" />
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Code\BaseStyleProvider.cs" />
|
2020-02-07 21:48:52 -05:00
|
|
|
|
<Compile Include="Debugger\Code\CodeHighlighting.cs" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<Compile Include="Debugger\Code\GbDisassemblyManager.cs" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<Compile Include="Debugger\Code\Cx4DisassemblyManager.cs" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<Compile Include="Debugger\Code\GbLineStyleProvider.cs" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<Compile Include="Debugger\Code\Cx4LineStyleProvider.cs" />
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<Compile Include="Debugger\Code\NecDspLineStyleProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\NecDspDisassemblyManager.cs" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<Compile Include="Debugger\Code\Sa1LineStyleProvider.cs" />
|
2020-01-21 18:22:27 -05:00
|
|
|
|
<Compile Include="Debugger\Code\SymbolCodeDataProvider.cs" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<Compile Include="Debugger\Code\Sa1DisassemblyManager.cs" />
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<Compile Include="Debugger\Code\GsuDisassemblyManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\GsuLineStyleProvider.cs" />
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Code\SpcLineStyleProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\CodeDataProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\SpcDisassemblyManager.cs" />
|
2019-03-23 21:56:35 -04:00
|
|
|
|
<Compile Include="Debugger\Code\CpuDisassemblyManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\CpuLineStyleProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\Code\IDisassemblyManager.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\Config\DebuggerShortcutsConfig.cs" />
|
2019-03-31 09:11:56 -04:00
|
|
|
|
<Compile Include="Debugger\Config\DebuggerInfo.cs" />
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<Compile Include="Debugger\Config\AssemblerConfig.cs" />
|
2020-06-23 18:34:03 -04:00
|
|
|
|
<Compile Include="Debugger\Config\DebugLogConfig.cs" />
|
2020-02-08 17:08:33 -05:00
|
|
|
|
<Compile Include="Debugger\Config\ProfilerConfig.cs" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<Compile Include="Debugger\Config\ScriptWindowConfig.cs" />
|
2019-04-25 19:49:15 -04:00
|
|
|
|
<Compile Include="Debugger\Config\SpriteViewerConfig.cs" />
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<Compile Include="Debugger\Config\RegisterViewerConfig.cs" />
|
2019-04-21 20:18:32 -04:00
|
|
|
|
<Compile Include="Debugger\Config\TileViewerConfig.cs" />
|
2019-04-21 19:07:11 -04:00
|
|
|
|
<Compile Include="Debugger\Config\TilemapViewerConfig.cs" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCx4Status.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCx4Status.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCx4Status.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlMemoryMapping.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlNecDspStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlNecDspStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlNecDspStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-15 10:49:11 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlMemoryType.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlGameboyStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlGameboyStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlGameboyStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-06-23 18:34:03 -04:00
|
|
|
|
<Compile Include="Debugger\frmDebugLog.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDebugLog.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDebugLog.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-10-10 02:52:36 -04:00
|
|
|
|
<Compile Include="Debugger\frmWatchWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmWatchWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>frmWatchWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-06-02 19:41:47 -04:00
|
|
|
|
<Compile Include="Debugger\Integration\RgbdsSymbolFile.cs" />
|
|
|
|
|
<Compile Include="Debugger\Integration\BassLabelFile.cs" />
|
2020-02-15 10:49:11 -05:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\ctrlMemoryAccessCounters.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\MemoryTools\ctrlMemoryAccessCounters.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlMemoryAccessCounters.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-21 17:34:27 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlPpuStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlPpuStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPpuStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlGsuStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlGsuStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlGsuStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-09 15:39:14 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSearchResult.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2020-02-09 16:05:03 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSearchResult.Designer.cs">
|
2020-02-09 15:39:14 -05:00
|
|
|
|
<DependentUpon>ctrlSearchResult.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSpcStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSpcStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSpcStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-12-10 19:13:30 -05:00
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerFilters.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerFilters.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEventViewerFilters.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerListView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerListView.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEventViewerListView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<Compile Include="Debugger\frmAssembler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-02-11 23:22:19 -05:00
|
|
|
|
<Compile Include="Debugger\frmAssembler.Designer.cs">
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<DependentUpon>frmAssembler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-30 22:58:57 -04:00
|
|
|
|
<Compile Include="Debugger\frmBreakIn.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmBreakIn.Designer.cs">
|
2019-03-30 22:58:57 -04:00
|
|
|
|
<DependentUpon>frmBreakIn.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmBreakOn.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmBreakOn.Designer.cs">
|
2019-03-30 22:58:57 -04:00
|
|
|
|
<DependentUpon>frmBreakOn.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<Compile Include="Debugger\frmDebuggerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-02-11 23:22:19 -05:00
|
|
|
|
<Compile Include="Debugger\frmDebuggerColors.Designer.cs">
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<DependentUpon>frmDebuggerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-02-09 15:39:14 -05:00
|
|
|
|
<Compile Include="Debugger\frmGoToAll.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-02-09 16:05:03 -05:00
|
|
|
|
<Compile Include="Debugger\frmGoToAll.Designer.cs">
|
2020-02-09 15:39:14 -05:00
|
|
|
|
<DependentUpon>frmGoToAll.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-29 20:40:52 -04:00
|
|
|
|
<Compile Include="Debugger\Integration\DbgImporter.cs" />
|
2019-05-03 17:16:43 -04:00
|
|
|
|
<Compile Include="Debugger\Integration\frmIntegrationSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Integration\frmIntegrationSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>frmIntegrationSettings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-01-21 18:22:27 -05:00
|
|
|
|
<Compile Include="Debugger\Integration\ISymbolProvider.cs" />
|
2020-02-22 19:33:40 -05:00
|
|
|
|
<Compile Include="Debugger\Integration\WlaDxImporter.cs" />
|
2019-04-28 22:19:52 -04:00
|
|
|
|
<Compile Include="Debugger\Labels\CodeLabel.cs" />
|
|
|
|
|
<Compile Include="Debugger\Labels\ctrlLabelList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Labels\ctrlLabelList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlLabelList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Labels\frmEditLabel.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Labels\frmEditLabel.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEditLabel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Labels\LabelManager.cs" />
|
2020-05-08 18:05:14 -04:00
|
|
|
|
<Compile Include="Debugger\Labels\MslLabelFile.cs" />
|
2019-04-21 17:34:27 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlImagePanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlImagePanel.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlImagePanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-20 23:51:54 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlImageViewer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlPropertyList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlPropertyList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPropertyList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-25 19:49:15 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlSpriteList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlSpriteList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSpriteList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmSpriteViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmSpriteViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmSpriteViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmRegisterViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmRegisterViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmRegisterViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-04-25 19:49:15 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\SpriteInfo.cs" />
|
2019-10-06 18:28:04 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\WindowRefreshManager.cs" />
|
2020-02-08 17:08:33 -05:00
|
|
|
|
<Compile Include="Debugger\Profiler\ctrlProfiler.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Profiler\ctrlProfiler.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlProfiler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Profiler\frmProfiler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Profiler\frmProfiler.Designer.cs">
|
|
|
|
|
<DependentUpon>frmProfiler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\AutocompleteItem.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\AutocompleteMenu.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Bookmarks.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Char.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\CommandManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Commands.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\DocumentMap.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\EncodingDetector.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\ExportToHTML.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\ExportToRTF.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\FastColoredTextBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\FileTextSource.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\FindForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\FindForm.designer.cs">
|
|
|
|
|
<DependentUpon>FindForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\GoToForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\GoToForm.designer.cs">
|
|
|
|
|
<DependentUpon>GoToForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Hints.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Hotkeys.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\HotkeysEditorForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\HotkeysEditorForm.designer.cs">
|
|
|
|
|
<DependentUpon>HotkeysEditorForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\LimitedStack.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Line.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\LinesAccessor.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\MacrosManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\MonoUtility.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\NativeMethodsWrapper.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Place.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\PlatformType.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Range.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\ReplaceForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\ReplaceForm.designer.cs">
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Ruler.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Ruler.designer.cs">
|
|
|
|
|
<DependentUpon>Ruler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\Style.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\SyntaxDescriptor.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\SyntaxHighlighter.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\TextSource.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\TypeDescriptor.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\UnfocusablePanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\FastColoredTextBox\VisualMarker.cs" />
|
|
|
|
|
<Compile Include="Debugger\Scripts\frmScript.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Scripts\frmScript.Designer.cs">
|
|
|
|
|
<DependentUpon>frmScript.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-05-02 18:55:45 -04:00
|
|
|
|
<Compile Include="Debugger\Tooltips\ctrlTooltip.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Tooltips\ctrlTooltip.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTooltip.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 21:20:18 -04:00
|
|
|
|
<Compile Include="Debugger\Workspace\DebugWorkspace.cs" />
|
2019-05-02 20:22:29 -04:00
|
|
|
|
<Compile Include="Debugger\Config\EventViewerConfig.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\Config\HexEditorInfo.cs" />
|
2019-03-10 19:37:42 -04:00
|
|
|
|
<Compile Include="Config\RecentItems.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\Config\TraceLoggerInfo.cs" />
|
|
|
|
|
<Compile Include="Debugger\Config\DebugInfo.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Controls\BaseControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlAutoGrowLabel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlHorizontalTrackbar.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlHorizontalTrackbar.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlHorizontalTrackbar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlLoadingRom.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlLoadingRom.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlLoadingRom.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlMesenContextMenuStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlMesenMenuStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlMesenPictureBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlMesenToolStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlPathSelection.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Controls\ctrlPathSelection.Designer.cs">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<DependentUpon>ctrlPathSelection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\MesenNumericUpDown.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRiskyOption.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRiskyOption.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRiskyOption.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlSplitContainer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlTrackbar.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlTrackbar.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRenderer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRenderer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRenderer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\MyListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<Compile Include="Debugger\CodeLineData.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ComboBoxWithSeparator.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-03-24 12:05:51 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.Designer.cs">
|
2019-03-24 12:05:51 -04:00
|
|
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlColorPicker.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCpuStatus.cs">
|
2019-03-09 18:19:47 -05:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCpuStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCpuStatus.cs</DependentUpon>
|
2019-03-09 18:19:47 -05:00
|
|
|
|
</Compile>
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDbgShortcuts.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDbgShortcuts.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>ctrlDbgShortcuts.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDisassemblyView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDisassemblyView.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlDisassemblyView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\ByteColorProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\MemoryTools\ctrlHexViewer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\ctrlHexViewer.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlWatch.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlWatch.Designer.cs">
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerPpuView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\EventViewer\ctrlEventViewerPpuView.Designer.cs">
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<DependentUpon>ctrlEventViewerPpuView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\EventViewer\frmEventViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\EventViewer\frmEventViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEventViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\frmDbgPreferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmDbgPreferences.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmDbgPreferences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDbgShortcutGetKey.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmDbgShortcutGetKey.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmDbgShortcutGetKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCodeScrollbar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTextbox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.Designer.cs">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FontDialogHelper.cs" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<Compile Include="Debugger\frmDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmFadeSpeed.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmFadeSpeed.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmFadeSpeed.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmGoToLine.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmGoToLine.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmMemoryTools.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmMemoryTools.Designer.cs">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmMemoryTools.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<Compile Include="Debugger\GraphicsExtensions.cs" />
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmMemoryViewerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\frmMemoryViewerColors.Designer.cs">
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<DependentUpon>frmMemoryViewerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-28 21:20:18 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\TblByteCharConverter.cs" />
|
2019-03-23 15:39:21 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlPaletteViewer.cs">
|
2019-04-21 20:18:32 -04:00
|
|
|
|
<SubType>Component</SubType>
|
2019-03-23 15:39:21 -04:00
|
|
|
|
</Compile>
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlScanlineCycleSelect.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\ctrlScanlineCycleSelect.Designer.cs">
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<DependentUpon>ctrlScanlineCycleSelect.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-16 16:38:28 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmPaletteViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmPaletteViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPaletteViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-23 15:39:21 -04:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmTileViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmTileViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmTileViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmTilemapViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\PpuViewer\frmTilemapViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmTilemapViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Debugger\frmTraceLogger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Debugger\frmTraceLogger.Designer.cs">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<DependentUpon>frmTraceLogger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\TextboxHistory.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Debugger\HexBox\BuiltInContextMenu.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\HexBox\ByteCharConverters.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\ByteCollection.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\BytePositionInfo.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\DataBlock.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\DataMap.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\DynamicByteProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\FileDataBlock.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\FindOptions.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\HexBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\HexBox\HexCasing.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\IByteColorProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\IByteProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\MemoryDataBlock.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\StaticByteProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\Util.cs" />
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<Compile Include="Debugger\MemoryTools\TblLoader.cs" />
|
2019-02-16 08:10:08 -05:00
|
|
|
|
<Compile Include="Debugger\DebugWindowManager.cs" />
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<Compile Include="Debugger\WatchManager.cs" />
|
2019-03-28 21:20:18 -04:00
|
|
|
|
<Compile Include="Debugger\Workspace\DebugWorkspaceManager.cs" />
|
2019-03-15 13:46:46 -04:00
|
|
|
|
<Compile Include="Emulation\CursorManager.cs" />
|
2019-03-14 23:30:47 -04:00
|
|
|
|
<Compile Include="Emulation\DisplayManager.cs" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<Compile Include="Emulation\SaveStateManager.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Forms\BaseConfigForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseConfigForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseInputForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\BaseInputConfigControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\BaseInputConfigForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlEmulatorShortcuts.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlEmulatorShortcuts.Designer.cs">
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<DependentUpon>ctrlEmulatorShortcuts.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlKeyBindingHint.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlKeyBindingHint.Designer.cs">
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<DependentUpon>ctrlKeyBindingHint.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlStandardController.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlStandardController.Designer.cs">
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmAudioConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmAudioConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmControllerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmControllerConfig.Designer.cs">
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<DependentUpon>frmControllerConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmCopyFiles.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmCopyFiles.Designer.cs">
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<DependentUpon>frmCopyFiles.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-06-22 19:12:25 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGameboyConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmGameboyConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmGameboyConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmInputConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmInputConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-12 13:20:29 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmEmulationConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmEmulationConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEmulationConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGetKey.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGetKey.Designer.cs">
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmPreferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmPreferences.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmVideoConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmVideoConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<Compile Include="Forms\Config\KeyPresets.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Forms\EntityBinder.cs" />
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<Compile Include="Forms\frmAbout.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\frmAbout.Designer.cs">
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<Compile Include="Forms\frmConfigWizard.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\frmConfigWizard.Designer.cs">
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<DependentUpon>frmConfigWizard.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-15 11:39:57 -04:00
|
|
|
|
<Compile Include="Forms\frmFullscreenRenderer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmRecordMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmRecordMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>frmRecordMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<Compile Include="Forms\frmHistoryViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmHistoryViewer.Designer.cs" />
|
|
|
|
|
<Compile Include="Forms\frmSelectExportRange.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmSelectExportRange.Designer.cs" />
|
2019-10-26 11:45:32 -04:00
|
|
|
|
<Compile Include="Forms\MonoThemeHelper.cs" />
|
|
|
|
|
<Compile Include="Forms\MonoToolStripHelper.cs" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmClientConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmPlayerProfile.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmPlayerProfile.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPlayerProfile.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmServerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmServerConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmServerConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-10-14 00:37:10 -04:00
|
|
|
|
<Compile Include="Forms\Tools\CheatDatabase.cs" />
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmCheat.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Tools\frmCheat.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-10-14 00:37:10 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmCheatDbList.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Tools\frmCheatDbList.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheatDbList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmCheatList.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Tools\frmCheatList.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmLogWindow.cs">
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmLogWindow.Designer.cs">
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<DependentUpon>frmLogWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Forms\frmMain.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Designer.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-10 23:45:56 -04:00
|
|
|
|
<Compile Include="Forms\frmSelectRom.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\frmSelectRom.Designer.cs">
|
2019-03-10 23:45:56 -04:00
|
|
|
|
<DependentUpon>frmSelectRom.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmRecordAvi.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Forms\Tools\frmRecordAvi.Designer.cs">
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<DependentUpon>frmRecordAvi.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<Compile Include="Interop\DebugState.cs" />
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<Compile Include="Interop\HistoryViewerApi.cs" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<Compile Include="Interop\NetplayApi.cs" />
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<Compile Include="Interop\RecordApi.cs" />
|
2019-10-16 20:22:45 -04:00
|
|
|
|
<Compile Include="Interop\TestApi.cs" />
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<Compile Include="Updates\frmDownloadProgress.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Updates\frmDownloadProgress.Designer.cs">
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<DependentUpon>frmDownloadProgress.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Updates\frmUpdatePrompt.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-04-01 18:22:43 -04:00
|
|
|
|
<Compile Include="Updates\frmUpdatePrompt.Designer.cs">
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<DependentUpon>frmUpdatePrompt.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Forms\MesenMsgBox.cs" />
|
|
|
|
|
<Compile Include="Forms\OpenSaveFileDialogExtensions.cs" />
|
|
|
|
|
<Compile Include="Forms\ResourceHelper.cs" />
|
|
|
|
|
<Compile Include="Forms\ResourcePath.cs" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<Compile Include="Emulation\ShortcutHandler.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Interop\DebugApi.cs" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<Compile Include="Interop\ConfigApi.cs" />
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<Compile Include="Interop\InputApi.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Interop\EmuApi.cs" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<Compile Include="Interop\NotificationListener.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Interop\Utf8Marshaler.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="ResourceExtractor.cs" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<Compile Include="Emulation\EmuRunner.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="RuntimeChecker.cs" />
|
|
|
|
|
<Compile Include="SingleInstance.cs" />
|
2019-03-10 23:45:56 -04:00
|
|
|
|
<Compile Include="Utilities\ArchiveHelper.cs" />
|
2019-07-17 22:14:13 -04:00
|
|
|
|
<Compile Include="Utilities\FirmwareHelper.cs" />
|
2019-03-15 12:24:02 -04:00
|
|
|
|
<Compile Include="Utilities\CommandLineHelper.cs" />
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<Compile Include="Utilities\FolderHelper.cs" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<Compile Include="Utilities\HexConverter.cs" />
|
2020-04-13 11:21:45 -04:00
|
|
|
|
<Compile Include="Utilities\ImageExtensions.cs" />
|
2019-07-17 20:31:29 -04:00
|
|
|
|
<Compile Include="Utilities\InBackgroundHelper.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Utilities\Md5Helper.cs" />
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<Compile Include="Updates\UpdateHelper.cs" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<Compile Include="Utilities\NetPlayHelper.cs" />
|
2019-10-11 19:21:42 -04:00
|
|
|
|
<Compile Include="Utilities\RandomGameHelper.cs" />
|
2019-10-16 20:22:45 -04:00
|
|
|
|
<Compile Include="Utilities\RomTestHelper.cs" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Compile Include="Utilities\XmlColor.cs" />
|
2020-06-22 19:12:25 -04:00
|
|
|
|
<None Include="Resources\GameboyIcon.png" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<None Include="Resources\GbDebugger.png" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<None Include="Resources\Cx4Debugger.png" />
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<None Include="Resources\NecDspDebugger.png" />
|
2020-02-20 23:57:01 -05:00
|
|
|
|
<None Include="Dependencies\Satellaview\BSX0120-0.bin">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\Satellaview\BSX0121-0.bin">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\Satellaview\BSX0122-0.bin">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\Satellaview\BSX0123-0.bin">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\Satellaview\BSX0124-0.bin">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2020-02-05 21:30:16 -05:00
|
|
|
|
<None Include="Resources\CloseWhite.png" />
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<None Include="Resources\GsuDebugger.png" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<None Include="Resources\Sa1Debugger.png" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<None Include="Dependencies\LuaScripts\DrawMode.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\Example.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\Grid.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\NtscSafeArea.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<None Include="Resources\SpcDebugger.png" />
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<None Include="Resources\MesenSIcon.png" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<None Include="app.manifest" />
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlPathSelection.resx">
|
|
|
|
|
<DependentUpon>ctrlPathSelection.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-24 18:09:35 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRecentGame.resx">
|
|
|
|
|
<DependentUpon>ctrlRecentGame.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-14 18:07:25 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRecentGames.resx">
|
|
|
|
|
<DependentUpon>ctrlRecentGames.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<EmbeddedResource Include="Controls\MesenNumericUpDown.resx">
|
|
|
|
|
<DependentUpon>MesenNumericUpDown.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlHorizontalTrackbar.resx">
|
|
|
|
|
<DependentUpon>ctrlHorizontalTrackbar.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlLoadingRom.resx">
|
|
|
|
|
<DependentUpon>ctrlLoadingRom.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRiskyOption.resx">
|
|
|
|
|
<DependentUpon>ctrlRiskyOption.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlTrackbar.resx">
|
|
|
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRenderer.resx">
|
|
|
|
|
<DependentUpon>ctrlRenderer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Breakpoints\ctrlBreakpoints.resx">
|
|
|
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Breakpoints\frmBreakpoint.resx">
|
|
|
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-24 12:05:51 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCallstack.resx">
|
|
|
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCx4Status.resx">
|
|
|
|
|
<DependentUpon>ctrlCx4Status.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlNecDspStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlNecDspStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlGameboyStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlGameboyStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-06-23 18:34:03 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDebugLog.resx">
|
|
|
|
|
<DependentUpon>frmDebugLog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-10-10 02:52:36 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmWatchWindow.resx">
|
|
|
|
|
<DependentUpon>frmWatchWindow.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-02-15 10:49:11 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\MemoryTools\ctrlMemoryAccessCounters.resx">
|
|
|
|
|
<DependentUpon>ctrlMemoryAccessCounters.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlPpuStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlPpuStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlGsuStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlGsuStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-07 12:25:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlSpcStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlSpcStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCpuStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlCpuStatus.cs</DependentUpon>
|
2019-03-09 18:19:47 -05:00
|
|
|
|
</EmbeddedResource>
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlDbgShortcuts.resx">
|
|
|
|
|
<DependentUpon>ctrlDbgShortcuts.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlDisassemblyView.resx">
|
|
|
|
|
<DependentUpon>ctrlDisassemblyView.cs</DependentUpon>
|
2019-12-10 19:13:30 -05:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\EventViewer\ctrlEventViewerFilters.resx">
|
|
|
|
|
<DependentUpon>ctrlEventViewerFilters.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\EventViewer\ctrlEventViewerListView.resx">
|
|
|
|
|
<DependentUpon>ctrlEventViewerListView.cs</DependentUpon>
|
2019-02-27 19:49:26 -05:00
|
|
|
|
</EmbeddedResource>
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmAssembler.resx">
|
|
|
|
|
<DependentUpon>frmAssembler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-30 22:58:57 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmBreakIn.resx">
|
|
|
|
|
<DependentUpon>frmBreakIn.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\frmBreakOn.resx">
|
|
|
|
|
<DependentUpon>frmBreakOn.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-05-03 17:16:43 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Integration\frmIntegrationSettings.resx">
|
|
|
|
|
<DependentUpon>frmIntegrationSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-28 22:19:52 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Labels\ctrlLabelList.resx">
|
|
|
|
|
<DependentUpon>ctrlLabelList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Labels\frmEditLabel.resx">
|
|
|
|
|
<DependentUpon>frmEditLabel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\MemoryTools\ctrlHexViewer.resx">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlWatch.resx">
|
|
|
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\EventViewer\ctrlEventViewerPpuView.resx">
|
|
|
|
|
<DependentUpon>ctrlEventViewerPpuView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\EventViewer\frmEventViewer.resx">
|
|
|
|
|
<DependentUpon>frmEventViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDbgPreferences.resx">
|
|
|
|
|
<DependentUpon>frmDbgPreferences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\frmDbgShortcutGetKey.resx">
|
|
|
|
|
<DependentUpon>frmDbgShortcutGetKey.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlScrollableTextbox.resx">
|
|
|
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDebugger.resx">
|
|
|
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\MemoryTools\frmFadeSpeed.resx">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmFadeSpeed.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\frmGoToLine.resx">
|
|
|
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\MemoryTools\frmMemoryTools.resx">
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<DependentUpon>frmMemoryTools.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\MemoryTools\frmMemoryViewerColors.resx">
|
|
|
|
|
<DependentUpon>frmMemoryViewerColors.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-21 17:34:27 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\ctrlImagePanel.resx">
|
|
|
|
|
<DependentUpon>ctrlImagePanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\ctrlPropertyList.resx">
|
|
|
|
|
<DependentUpon>ctrlPropertyList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\ctrlScanlineCycleSelect.resx">
|
|
|
|
|
<DependentUpon>ctrlScanlineCycleSelect.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-25 19:49:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\ctrlSpriteList.resx">
|
|
|
|
|
<DependentUpon>ctrlSpriteList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-16 16:38:28 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\frmPaletteViewer.resx">
|
|
|
|
|
<DependentUpon>frmPaletteViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-04-25 19:49:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\frmSpriteViewer.resx">
|
|
|
|
|
<DependentUpon>frmSpriteViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\frmRegisterViewer.resx">
|
|
|
|
|
<DependentUpon>frmRegisterViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-23 15:39:21 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\frmTileViewer.resx">
|
|
|
|
|
<DependentUpon>frmTileViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\PpuViewer\frmTilemapViewer.resx">
|
|
|
|
|
<DependentUpon>frmTilemapViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmTraceLogger.resx">
|
|
|
|
|
<DependentUpon>frmTraceLogger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\HexBox\HexBox.resx">
|
|
|
|
|
<DependentUpon>HexBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-02-08 17:08:33 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Profiler\ctrlProfiler.resx">
|
|
|
|
|
<DependentUpon>ctrlProfiler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Profiler\frmProfiler.resx">
|
|
|
|
|
<DependentUpon>frmProfiler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\FastColoredTextBox\FastColoredTextBox.resx">
|
|
|
|
|
<DependentUpon>FastColoredTextBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\FastColoredTextBox\FindForm.resx">
|
|
|
|
|
<DependentUpon>FindForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\FastColoredTextBox\GoToForm.resx">
|
|
|
|
|
<DependentUpon>GoToForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\FastColoredTextBox\HotkeysEditorForm.resx">
|
|
|
|
|
<DependentUpon>HotkeysEditorForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\FastColoredTextBox\ReplaceForm.resx">
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Scripts\frmScript.resx">
|
|
|
|
|
<DependentUpon>frmScript.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-05-02 18:55:45 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Tooltips\ctrlTooltip.resx">
|
|
|
|
|
<DependentUpon>ctrlTooltip.cs</DependentUpon>
|
2019-03-07 20:12:32 -05:00
|
|
|
|
</EmbeddedResource>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\BaseConfigForm.resx">
|
|
|
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\BaseForm.resx">
|
|
|
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\BaseInputForm.resx">
|
|
|
|
|
<DependentUpon>BaseInputForm.cs</DependentUpon>
|
2019-02-17 14:42:35 -05:00
|
|
|
|
</EmbeddedResource>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\BaseInputConfigForm.resx">
|
|
|
|
|
<DependentUpon>BaseInputConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlEmulatorShortcuts.resx">
|
|
|
|
|
<DependentUpon>ctrlEmulatorShortcuts.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlKeyBindingHint.resx">
|
|
|
|
|
<DependentUpon>ctrlKeyBindingHint.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlStandardController.resx">
|
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmAudioConfig.resx">
|
|
|
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmControllerConfig.resx">
|
|
|
|
|
<DependentUpon>frmControllerConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmCopyFiles.resx">
|
|
|
|
|
<DependentUpon>frmCopyFiles.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-06-22 19:12:25 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmGameboyConfig.resx">
|
|
|
|
|
<DependentUpon>frmGameboyConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-13 22:56:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmInputConfig.resx">
|
|
|
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-12 13:20:29 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmEmulationConfig.resx">
|
|
|
|
|
<DependentUpon>frmEmulationConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmGetKey.resx">
|
|
|
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmPreferences.resx">
|
|
|
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmVideoConfig.resx">
|
|
|
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmAbout.resx">
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-15 16:19:42 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmConfigWizard.resx">
|
|
|
|
|
<DependentUpon>frmConfigWizard.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmRecordMovie.resx">
|
|
|
|
|
<DependentUpon>frmRecordMovie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmHistoryViewer.resx" />
|
|
|
|
|
<EmbeddedResource Include="Forms\frmSelectExportRange.resx" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\NetPlay\frmClientConfig.resx">
|
|
|
|
|
<DependentUpon>frmClientConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\NetPlay\frmPlayerProfile.resx">
|
|
|
|
|
<DependentUpon>frmPlayerProfile.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\NetPlay\frmServerConfig.resx">
|
|
|
|
|
<DependentUpon>frmServerConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Tools\frmCheat.resx">
|
|
|
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-14 00:37:10 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Tools\frmCheatDbList.resx">
|
|
|
|
|
<DependentUpon>frmCheatDbList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Tools\frmCheatList.resx">
|
|
|
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Tools\frmLogWindow.resx">
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<DependentUpon>frmLogWindow.cs</DependentUpon>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\frmMain.resx">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-10 23:45:56 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmSelectRom.resx">
|
|
|
|
|
<DependentUpon>frmSelectRom.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-15 12:48:34 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Tools\frmRecordAvi.resx">
|
|
|
|
|
<DependentUpon>frmRecordAvi.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-03-14 12:34:29 -04:00
|
|
|
|
<EmbeddedResource Include="Updates\frmDownloadProgress.resx">
|
|
|
|
|
<DependentUpon>frmDownloadProgress.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Updates\frmUpdatePrompt.resx">
|
|
|
|
|
<DependentUpon>frmUpdatePrompt.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Dependencies\Font.24.spritefont">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\Font.64.spritefont">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-10-14 00:37:10 -04:00
|
|
|
|
<Content Include="Dependencies\CheatDb.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<Content Include="Dependencies\PixelFont.ttf">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<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>
|
|
|
|
|
<None Include="Resources\Accept.png" />
|
|
|
|
|
<None Include="Resources\Add.png" />
|
|
|
|
|
<None Include="Resources\ArrowKeys.png" />
|
|
|
|
|
<None Include="Resources\Audio.png" />
|
|
|
|
|
<None Include="Resources\Barcode.png" />
|
|
|
|
|
<None Include="Resources\Breakpoint.png" />
|
|
|
|
|
<None Include="Resources\BreakpointDisabled.png" />
|
|
|
|
|
<None Include="Resources\BreakpointEnableDisable.png" />
|
|
|
|
|
<None Include="Resources\Camera.png" />
|
|
|
|
|
<None Include="Resources\CheatCode.png" />
|
|
|
|
|
<None Include="Resources\Chip.png" />
|
|
|
|
|
<None Include="Resources\Close.png" />
|
|
|
|
|
<None Include="Resources\Coins.png" />
|
|
|
|
|
<None Include="Resources\Collapse.png" />
|
|
|
|
|
<None Include="Resources\CommandLine.png" />
|
|
|
|
|
<None Include="Resources\Comment.png" />
|
|
|
|
|
<None Include="Resources\Controller.png" />
|
|
|
|
|
<None Include="Resources\Copy.png" />
|
|
|
|
|
<None Include="Resources\Cut.png" />
|
|
|
|
|
<None Include="Resources\Debugger.png" />
|
|
|
|
|
<None Include="Resources\Dice.png" />
|
|
|
|
|
<None Include="Resources\DipSwitches.png" />
|
|
|
|
|
<None Include="Resources\Donate.png" />
|
|
|
|
|
<None Include="Resources\DownArrow.png" />
|
|
|
|
|
<None Include="Resources\DownArrowDarkTheme.png" />
|
|
|
|
|
<None Include="Resources\DownArrowWin10.png" />
|
|
|
|
|
<None Include="Resources\Edit.png" />
|
|
|
|
|
<None Include="Resources\EditLabel.png" />
|
|
|
|
|
<None Include="Resources\Enum.png" />
|
|
|
|
|
<None Include="Resources\Exclamation.png" />
|
|
|
|
|
<None Include="Resources\Exit.png" />
|
|
|
|
|
<None Include="Resources\Expand.png" />
|
|
|
|
|
<None Include="Resources\Export.png" />
|
|
|
|
|
<None Include="Resources\Find.png" />
|
|
|
|
|
<None Include="Resources\Folder.png" />
|
|
|
|
|
<None Include="Resources\Font.png" />
|
|
|
|
|
<None Include="Resources\Fullscreen.png" />
|
|
|
|
|
<None Include="Resources\Function.png" />
|
|
|
|
|
<None Include="Resources\HdPack.png" />
|
|
|
|
|
<None Include="Resources\Help.png" />
|
|
|
|
|
<None Include="Resources\HistoryViewer.png" />
|
|
|
|
|
<None Include="Resources\Icon.ico" />
|
|
|
|
|
<None Include="Resources\Import.png" />
|
|
|
|
|
<None Include="Resources\JumpTarget.png" />
|
|
|
|
|
<None Include="Resources\LogWindow.png" />
|
|
|
|
|
<None Include="Resources\MediaEject.png" />
|
|
|
|
|
<None Include="Resources\MediaPause.png" />
|
|
|
|
|
<None Include="Resources\MediaPlay.png" />
|
|
|
|
|
<None Include="Resources\MediaStop.png" />
|
|
|
|
|
<None Include="Resources\MesenSIconSmall.png" />
|
|
|
|
|
<None Include="Resources\Microphone.png" />
|
|
|
|
|
<None Include="Resources\MoveDown.png" />
|
|
|
|
|
<None Include="Resources\MoveUp.png" />
|
|
|
|
|
<None Include="Resources\Movie.png" />
|
|
|
|
|
<None Include="Resources\NavigateBack.png" />
|
|
|
|
|
<None Include="Resources\NavigateForward.png" />
|
|
|
|
|
<None Include="Resources\NesEventViewer.png" />
|
|
|
|
|
<None Include="Resources\Network.png" />
|
|
|
|
|
<None Include="Resources\NextArrow.png" />
|
|
|
|
|
<None Include="Resources\NextTrack.png" />
|
|
|
|
|
<None Include="Resources\NudDownArrow.png" />
|
|
|
|
|
<None Include="Resources\NudDownArrowDarkTheme.png" />
|
|
|
|
|
<None Include="Resources\NudUpArrow.png" />
|
|
|
|
|
<None Include="Resources\NudUpArrowDarkTheme.png" />
|
|
|
|
|
<None Include="Resources\Paste.png" />
|
|
|
|
|
<None Include="Resources\Pencil.png" />
|
|
|
|
|
<None Include="Resources\PerfTracker.png" />
|
|
|
|
|
<None Include="Resources\Pipette.png" />
|
|
|
|
|
<None Include="Resources\PipetteSmall.png" />
|
|
|
|
|
<None Include="Resources\PowerCycle.png" />
|
|
|
|
|
<None Include="Resources\PreviousArrow.png" />
|
|
|
|
|
<None Include="Resources\PrevTrack.png" />
|
|
|
|
|
<None Include="Resources\PsIcon.png" />
|
|
|
|
|
<None Include="Resources\Record.png" />
|
|
|
|
|
<None Include="Resources\Refresh.png" />
|
|
|
|
|
<None Include="Resources\RegisterIcon.png" />
|
|
|
|
|
<None Include="Resources\RunPpuCycle.png" />
|
|
|
|
|
<None Include="Resources\RunPpuFrame.png" />
|
|
|
|
|
<None Include="Resources\RunPpuScanline.png" />
|
|
|
|
|
<None Include="Resources\SaveFloppy.png" />
|
|
|
|
|
<None Include="Resources\Script.png" />
|
|
|
|
|
<None Include="Resources\SelectAll.png" />
|
|
|
|
|
<None Include="Resources\Settings.png" />
|
|
|
|
|
<None Include="Resources\Speed.png" />
|
|
|
|
|
<None Include="Resources\SplitView.png" />
|
|
|
|
|
<None Include="Resources\StepBack.png" />
|
|
|
|
|
<None Include="Resources\StepInto.png" />
|
|
|
|
|
<None Include="Resources\StepOut.png" />
|
|
|
|
|
<None Include="Resources\StepOver.png" />
|
|
|
|
|
<None Include="Resources\SwitchView.png" />
|
|
|
|
|
<None Include="Resources\Tape.png" />
|
|
|
|
|
<None Include="Resources\Undo.png" />
|
|
|
|
|
<None Include="Resources\UnidentifiedData.png" />
|
|
|
|
|
<None Include="Resources\Update.png" />
|
|
|
|
|
<None Include="Resources\VerifiedData.png" />
|
|
|
|
|
<None Include="Resources\VerticalLayout.png" />
|
|
|
|
|
<None Include="Resources\VideoFilter.png" />
|
|
|
|
|
<None Include="Resources\VideoOptions.png" />
|
|
|
|
|
<None Include="Resources\VideoRecorder.png" />
|
|
|
|
|
<None Include="Resources\Warning.png" />
|
|
|
|
|
<None Include="Resources\WasdKeys.png" />
|
|
|
|
|
<None Include="Resources\WebBrowser.png" />
|
|
|
|
|
<None Include="Resources\XbIcon.png" />
|
|
|
|
|
<None Include="Resources\Zoom2x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Dependencies\LICENSE.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\resources.en.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<EmbeddedResource Include="$(OutputPath)Dependencies.zip">
|
|
|
|
|
<Link>Dependencies\Dependencies.zip</Link>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>mkdir "Dependencies"
|
|
|
|
|
|
|
|
|
|
if "PGO Optimize" == "$(ConfigurationName)" (
|
2019-02-24 12:54:14 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x64\PGO Profile\MesenSCore.dll" "Dependencies\MesenSCore.x64.dll"
|
2019-02-12 22:13:09 -05:00
|
|
|
|
)
|
|
|
|
|
if NOT "PGO Optimize" == "$(ConfigurationName)" (
|
2019-02-24 12:54:14 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x64\$(ConfigurationName)\MesenSCore.dll" "Dependencies\MesenSCore.x64.dll"
|
2019-02-12 22:13:09 -05:00
|
|
|
|
)
|
|
|
|
|
copy "MesenUpdater.exe" "Dependencies\MesenUpdater.exe"
|
|
|
|
|
call DependencyPacker.exe
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|