2015-07-01 23:17:14 -04: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>
|
|
|
|
|
<AssemblyName>Mesen</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PropertyGroup>
|
2016-02-21 15:31:55 -05:00
|
|
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<DebugType>full</DebugType>
|
2016-01-31 00:41:33 -05:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</PropertyGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>..\bin\x64\Release\</OutputPath>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2016-01-16 22:41:21 -05:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2016-01-30 17:27:09 -05:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</PropertyGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>..\bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</PropertyGroup>
|
2016-01-17 11:11:53 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\bin\Any CPU\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2016-01-17 11:11:53 -05:00
|
|
|
|
<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>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<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>
|
2016-02-11 20:35:40 -05:00
|
|
|
|
<DefineConstants>TRACE;HIDETESTMENU</DefineConstants>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2016-02-08 23:23:31 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>false</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
2017-03-19 13:05:33 -04:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2017-09-16 22:02:05 -04:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2018-01-04 19:03:47 -05:00
|
|
|
|
<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>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ItemGroup>
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\BouncyCastle.Crypto.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis, Version=1.13.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis.Auth, Version=1.13.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.Auth.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.13.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.Auth.PlatformServices.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis.Core, Version=1.13.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.Core.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis.Drive.v3, Version=1.13.0.483, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.Drive.v3.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Apis.PlatformServices, Version=1.13.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Google.Apis.PlatformServices.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<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" />
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Reference Include="Zlib.Portable, Version=1.11.0.0, Culture=neutral, PublicKeyToken=431cba815f6a8b5b, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Dependencies\Zlib.Portable.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-04-14 21:53:52 -04:00
|
|
|
|
<Compile Include="CommandLineHelper.cs" />
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<Compile Include="Config\DebuggerShortcutsConfig.cs" />
|
2018-06-03 16:37:36 -04:00
|
|
|
|
<Compile Include="Config\GameSpecificInfo.cs" />
|
2018-07-15 18:26:08 -04:00
|
|
|
|
<Compile Include="Config\HistoryViewerInfo.cs" />
|
2017-12-22 15:08:58 -05:00
|
|
|
|
<Compile Include="Config\MovieRecordInfo.cs" />
|
2017-03-19 13:05:33 -04:00
|
|
|
|
<Compile Include="Config\ConfigAttributes.cs" />
|
2017-01-01 10:15:42 -05:00
|
|
|
|
<Compile Include="Config\AviRecordInfo.cs" />
|
2016-06-04 14:43:13 -04:00
|
|
|
|
<Compile Include="Config\DebugInfo.cs" />
|
2016-06-21 18:58:22 -04:00
|
|
|
|
<Compile Include="Config\EmulationInfo.cs" />
|
2016-09-01 18:56:35 -04:00
|
|
|
|
<Compile Include="Config\KeyPresets.cs" />
|
2015-12-27 22:05:45 -05:00
|
|
|
|
<Compile Include="Config\PreferenceInfo.cs" />
|
2015-07-17 21:18:57 -04:00
|
|
|
|
<Compile Include="Config\VideoInfo.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Config\CheatInfo.cs" />
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<Compile Include="Config\InputInfo.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Config\ClientConnection.cs" />
|
|
|
|
|
<Compile Include="Config\Configuration.cs" />
|
2016-12-24 21:27:28 -05:00
|
|
|
|
<Compile Include="Config\FileAssociationHelper.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Config\ImageExtensions.cs" />
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<Compile Include="Config\AudioInfo.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Config\PlayerProfile.cs" />
|
|
|
|
|
<Compile Include="Config\ConfigManager.cs" />
|
|
|
|
|
<Compile Include="Config\ServerInfo.cs" />
|
2018-07-07 17:30:13 -04:00
|
|
|
|
<Compile Include="Config\GameDipswitchDefinition.cs" />
|
2016-12-11 17:41:17 -05:00
|
|
|
|
<Compile Include="Controls\BaseControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
2016-12-12 20:38:29 -05:00
|
|
|
|
</Compile>
|
2018-07-26 20:43:28 -04:00
|
|
|
|
<Compile Include="Controls\ctrlAutoGrowLabel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2016-05-26 22:32:20 -04:00
|
|
|
|
<Compile Include="Controls\ctrlHorizontalTrackbar.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlHorizontalTrackbar.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlHorizontalTrackbar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-26 10:43:52 -04:00
|
|
|
|
<Compile Include="Controls\ctrlLoadingRom.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlLoadingRom.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlLoadingRom.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-12-15 15:44:22 -05:00
|
|
|
|
<Compile Include="Controls\ctrlMesenContextMenuStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2018-02-23 11:30:37 -05:00
|
|
|
|
<Compile Include="Controls\ctrlMesenMenuStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2019-01-21 14:38:38 -05:00
|
|
|
|
<Compile Include="Controls\ctrlMesenPictureBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2018-02-23 11:30:37 -05:00
|
|
|
|
<Compile Include="Controls\ctrlMesenToolStrip.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2016-06-25 20:46:54 -04:00
|
|
|
|
<Compile Include="Controls\ctrlNsfPlayer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlNsfPlayer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlNsfPlayer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-05-06 15:27:48 -04:00
|
|
|
|
<Compile Include="Controls\ctrlRecentGames.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRecentGames.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRecentGames.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-09-16 22:02:05 -04:00
|
|
|
|
<Compile Include="Controls\MesenNumericUpDown.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2017-06-08 20:38:48 -04:00
|
|
|
|
<Compile Include="CursorManager.cs" />
|
2017-02-24 21:43:42 -05:00
|
|
|
|
<Compile Include="Controls\ctrlRiskyOption.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlRiskyOption.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRiskyOption.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-06 22:50:27 -05:00
|
|
|
|
<Compile Include="Controls\ctrlSplitContainer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<Compile Include="Controls\ctrlTrackbar.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ctrlTrackbar.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<Compile Include="Controls\ctrlRenderer.cs">
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<Compile Include="Controls\ctrlRenderer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlRenderer.cs</DependentUpon>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</Compile>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Controls\MyListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\Breakpoint.cs" />
|
2016-01-10 00:33:33 -05:00
|
|
|
|
<Compile Include="Debugger\BreakpointManager.cs" />
|
2017-12-26 17:33:46 -05:00
|
|
|
|
<Compile Include="Debugger\ChrByteColorProvider.cs" />
|
2017-03-01 20:52:15 -05:00
|
|
|
|
<Compile Include="Debugger\ByteColorProvider.cs" />
|
2018-07-25 00:41:52 -04:00
|
|
|
|
<Compile Include="Debugger\CodeInfo.cs" />
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\CodeTooltipManager.cs" />
|
2018-01-01 23:23:18 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlEnvelopeInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlEnvelopeInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEnvelopeInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlLengthCounterInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlLengthCounterInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlLengthCounterInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlDmcInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlDmcInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlDmcInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlFrameCounterInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlFrameCounterInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlFrameCounterInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlNoiseInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlNoiseInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlNoiseInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlTriangleInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlTriangleInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTriangleInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-05 20:40:10 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\BaseScrollableTextboxUserControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\CodeViewerActions.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\CodeViewerActions.Designer.cs">
|
|
|
|
|
<DependentUpon>CodeViewerActions.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-02-10 21:23:22 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ComboBoxWithSeparator.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlBreakpoints.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlBreakpoints.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-09 14:47:27 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-25 19:02:33 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlAddressList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlAddressList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlAddressList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCharacterMapping.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCharacterMapping.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCharacterMapping.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCharacterMappings.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCharacterMappings.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCharacterMappings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-02-11 15:58:23 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlCodeScrollbar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDbgShortcuts.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDbgShortcuts.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlDbgShortcuts.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-06-14 20:05:07 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlEventViewerListView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlEventViewerListView.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEventViewerListView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFindOccurrences.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFindOccurrences.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlFindOccurrences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-01-02 22:32:17 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFlagStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFlagStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlFlagStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlLabelList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlLabelList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlLabelList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-20 13:15:37 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFunctionList.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlFunctionList.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlFunctionList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-05 23:26:21 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlControllerInput.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlEventViewerPpuView.cs">
|
2018-02-16 17:36:37 -05:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlEventViewerPpuView.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEventViewerPpuView.cs</DependentUpon>
|
2018-02-16 17:36:37 -05:00
|
|
|
|
</Compile>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScanlineCycleSelect.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScanlineCycleSelect.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlScanlineCycleSelect.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSearchResult.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSearchResult.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSearchResult.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextHooker.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextHooker.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTextHooker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-08 19:30:41 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlProfiler.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlProfiler.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlProfiler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-01 19:38:48 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlMemoryAccessCounters.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlMemoryAccessCounters.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlMemoryAccessCounters.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-04 18:08:16 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlMemoryMapping.cs" />
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlPaletteViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlPaletteViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPaletteViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSourceViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSourceViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSourceViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSpriteViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlSpriteViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSpriteViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlChrViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlChrViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlChrViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlConsoleStatus.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlConsoleStatus.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlConsoleStatus.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDebuggerCode.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlDebuggerCode.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlDebuggerCode.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-05 20:40:10 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlHexViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlHexViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlNametableViewer.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlNametableViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlNametableViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.designer.cs">
|
|
|
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-01-01 23:23:18 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlSquareInfo.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ApuViewer\ctrlSquareInfo.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSquareInfo.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTextbox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-15 22:01:54 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTilePalette.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTilePalette.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTilePalette.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlWatch.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\Controls\ctrlWatch.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ICodeViewer.cs" />
|
2017-08-14 20:50:13 -04:00
|
|
|
|
<Compile Include="Debugger\ctrlPaletteDisplay.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\ctrlPaletteDisplay.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPaletteDisplay.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-25 21:05:07 -05:00
|
|
|
|
<Compile Include="Debugger\DbgImporter.cs" />
|
2017-08-14 23:44:01 -04:00
|
|
|
|
<Compile Include="Debugger\DebugWindowManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\DebugWorkspaceManager.cs" />
|
2017-08-30 18:31:27 -04:00
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\AutocompleteItem.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\AutocompleteMenu.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Bookmarks.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Char.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\CommandManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Commands.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\DocumentMap.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\EncodingDetector.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\ExportToHTML.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\ExportToRTF.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\FastColoredTextBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\FileTextSource.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\FindForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\FindForm.designer.cs">
|
|
|
|
|
<DependentUpon>FindForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\GoToForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\GoToForm.designer.cs">
|
|
|
|
|
<DependentUpon>GoToForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Hints.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Hotkeys.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\HotkeysEditorForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\HotkeysEditorForm.designer.cs">
|
|
|
|
|
<DependentUpon>HotkeysEditorForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\LimitedStack.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Line.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\LinesAccessor.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\MacrosManager.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\MonoUtility.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\NativeMethodsWrapper.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Place.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\PlatformType.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Range.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\ReplaceForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\ReplaceForm.designer.cs">
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Ruler.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Ruler.designer.cs">
|
|
|
|
|
<DependentUpon>Ruler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\Style.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\SyntaxDescriptor.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\SyntaxHighlighter.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\TextSource.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\TypeDescriptor.cs" />
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\UnfocusablePanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\FastColoredTextBox\VisualMarker.cs" />
|
2018-03-03 10:41:59 -05:00
|
|
|
|
<Compile Include="Debugger\FontDialogHelper.cs" />
|
2018-01-01 23:23:18 -05:00
|
|
|
|
<Compile Include="Debugger\frmApuViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmApuViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmApuViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-03-07 17:51:14 -05:00
|
|
|
|
<Compile Include="Debugger\frmAssembler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmAssembler.Designer.cs">
|
|
|
|
|
<DependentUpon>frmAssembler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-12 22:20:43 -05:00
|
|
|
|
<Compile Include="Debugger\frmExternalEditorConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmExternalEditorConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmExternalEditorConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<Compile Include="Debugger\frmGoToAll.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmGoToAll.Designer.cs">
|
|
|
|
|
<DependentUpon>frmGoToAll.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-19 20:00:48 -05:00
|
|
|
|
<Compile Include="Debugger\frmProfiler.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmProfiler.Designer.cs">
|
|
|
|
|
<DependentUpon>frmProfiler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-09-02 15:37:13 -04:00
|
|
|
|
<Compile Include="Debugger\frmSetScriptTimeout.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmSetScriptTimeout.Designer.cs">
|
|
|
|
|
<DependentUpon>frmSetScriptTimeout.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-15 18:34:00 -04:00
|
|
|
|
<Compile Include="Debugger\frmBreakOn.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmBreakOn.Designer.cs">
|
|
|
|
|
<DependentUpon>frmBreakOn.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<Compile Include="Debugger\frmCodePreviewTooltip.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmCodePreviewTooltip.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCodePreviewTooltip.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<Compile Include="Debugger\frmDbgPreferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDbgPreferences.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDbgPreferences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<Compile Include="Debugger\frmEventViewerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmEventViewerColors.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEventViewerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-01-03 18:48:16 -05:00
|
|
|
|
<Compile Include="Debugger\frmDebuggerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDebuggerColors.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDebuggerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<Compile Include="Debugger\frmEventViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmEventViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEventViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<Compile Include="Debugger\frmDbgShortcutGetKey.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDbgShortcutGetKey.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDbgShortcutGetKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-27 19:46:15 -04:00
|
|
|
|
<Compile Include="Debugger\frmImportSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmImportSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>frmImportSettings.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-01-02 22:32:17 -05:00
|
|
|
|
<Compile Include="Debugger\frmOpCodeTooltip.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmOpCodeTooltip.Designer.cs">
|
|
|
|
|
<DependentUpon>frmOpCodeTooltip.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-26 17:55:08 -05:00
|
|
|
|
<Compile Include="Debugger\frmMemoryViewerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmMemoryViewerColors.Designer.cs">
|
|
|
|
|
<DependentUpon>frmMemoryViewerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-31 23:29:33 -04:00
|
|
|
|
<Compile Include="Debugger\frmAssemblerColors.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmAssemblerColors.Designer.cs">
|
|
|
|
|
<DependentUpon>frmAssemblerColors.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-24 19:47:59 -05:00
|
|
|
|
<Compile Include="Debugger\frmCodeTooltip.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmCodeTooltip.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCodeTooltip.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-12 16:52:45 -04:00
|
|
|
|
<Compile Include="Debugger\frmEditHeader.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmEditHeader.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEditHeader.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<Compile Include="Debugger\frmEditLabel.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmEditLabel.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEditLabel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\frmBreakpoint.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmBreakpoint.Designer.cs">
|
|
|
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Debugger\frmDebugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmDebugger.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-28 20:57:53 -05:00
|
|
|
|
<Compile Include="Debugger\frmBreakIn.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmBreakIn.Designer.cs">
|
|
|
|
|
<DependentUpon>frmBreakIn.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-01 20:45:13 -05:00
|
|
|
|
<Compile Include="Debugger\frmFindOccurrences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmFindOccurrences.Designer.cs">
|
|
|
|
|
<DependentUpon>frmFindOccurrences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-03-01 20:52:15 -05:00
|
|
|
|
<Compile Include="Debugger\frmFadeSpeed.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmFadeSpeed.Designer.cs">
|
|
|
|
|
<DependentUpon>frmFadeSpeed.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-02 22:19:12 -04:00
|
|
|
|
<Compile Include="Debugger\frmGoToLine.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmGoToLine.Designer.cs">
|
|
|
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\frmMemoryViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmMemoryViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmMemoryViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<Compile Include="Debugger\frmTextHooker.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmTextHooker.Designer.cs">
|
|
|
|
|
<DependentUpon>frmTextHooker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<Compile Include="Debugger\frmPpuViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmPpuViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPpuViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-30 18:31:27 -04:00
|
|
|
|
<Compile Include="Debugger\frmScript.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmScript.Designer.cs">
|
|
|
|
|
<DependentUpon>frmScript.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-14 20:50:13 -04:00
|
|
|
|
<Compile Include="Debugger\frmSelectColor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmSelectColor.Designer.cs">
|
|
|
|
|
<DependentUpon>frmSelectColor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-01-10 19:56:40 -05:00
|
|
|
|
<Compile Include="Debugger\frmTraceLogger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Debugger\frmTraceLogger.Designer.cs">
|
|
|
|
|
<DependentUpon>frmTraceLogger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-14 22:45:01 -04:00
|
|
|
|
<Compile Include="Debugger\HdPackCopyHelper.cs" />
|
2017-02-26 13:46:57 -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" />
|
2017-03-01 20:52:15 -05:00
|
|
|
|
<Compile Include="Debugger\HexBox\IByteColorProvider.cs" />
|
2017-02-26 13:46:57 -05:00
|
|
|
|
<Compile Include="Debugger\HexBox\IByteProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\MemoryDataBlock.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\StaticByteProvider.cs" />
|
2017-02-26 18:58:48 -05:00
|
|
|
|
<Compile Include="Debugger\HexBox\TblByteCharConverter.cs" />
|
2017-02-26 13:46:57 -05:00
|
|
|
|
<Compile Include="Debugger\HexBox\Util.cs" />
|
2018-07-25 00:41:52 -04:00
|
|
|
|
<Compile Include="Debugger\HexConverter.cs" />
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<Compile Include="Debugger\LabelManager.cs" />
|
2018-07-29 11:57:49 -04:00
|
|
|
|
<Compile Include="Debugger\NesasmFnsImporter.cs" />
|
2017-08-17 20:12:42 -04:00
|
|
|
|
<Compile Include="Debugger\MesenLabelFile.cs" />
|
2019-01-19 12:08:14 -05:00
|
|
|
|
<Compile Include="Debugger\PpuViewerHelper.cs" />
|
2017-02-26 18:58:48 -05:00
|
|
|
|
<Compile Include="Debugger\TblLoader.cs" />
|
2016-11-27 12:14:32 -05:00
|
|
|
|
<Compile Include="Debugger\TextboxHistory.cs" />
|
2018-06-16 17:19:20 -04:00
|
|
|
|
<Compile Include="Debugger\TooltipForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-03-02 20:33:25 -05:00
|
|
|
|
<Compile Include="Debugger\WatchManager.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Forms\BaseConfigForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Forms\BaseConfigForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-11-29 23:24:26 -05:00
|
|
|
|
<Compile Include="Forms\BaseInputForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2016-08-25 19:02:33 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\ctrlCheatFinder.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Cheats\ctrlCheatFinder.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlCheatFinder.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\FceuxCheatLoader.cs" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\frmCheat.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Cheats\frmCheat.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatImport.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatImport.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheatImport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-22 18:41:09 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatImportFromDb.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatImportFromDb.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheatImportFromDb.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\MesenCheatExporter.cs" />
|
|
|
|
|
<Compile Include="Forms\Cheats\NestopiaCheatLoader.cs" />
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\BaseInputConfigForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<Compile Include="Forms\Config\BaseInputConfigControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2017-12-19 11:00:48 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPachinkoConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPachinkoConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPachinkoConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-25 23:26:35 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlBandaiMicrophone.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlBandaiMicrophone.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlBandaiMicrophone.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-19 11:00:48 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPachinkoConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPachinkoConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPachinkoConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-21 21:31:42 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmMouseConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmMouseConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmMouseConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-25 23:26:35 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmBandaiMicrophone.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmBandaiMicrophone.Designer.cs">
|
|
|
|
|
<DependentUpon>frmBandaiMicrophone.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlDipSwitch.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlDipSwitch.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlDipSwitch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-02 19:36:37 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlEmulatorShortcuts.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlEmulatorShortcuts.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlEmulatorShortcuts.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlSuborKeyboardConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlSuborKeyboardConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlSuborKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlFamilyBasicKeyboardConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlFamilyBasicKeyboardConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlFamilyBasicKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlKeyBindingHint.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlKeyBindingHint.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlKeyBindingHint.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlJissenMahjongConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlJissenMahjongConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlJissenMahjongConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlPathSelection.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlPathSelection.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPathSelection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPartytapConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPartytapConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlPartytapConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlExcitingBoxingConfig.cs">
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlExcitingBoxingConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlExcitingBoxingConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlStandardController.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlStandardController.Designer.cs">
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmSuborKeyboardConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmSuborKeyboardConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmSuborKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmJissenMahjongConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmJissenMahjongConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmJissenMahjongConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmFamilyBasicKeyboardConfig.cs">
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmFamilyBasicKeyboardConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmFamilyBasicKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPartytapConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPartytapConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPartytapConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmExcitingBoxingConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmExcitingBoxingConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmExcitingBoxingConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPowerPadConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmPowerPadConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPowerPadConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmControllerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmControllerConfig.Designer.cs">
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<DependentUpon>frmControllerConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmCopyFiles.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmCopyFiles.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCopyFiles.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\frmGetKey.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGetKey.Designer.cs">
|
|
|
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmInputConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmInputConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmAudioConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmAudioConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-21 18:58:22 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmEmulationConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmEmulationConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmEmulationConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-12-27 22:05:45 -05:00
|
|
|
|
<Compile Include="Forms\Config\frmPreferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmPreferences.Designer.cs">
|
|
|
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmVideoConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmVideoConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatList.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Cheats\frmCheatList.Designer.cs">
|
|
|
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-07-07 17:30:13 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGameConfig.cs">
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2018-07-07 17:30:13 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGameConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmGameConfig.cs</DependentUpon>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPowerPadConfig.cs">
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\ctrlPowerPadConfig.Designer.cs">
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<DependentUpon>ctrlPowerPadConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmZapperConfig.cs">
|
2017-07-30 19:22:01 -04:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\Config\Controllers\frmZapperConfig.Designer.cs">
|
2017-07-30 19:22:01 -04:00
|
|
|
|
<DependentUpon>frmZapperConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-26 17:47:20 -05:00
|
|
|
|
<Compile Include="Forms\EntityBinder.cs" />
|
2016-02-07 16:13:48 -05:00
|
|
|
|
<Compile Include="Forms\frmAbout.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmAbout.Designer.cs">
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<Compile Include="Forms\frmConfigWizard.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmConfigWizard.Designer.cs">
|
|
|
|
|
<DependentUpon>frmConfigWizard.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-01-16 19:33:10 -05:00
|
|
|
|
<Compile Include="Forms\frmDownloadProgress.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmDownloadProgress.Designer.cs">
|
|
|
|
|
<DependentUpon>frmDownloadProgress.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-11-29 23:24:26 -05:00
|
|
|
|
<Compile Include="Forms\frmFullscreenRenderer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2017-03-19 13:05:33 -04:00
|
|
|
|
<Compile Include="Forms\frmHelp.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmHelp.Designer.cs">
|
|
|
|
|
<DependentUpon>frmHelp.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-07-11 18:07:13 -04:00
|
|
|
|
<Compile Include="Forms\frmHistoryViewer.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmHistoryViewer.Designer.cs">
|
|
|
|
|
<DependentUpon>frmHistoryViewer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<Compile Include="Forms\frmInputBarcode.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmInputBarcode.Designer.cs">
|
|
|
|
|
<DependentUpon>frmInputBarcode.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-19 16:54:34 -04:00
|
|
|
|
<Compile Include="Forms\frmLogWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmLogWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>frmLogWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
<Compile Include="Forms\frmMain.File.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Game.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Options.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Tests.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Tools.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Help.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<SubType>Form</SubType>
|
2017-08-08 19:32:50 -04:00
|
|
|
|
</Compile>
|
2017-12-22 15:08:58 -05:00
|
|
|
|
<Compile Include="Forms\frmRecordMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmRecordMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>frmRecordMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-29 21:19:13 -05:00
|
|
|
|
<Compile Include="Forms\frmRecordAvi.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmRecordAvi.Designer.cs">
|
|
|
|
|
<DependentUpon>frmRecordAvi.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-17 20:53:05 -04:00
|
|
|
|
<Compile Include="Forms\frmSelectRom.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmSelectRom.Designer.cs">
|
|
|
|
|
<DependentUpon>frmSelectRom.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-02-08 23:23:31 -05:00
|
|
|
|
<Compile Include="Forms\frmUpdatePrompt.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmUpdatePrompt.Designer.cs">
|
|
|
|
|
<DependentUpon>frmUpdatePrompt.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-08-14 20:50:13 -04:00
|
|
|
|
<Compile Include="Forms\GraphicsExtensions.cs" />
|
2017-06-28 19:00:08 -04:00
|
|
|
|
<Compile Include="Forms\HdPackEditor\frmHdPackEditor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\HdPackEditor\frmHdPackEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>frmHdPackEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Compile Include="Forms\MesenMsgBox.cs" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmClientConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<Compile Include="Forms\frmMain.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="Forms\frmMain.Designer.cs">
|
|
|
|
|
<DependentUpon>frmMain.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>
|
2016-12-24 21:27:28 -05:00
|
|
|
|
<Compile Include="Forms\OpenSaveFileDialogExtensions.cs" />
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Compile Include="Forms\ResourceHelper.cs" />
|
2017-07-30 09:03:54 -04:00
|
|
|
|
<Compile Include="Forms\ResourcePath.cs" />
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Compile Include="GoogleDriveIntegration\CloudSyncHelper.cs" />
|
|
|
|
|
<Compile Include="GoogleDriveIntegration\GoogleDriveAccessor.cs" />
|
|
|
|
|
<Compile Include="GoogleDriveIntegration\MesenCodeReceiver.cs" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<Compile Include="InteropEmu.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2016-01-16 22:40:41 -05:00
|
|
|
|
<Compile Include="ResourceManager.cs" />
|
2016-01-16 19:33:10 -05:00
|
|
|
|
<Compile Include="RuntimeChecker.cs" />
|
2015-12-27 22:05:45 -05:00
|
|
|
|
<Compile Include="SingleInstance.cs" />
|
2018-04-14 21:53:52 -04:00
|
|
|
|
<Compile Include="TestRunner.cs" />
|
2019-01-21 14:38:38 -05:00
|
|
|
|
<None Include="Resources\Zoom2x.png" />
|
2019-01-17 00:12:33 -05:00
|
|
|
|
<None Include="Resources\Expand.png" />
|
|
|
|
|
<None Include="Resources\Collapse.png" />
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<None Include="Resources\RegisterIcon.png" />
|
|
|
|
|
<None Include="Resources\JumpTarget.png" />
|
2018-12-16 10:44:34 -05:00
|
|
|
|
<None Include="Resources\Cut.png" />
|
2018-07-22 18:43:15 -04:00
|
|
|
|
<None Include="Resources\HistoryViewer.png" />
|
2018-07-06 20:06:46 -04:00
|
|
|
|
<None Include="Resources\VsButton4.png" />
|
|
|
|
|
<None Include="Resources\VsButton3.png" />
|
|
|
|
|
<None Include="Resources\VsButton2.png" />
|
|
|
|
|
<None Include="Resources\VsButton1.png" />
|
2018-06-10 12:58:52 -04:00
|
|
|
|
<None Include="Resources\NudUpArrow.png" />
|
|
|
|
|
<None Include="Resources\NudDownArrow.png" />
|
2018-06-06 20:14:19 -04:00
|
|
|
|
<None Include="Dependencies\LuaScripts\NtscSafeArea.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2018-06-05 20:11:56 -04:00
|
|
|
|
<None Include="Resources\VerticalLayout.png" />
|
2018-04-15 14:20:15 -04:00
|
|
|
|
<None Include="Dependencies\LuaScripts\DmcCapture.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\DrawMode.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\GameBoyMode.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\Grid.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2018-05-07 23:06:51 -04:00
|
|
|
|
<None Include="Dependencies\LuaScripts\LogParallax.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\ModifyScreen.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2018-04-15 14:20:15 -04:00
|
|
|
|
<None Include="Dependencies\LuaScripts\ReverseMode.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Dependencies\LuaScripts\SpriteBox.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<None Include="Resources\SwitchView.png" />
|
2018-02-24 14:23:54 -05:00
|
|
|
|
<None Include="Resources\SelectAll.png" />
|
|
|
|
|
<None Include="Resources\Paste.png" />
|
|
|
|
|
<None Include="Resources\EditLabel.png" />
|
2018-02-23 10:56:19 -05:00
|
|
|
|
<None Include="Resources\UnidentifiedData.png" />
|
|
|
|
|
<None Include="Resources\VerifiedData.png" />
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<None Include="Resources\NesEventViewer.png" />
|
2018-02-16 18:05:48 -05:00
|
|
|
|
<None Include="Resources\NavigateBack.png" />
|
|
|
|
|
<None Include="Resources\NavigateForward.png" />
|
|
|
|
|
<None Include="Resources\RunPpuFrame.png" />
|
|
|
|
|
<None Include="Resources\RunPpuCycle.png" />
|
|
|
|
|
<None Include="Resources\RunPpuScanline.png" />
|
2017-11-24 21:38:12 -05:00
|
|
|
|
<None Include="Resources\Tape.png" />
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<None Include="Resources\DownArrowWin10.png" />
|
2017-09-16 22:02:05 -04:00
|
|
|
|
<None Include="app.manifest" />
|
2017-09-08 15:43:25 -04:00
|
|
|
|
<None Include="Resources\Exclamation.png" />
|
|
|
|
|
<None Include="Resources\Comment.png" />
|
2017-09-16 22:02:05 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\MesenNumericUpDown.resx">
|
|
|
|
|
<DependentUpon>MesenNumericUpDown.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-01-01 23:23:18 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlEnvelopeInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlEnvelopeInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlLengthCounterInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlLengthCounterInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlDmcInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlDmcInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlFrameCounterInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlFrameCounterInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlNoiseInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlNoiseInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlTriangleInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlTriangleInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ApuViewer\ctrlSquareInfo.resx">
|
|
|
|
|
<DependentUpon>ctrlSquareInfo.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\CodeViewerActions.resx">
|
|
|
|
|
<DependentUpon>CodeViewerActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCharacterMapping.resx">
|
|
|
|
|
<DependentUpon>ctrlCharacterMapping.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCharacterMappings.resx">
|
|
|
|
|
<DependentUpon>ctrlCharacterMappings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlDbgShortcuts.resx">
|
|
|
|
|
<DependentUpon>ctrlDbgShortcuts.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-06-14 20:05:07 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlEventViewerListView.resx">
|
|
|
|
|
<DependentUpon>ctrlEventViewerListView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlFindOccurrences.resx">
|
|
|
|
|
<DependentUpon>ctrlFindOccurrences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-01-02 22:32:17 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlFlagStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlFlagStatus.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlEventViewerPpuView.resx">
|
|
|
|
|
<DependentUpon>ctrlEventViewerPpuView.cs</DependentUpon>
|
2018-02-16 17:36:37 -05:00
|
|
|
|
</EmbeddedResource>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlScanlineCycleSelect.resx">
|
|
|
|
|
<DependentUpon>ctrlScanlineCycleSelect.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlSearchResult.resx">
|
|
|
|
|
<DependentUpon>ctrlSearchResult.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlTextHooker.resx">
|
|
|
|
|
<DependentUpon>ctrlTextHooker.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlSourceViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlSourceViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-01-12 22:20:43 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmExternalEditorConfig.resx">
|
|
|
|
|
<DependentUpon>frmExternalEditorConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-12-29 14:25:49 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmGoToAll.resx">
|
|
|
|
|
<DependentUpon>frmGoToAll.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-01-19 20:00:48 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmProfiler.resx">
|
|
|
|
|
<DependentUpon>frmProfiler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-09-02 15:37:13 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmSetScriptTimeout.resx">
|
|
|
|
|
<DependentUpon>frmSetScriptTimeout.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmTextHooker.resx">
|
|
|
|
|
<DependentUpon>frmTextHooker.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-04-15 14:20:15 -04:00
|
|
|
|
<EmbeddedResource Include="Dependencies\LuaScripts\Example.lua">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-31 23:29:33 -04:00
|
|
|
|
<None Include="Resources\PipetteSmall.png" />
|
2017-08-30 18:31:27 -04:00
|
|
|
|
<None Include="Resources\Enum.png" />
|
|
|
|
|
<None Include="Resources\Script.png" />
|
|
|
|
|
<None Include="Resources\Function.png" />
|
2017-08-21 23:11:14 -04:00
|
|
|
|
<None Include="Resources\Undo.png" />
|
2017-08-13 10:51:13 -04:00
|
|
|
|
<None Include="Resources\ShuffleEnabled.png" />
|
|
|
|
|
<None Include="Resources\RepeatEnabled.png" />
|
|
|
|
|
<None Include="Resources\Repeat.png" />
|
|
|
|
|
<None Include="Resources\Shuffle.png" />
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<None Include="Resources\WasdKeys.png" />
|
|
|
|
|
<None Include="Resources\wasd.png" />
|
|
|
|
|
<None Include="Resources\PsIcon.png" />
|
|
|
|
|
<None Include="Resources\XbIcon.png" />
|
2017-08-01 22:49:50 -04:00
|
|
|
|
<None Include="Resources\StepBack.png" />
|
2017-06-28 19:00:08 -04:00
|
|
|
|
<None Include="Resources\HdPack.png" />
|
2017-05-13 16:15:25 -04:00
|
|
|
|
<None Include="Resources\VideoFilter.png" />
|
|
|
|
|
<None Include="Resources\PowerCycle.png" />
|
2017-05-06 15:27:48 -04:00
|
|
|
|
<None Include="Resources\MesenIconSmall.png" />
|
2016-05-26 22:32:20 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlHorizontalTrackbar.resx">
|
|
|
|
|
<DependentUpon>ctrlHorizontalTrackbar.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-26 10:43:52 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlLoadingRom.resx">
|
|
|
|
|
<DependentUpon>ctrlLoadingRom.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-25 20:46:54 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlNsfPlayer.resx">
|
|
|
|
|
<DependentUpon>ctrlNsfPlayer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-05-06 15:27:48 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRecentGames.resx">
|
|
|
|
|
<DependentUpon>ctrlRecentGames.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-02-24 21:43:42 -05:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRiskyOption.resx">
|
|
|
|
|
<DependentUpon>ctrlRiskyOption.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlTrackbar.resx">
|
|
|
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlRenderer.resx">
|
|
|
|
|
<DependentUpon>ctrlRenderer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlBreakpoints.resx">
|
|
|
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-09 14:47:27 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCallstack.resx">
|
|
|
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-08-25 19:02:33 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlAddressList.resx">
|
|
|
|
|
<DependentUpon>ctrlAddressList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlLabelList.resx">
|
|
|
|
|
<DependentUpon>ctrlLabelList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-11-20 13:15:37 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlFunctionList.resx">
|
|
|
|
|
<DependentUpon>ctrlFunctionList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-12-08 19:30:41 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlProfiler.resx">
|
|
|
|
|
<DependentUpon>ctrlProfiler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-12-01 19:38:48 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlMemoryAccessCounters.resx">
|
|
|
|
|
<DependentUpon>ctrlMemoryAccessCounters.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlPaletteViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlPaletteViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlSpriteViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlSpriteViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlChrViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlChrViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlConsoleStatus.resx">
|
|
|
|
|
<DependentUpon>ctrlConsoleStatus.cs</DependentUpon>
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlDebuggerCode.resx">
|
|
|
|
|
<DependentUpon>ctrlDebuggerCode.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-05 20:40:10 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlHexViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlNametableViewer.resx">
|
|
|
|
|
<DependentUpon>ctrlNametableViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlScrollableTextbox.resx">
|
|
|
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-15 22:01:54 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlTilePalette.resx">
|
|
|
|
|
<DependentUpon>ctrlTilePalette.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlWatch.resx">
|
|
|
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-14 20:50:13 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\ctrlPaletteDisplay.resx">
|
|
|
|
|
<DependentUpon>ctrlPaletteDisplay.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-30 18:31:27 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\FastColoredTextBox\FastColoredTextBox.resx">
|
|
|
|
|
<DependentUpon>FastColoredTextBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\FastColoredTextBox\FindForm.resx">
|
|
|
|
|
<DependentUpon>FindForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\FastColoredTextBox\GoToForm.resx">
|
|
|
|
|
<DependentUpon>GoToForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\FastColoredTextBox\HotkeysEditorForm.resx">
|
|
|
|
|
<DependentUpon>HotkeysEditorForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Debugger\FastColoredTextBox\ReplaceForm.resx">
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-01-01 23:23:18 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmApuViewer.resx">
|
|
|
|
|
<DependentUpon>frmApuViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-03-07 17:51:14 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmAssembler.resx">
|
|
|
|
|
<DependentUpon>frmAssembler.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-15 18:34:00 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmBreakOn.resx">
|
|
|
|
|
<DependentUpon>frmBreakOn.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-18 19:57:56 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmCodePreviewTooltip.resx">
|
|
|
|
|
<DependentUpon>frmCodePreviewTooltip.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDbgPreferences.resx">
|
|
|
|
|
<DependentUpon>frmDbgPreferences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmEventViewerColors.resx">
|
|
|
|
|
<DependentUpon>frmEventViewerColors.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-01-03 18:48:16 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDebuggerColors.resx">
|
|
|
|
|
<DependentUpon>frmDebuggerColors.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-02-18 22:41:50 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmEventViewer.resx">
|
|
|
|
|
<DependentUpon>frmEventViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-10 09:58:24 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDbgShortcutGetKey.resx">
|
|
|
|
|
<DependentUpon>frmDbgShortcutGetKey.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-03-27 19:46:15 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmImportSettings.resx">
|
|
|
|
|
<DependentUpon>frmImportSettings.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-01-02 22:32:17 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmOpCodeTooltip.resx">
|
|
|
|
|
<DependentUpon>frmOpCodeTooltip.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-26 17:55:08 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmMemoryViewerColors.resx">
|
|
|
|
|
<DependentUpon>frmMemoryViewerColors.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-31 23:29:33 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmAssemblerColors.resx">
|
|
|
|
|
<DependentUpon>frmAssemblerColors.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-11-24 19:47:59 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmCodeTooltip.resx">
|
|
|
|
|
<DependentUpon>frmCodeTooltip.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-12 16:52:45 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmEditHeader.resx">
|
|
|
|
|
<DependentUpon>frmEditHeader.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmEditLabel.resx">
|
|
|
|
|
<DependentUpon>frmEditLabel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmBreakpoint.resx">
|
|
|
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmDebugger.resx">
|
|
|
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-11-28 20:57:53 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmBreakIn.resx">
|
|
|
|
|
<DependentUpon>frmBreakIn.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-12-01 20:45:13 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmFindOccurrences.resx">
|
|
|
|
|
<DependentUpon>frmFindOccurrences.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-03-01 20:52:15 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmFadeSpeed.resx">
|
|
|
|
|
<DependentUpon>frmFadeSpeed.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-02 22:19:12 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmGoToLine.resx">
|
|
|
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-05 20:40:10 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmMemoryViewer.resx">
|
|
|
|
|
<DependentUpon>frmMemoryViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-08-08 22:36:39 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmPpuViewer.resx">
|
|
|
|
|
<DependentUpon>frmPpuViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-30 18:31:27 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmScript.resx">
|
|
|
|
|
<DependentUpon>frmScript.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-14 20:50:13 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmSelectColor.resx">
|
|
|
|
|
<DependentUpon>frmSelectColor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-01-10 19:56:40 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmTraceLogger.resx">
|
|
|
|
|
<DependentUpon>frmTraceLogger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-02-26 13:46:57 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\HexBox\HexBox.resx" />
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\BaseConfigForm.resx">
|
|
|
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-01-16 09:50:33 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\BaseForm.resx">
|
|
|
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-11-29 23:24:26 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\BaseInputForm.resx">
|
|
|
|
|
<DependentUpon>BaseInputForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-08-25 19:02:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\ctrlCheatFinder.resx">
|
|
|
|
|
<DependentUpon>ctrlCheatFinder.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheat.resx">
|
|
|
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheatImport.resx">
|
|
|
|
|
<DependentUpon>frmCheatImport.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-08-22 18:41:09 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheatImportFromDb.resx">
|
|
|
|
|
<DependentUpon>frmCheatImportFromDb.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\BaseInputConfigForm.resx">
|
|
|
|
|
<DependentUpon>BaseInputConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-19 11:00:48 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlPachinkoConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlPachinkoConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-25 23:26:35 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlBandaiMicrophone.resx">
|
|
|
|
|
<DependentUpon>ctrlBandaiMicrophone.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-19 11:00:48 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmPachinkoConfig.resx">
|
|
|
|
|
<DependentUpon>frmPachinkoConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-21 21:31:42 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmMouseConfig.resx">
|
|
|
|
|
<DependentUpon>frmMouseConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-25 23:26:35 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmBandaiMicrophone.resx">
|
|
|
|
|
<DependentUpon>frmBandaiMicrophone.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlDipSwitch.resx">
|
|
|
|
|
<DependentUpon>ctrlDipSwitch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-09-02 19:36:37 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlEmulatorShortcuts.resx">
|
|
|
|
|
<DependentUpon>ctrlEmulatorShortcuts.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlSuborKeyboardConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlSuborKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlFamilyBasicKeyboardConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlFamilyBasicKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlKeyBindingHint.resx">
|
|
|
|
|
<DependentUpon>ctrlKeyBindingHint.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlJissenMahjongConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlJissenMahjongConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlPathSelection.resx">
|
|
|
|
|
<DependentUpon>ctrlPathSelection.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlPartytapConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlPartytapConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlExcitingBoxingConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlExcitingBoxingConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlStandardController.resx">
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmSuborKeyboardConfig.resx">
|
|
|
|
|
<DependentUpon>frmSuborKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmJissenMahjongConfig.resx">
|
|
|
|
|
<DependentUpon>frmJissenMahjongConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmFamilyBasicKeyboardConfig.resx">
|
|
|
|
|
<DependentUpon>frmFamilyBasicKeyboardConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmPartytapConfig.resx">
|
|
|
|
|
<DependentUpon>frmPartytapConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmExcitingBoxingConfig.resx">
|
|
|
|
|
<DependentUpon>frmExcitingBoxingConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmPowerPadConfig.resx">
|
|
|
|
|
<DependentUpon>frmPowerPadConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmControllerConfig.resx">
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<DependentUpon>frmControllerConfig.cs</DependentUpon>
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
</EmbeddedResource>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmCopyFiles.resx">
|
|
|
|
|
<DependentUpon>frmCopyFiles.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-21 18:58:22 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmEmulationConfig.resx">
|
|
|
|
|
<DependentUpon>frmEmulationConfig.cs</DependentUpon>
|
2018-07-26 20:43:28 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-06-21 18:58:22 -04:00
|
|
|
|
</EmbeddedResource>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmGetKey.resx">
|
|
|
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmInputConfig.resx">
|
|
|
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmAudioConfig.resx">
|
|
|
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-27 22:05:45 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmPreferences.resx">
|
|
|
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-12-27 22:05:45 -05:00
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmVideoConfig.resx">
|
|
|
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
2018-06-10 12:58:52 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</EmbeddedResource>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheatList.resx">
|
|
|
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
</EmbeddedResource>
|
2018-07-07 17:30:13 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmGameConfig.resx">
|
|
|
|
|
<DependentUpon>frmGameConfig.cs</DependentUpon>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\ctrlPowerPadConfig.resx">
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<DependentUpon>ctrlPowerPadConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-16 14:06:00 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\Controllers\frmZapperConfig.resx">
|
2017-07-30 19:22:01 -04:00
|
|
|
|
<DependentUpon>frmZapperConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-02-07 16:13:48 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmAbout.resx">
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-02-07 16:13:48 -05:00
|
|
|
|
</EmbeddedResource>
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmConfigWizard.resx">
|
|
|
|
|
<DependentUpon>frmConfigWizard.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-01-16 19:33:10 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmDownloadProgress.resx">
|
|
|
|
|
<DependentUpon>frmDownloadProgress.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-03-19 13:05:33 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmHelp.resx">
|
|
|
|
|
<DependentUpon>frmHelp.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2018-07-11 18:07:13 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmHistoryViewer.resx">
|
|
|
|
|
<DependentUpon>frmHistoryViewer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-11-19 23:08:23 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmInputBarcode.resx">
|
|
|
|
|
<DependentUpon>frmInputBarcode.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-19 16:54:34 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmLogWindow.resx">
|
|
|
|
|
<DependentUpon>frmLogWindow.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmMain.resx">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-12-22 15:08:58 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmRecordMovie.resx">
|
|
|
|
|
<DependentUpon>frmRecordMovie.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-12-29 21:19:13 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmRecordAvi.resx">
|
|
|
|
|
<DependentUpon>frmRecordAvi.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-17 20:53:05 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\frmSelectRom.resx">
|
|
|
|
|
<DependentUpon>frmSelectRom.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-02-08 23:23:31 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmUpdatePrompt.resx">
|
|
|
|
|
<DependentUpon>frmUpdatePrompt.cs</DependentUpon>
|
2017-09-18 21:40:21 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-02-08 23:23:31 -05:00
|
|
|
|
</EmbeddedResource>
|
2017-06-28 19:00:08 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\HdPackEditor\frmHdPackEditor.resx">
|
|
|
|
|
<DependentUpon>frmHdPackEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-01 23:17:14 -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>
|
|
|
|
|
<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>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<None Include="Dependencies\Font.24.spritefont">
|
2016-02-11 18:34:55 -05:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<None Include="Dependencies\Font.64.spritefont">
|
2016-02-11 18:34:55 -05:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2018-06-23 18:29:15 -04:00
|
|
|
|
<Content Include="Dependencies\CharacterMappings.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-05-06 15:27:48 -04:00
|
|
|
|
<Content Include="Dependencies\PixelFont.ttf">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Content Include="Dependencies\BouncyCastle.Crypto.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.Auth.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.Auth.PlatformServices.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.Core.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.Drive.v3.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\Google.Apis.PlatformServices.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Content Include="Dependencies\LICENSE.txt">
|
2016-06-15 21:59:34 -04:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 18:41:09 -04:00
|
|
|
|
<Content Include="Dependencies\MesenCheatDb.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-15 21:59:34 -04:00
|
|
|
|
<Content Include="Dependencies\MesenDB.txt">
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Content Include="Dependencies\Newtonsoft.Json.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Content Include="Dependencies\resources.en.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
</Content>
|
2016-07-23 16:07:51 -04:00
|
|
|
|
<Content Include="Dependencies\resources.es.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Content Include="Dependencies\resources.fr.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2016-02-21 15:31:55 -05:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Dependencies\resources.ja.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2016-07-20 01:51:15 +03:00
|
|
|
|
<Content Include="Dependencies\resources.ru.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2016-09-02 20:10:24 -04:00
|
|
|
|
<Content Include="Dependencies\resources.uk.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-12-20 23:04:20 -05:00
|
|
|
|
<Content Include="Dependencies\resources.pt.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
2016-12-24 21:27:28 -05:00
|
|
|
|
</Content>
|
2017-08-13 23:11:33 +02:00
|
|
|
|
<Content Include="Dependencies\resources.ca.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2018-07-22 15:21:48 -04:00
|
|
|
|
<Content Include="Dependencies\DipswitchDefinitions.xml">
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2018-08-09 18:11:03 -04:00
|
|
|
|
<Content Include="Dependencies\resources.zh.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<Content Include="Dependencies\Zlib.Portable.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-21 15:31:55 -05:00
|
|
|
|
<Content Include="Icon.ico" />
|
2017-03-19 13:05:33 -04:00
|
|
|
|
<None Include="Resources\CommandLine.png" />
|
2017-03-11 10:59:26 -05:00
|
|
|
|
<None Include="Resources\Copy.png" />
|
2017-03-10 23:14:49 -05:00
|
|
|
|
<None Include="Resources\StepOut.png" />
|
|
|
|
|
<None Include="Resources\StepInto.png" />
|
|
|
|
|
<None Include="Resources\StepOver.png" />
|
|
|
|
|
<None Include="Resources\find.png" />
|
|
|
|
|
<None Include="Resources\SplitView.png" />
|
|
|
|
|
<None Include="Resources\font.png" />
|
2017-03-07 17:51:14 -05:00
|
|
|
|
<None Include="Resources\Edit.png" />
|
2017-03-04 21:50:19 -05:00
|
|
|
|
<None Include="Resources\pencil.png" />
|
|
|
|
|
<None Include="Resources\pipette.png" />
|
2016-12-29 21:19:13 -05:00
|
|
|
|
<None Include="Resources\VideoRecorder.png" />
|
2016-12-24 21:27:28 -05:00
|
|
|
|
<None Include="Resources\Donate.png" />
|
2016-12-09 12:49:17 -05:00
|
|
|
|
<None Include="Resources\Dice.png" />
|
2016-12-04 11:40:31 -05:00
|
|
|
|
<None Include="Resources\Warning.png" />
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<None Include="Resources\Import.png" />
|
|
|
|
|
<None Include="Resources\Export.png" />
|
2016-06-25 20:46:54 -04:00
|
|
|
|
<None Include="Resources\NsfBackground.png" />
|
|
|
|
|
<None Include="Resources\PrevTrack.png" />
|
|
|
|
|
<None Include="Resources\NextTrack.png" />
|
2016-06-21 19:05:26 -04:00
|
|
|
|
<None Include="Resources\LogWindow.png" />
|
2016-06-05 14:36:20 -04:00
|
|
|
|
<None Include="Resources\Record.png" />
|
|
|
|
|
<None Include="Resources\microphone.png" />
|
2016-05-27 12:38:06 -04:00
|
|
|
|
<None Include="Resources\DownArrow.png" />
|
2016-05-22 14:43:07 -04:00
|
|
|
|
<None Include="Resources\accept.png" />
|
2016-08-18 22:33:36 -04:00
|
|
|
|
<None Include="Resources\Add.png" />
|
2016-08-22 18:41:09 -04:00
|
|
|
|
<None Include="Resources\CheatCode.png" />
|
2017-02-24 21:48:31 -05:00
|
|
|
|
<None Include="Resources\bug.png" />
|
2017-03-10 23:14:49 -05:00
|
|
|
|
<None Include="Resources\Chip.png" />
|
|
|
|
|
<None Include="Resources\Breakpoint.png" />
|
|
|
|
|
<None Include="Resources\BreakpointDisabled.png" />
|
2017-03-11 11:46:29 -05:00
|
|
|
|
<None Include="Resources\BreakpointEnableDisable.png" />
|
2017-08-11 22:20:07 -04:00
|
|
|
|
<None Include="Resources\ArrowKeys.png" />
|
2017-11-24 21:38:12 -05:00
|
|
|
|
<None Include="Resources\Barcode.png" />
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<Content Include="Resources\coins.png" />
|
|
|
|
|
<None Include="Resources\DipSwitches.png" />
|
2016-02-11 18:34:55 -05:00
|
|
|
|
<None Include="Resources\MesenIcon.png" />
|
|
|
|
|
<None Include="Resources\system-software-update.png" />
|
|
|
|
|
<None Include="Resources\view-refresh.png" />
|
|
|
|
|
<None Include="Resources\appointment-new.png" />
|
|
|
|
|
<None Include="Resources\view-fullscreen.png" />
|
|
|
|
|
<None Include="Resources\network-workgroup.png" />
|
|
|
|
|
<None Include="Resources\folder-open.png" />
|
|
|
|
|
<None Include="Resources\image-x-generic.png" />
|
|
|
|
|
<None Include="Resources\system-log-out.png" />
|
|
|
|
|
<None Include="Resources\media-playback-stop.png" />
|
|
|
|
|
<None Include="Resources\media-playback-start.png" />
|
|
|
|
|
<None Include="Resources\media-playback-pause.png" />
|
|
|
|
|
<None Include="Resources\media-eject.png" />
|
|
|
|
|
<None Include="Resources\audio-x-generic.png" />
|
|
|
|
|
<None Include="Resources\emblem-system.png" />
|
|
|
|
|
<None Include="Resources\camera-photo.png" />
|
|
|
|
|
<None Include="Resources\media-floppy.png" />
|
|
|
|
|
<None Include="Resources\input-gaming.png" />
|
|
|
|
|
<None Include="Resources\applications-multimedia.png" />
|
|
|
|
|
<None Include="Resources\internet-web-browser.png" />
|
|
|
|
|
<None Include="Resources\help-browser.png" />
|
2016-01-17 11:11:53 -05:00
|
|
|
|
<EmbeddedResource Include="$(OutputPath)Dependencies.zip">
|
|
|
|
|
<Link>Dependencies\Dependencies.zip</Link>
|
2016-01-16 22:40:41 -05:00
|
|
|
|
</EmbeddedResource>
|
2015-08-03 21:53:46 -04:00
|
|
|
|
<None Include="Resources\Close.png" />
|
|
|
|
|
<None Include="Resources\PreviousArrow.png" />
|
|
|
|
|
<None Include="Resources\NextArrow.png" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2016-01-17 11:11:53 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>mkdir "Dependencies"
|
2016-01-19 16:19:23 -05:00
|
|
|
|
|
|
|
|
|
if "x86" == "$(PlatformName)" copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\pgort140.dll" "pgort140.dll"
|
|
|
|
|
|
|
|
|
|
if "x64" == "$(PlatformName)" copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\pgort140.dll" "pgort140.dll"
|
|
|
|
|
|
|
|
|
|
if "PGO Optimize" == "$(ConfigurationName)" (
|
2016-12-12 20:38:29 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x86\PGO Profile\MesenCore.dll" "Dependencies\MesenCore.x86.dll"
|
2016-01-19 16:19:23 -05:00
|
|
|
|
|
2016-12-12 20:38:29 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x64\PGO Profile\MesenCore.dll" "Dependencies\MesenCore.x64.dll"
|
2016-01-19 16:19:23 -05:00
|
|
|
|
)
|
|
|
|
|
if NOT "PGO Optimize" == "$(ConfigurationName)" (
|
2016-12-12 20:38:29 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x86\$(ConfigurationName)\MesenCore.dll" "Dependencies\MesenCore.x86.dll"
|
2016-01-17 11:11:53 -05:00
|
|
|
|
|
2016-12-12 20:38:29 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x64\$(ConfigurationName)\MesenCore.dll" "Dependencies\MesenCore.x64.dll"
|
2016-01-19 16:19:23 -05:00
|
|
|
|
)
|
2016-02-08 23:23:31 -05:00
|
|
|
|
copy "MesenUpdater.exe" "Dependencies\MesenUpdater.exe"
|
|
|
|
|
call DependencyPacker.exe
|
|
|
|
|
</PreBuildEvent>
|
2016-01-17 11:11:53 -05:00
|
|
|
|
</PropertyGroup>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2017-08-14 20:50:13 -04:00
|
|
|
|
</Project>
|