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>
|
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>
|
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" />
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<Compile Include="Config\VsConfigInfo.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>
|
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>
|
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-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-03-01 20:52:15 -05:00
|
|
|
|
<Compile Include="Debugger\ByteColorProvider.cs" />
|
2015-08-05 20:40:10 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\BaseScrollableTextboxUserControl.cs">
|
|
|
|
|
<SubType>UserControl</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>
|
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>
|
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>
|
|
|
|
|
<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>
|
2016-01-19 16:19:23 -05:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.cs" />
|
2015-08-02 19:27:02 -04:00
|
|
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlTextbox.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>
|
2016-11-25 21:05:07 -05:00
|
|
|
|
<Compile Include="Debugger\DbgImporter.cs" />
|
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>
|
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>
|
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>
|
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>
|
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\DynamicFileByteProvider.cs" />
|
|
|
|
|
<Compile Include="Debugger\HexBox\FileByteProvider.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" />
|
2016-11-21 22:34:47 -05:00
|
|
|
|
<Compile Include="Debugger\LabelManager.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" />
|
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>
|
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" />
|
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-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>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlStandardController.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlStandardController.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<Compile Include="Forms\Config\frmControllerConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmControllerConfig.Designer.cs">
|
|
|
|
|
<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>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmGetKey.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<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>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmVsGameConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmVsGameConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>frmVsGameConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-07-30 19:22:01 -04:00
|
|
|
|
<Compile Include="Forms\Config\frmZapperConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\frmZapperConfig.Designer.cs">
|
|
|
|
|
<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-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>
|
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>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Game.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Options.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Tests.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Tools.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\frmMain.Help.cs">
|
|
|
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</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-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>
|
|
|
|
|
<Compile Include="Forms\frmMain.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<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" />
|
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>
|
|
|
|
|
</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>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlWatch.resx">
|
|
|
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-03-07 17:51:14 -05:00
|
|
|
|
<EmbeddedResource Include="Debugger\frmAssembler.resx">
|
|
|
|
|
<DependentUpon>frmAssembler.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>
|
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>
|
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>
|
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-08-11 22:20:07 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlPathSelection.resx">
|
|
|
|
|
<DependentUpon>ctrlPathSelection.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlStandardController.resx">
|
|
|
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-02-05 23:14:27 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmControllerConfig.resx">
|
|
|
|
|
<DependentUpon>frmControllerConfig.cs</DependentUpon>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheatList.resx">
|
|
|
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmVsGameConfig.resx">
|
|
|
|
|
<DependentUpon>frmVsGameConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2017-07-30 19:22:01 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\frmZapperConfig.resx">
|
|
|
|
|
<DependentUpon>frmZapperConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-02-07 16:13:48 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmAbout.resx">
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
</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>
|
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>
|
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>
|
|
|
|
|
</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>
|
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>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<Content Include="Dependencies\VsSystem.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</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" />
|
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>
|
2016-02-19 13:05:04 -05:00
|
|
|
|
<Content Include="D:\Users\Saitoh Hajime\Desktop\Mesen Website\favicon.ico" />
|
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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|