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>
|
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.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2016-02-11 19:57:21 -05:00
|
|
|
|
<Reference Include="UIAutomationClient" />
|
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>
|
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" />
|
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" />
|
|
|
|
|
<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-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>
|
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" />
|
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>
|
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>
|
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>
|
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>
|
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>
|
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-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>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<Compile Include="Forms\Config\ctrlInputPortConfig.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Config\ctrlInputPortConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>ctrlInputPortConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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-02-19 13:05:04 -05:00
|
|
|
|
<Compile Include="Forms\ResourceHelper.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" />
|
2016-05-26 22:32:20 -04:00
|
|
|
|
<EmbeddedResource Include="Controls\ctrlHorizontalTrackbar.resx">
|
|
|
|
|
<DependentUpon>ctrlHorizontalTrackbar.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>
|
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>
|
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>
|
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>
|
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>
|
2015-07-03 00:12:02 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheat.resx">
|
|
|
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-04-30 20:08:53 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlDipSwitch.resx">
|
|
|
|
|
<DependentUpon>ctrlDipSwitch.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<EmbeddedResource Include="Forms\Config\ctrlInputPortConfig.resx">
|
|
|
|
|
<DependentUpon>ctrlInputPortConfig.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<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>
|
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>
|
2016-02-07 16:13:48 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmAbout.resx">
|
|
|
|
|
<DependentUpon>frmAbout.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2016-01-16 19:33:10 -05:00
|
|
|
|
<EmbeddedResource Include="Forms\frmDownloadProgress.resx">
|
|
|
|
|
<DependentUpon>frmDownloadProgress.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-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>
|
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>
|
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>
|
|
|
|
|
<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>
|
|
|
|
|
<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-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" />
|
2016-06-21 19:05:26 -04:00
|
|
|
|
<None Include="Resources\LogWindow.png" />
|
|
|
|
|
<None Include="Resources\format-justify-fill.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-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-03 00:12:02 -04:00
|
|
|
|
<None Include="Resources\MesenIcon.ico" />
|
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)" (
|
|
|
|
|
copy "$(SolutionDir)bin\x86\PGO Profile\WinMesen.dll" "Dependencies\WinMesen.x86.dll"
|
|
|
|
|
|
|
|
|
|
copy "$(SolutionDir)bin\x64\PGO Profile\WinMesen.dll" "Dependencies\WinMesen.x64.dll"
|
|
|
|
|
)
|
|
|
|
|
if NOT "PGO Optimize" == "$(ConfigurationName)" (
|
2016-01-17 11:11:53 -05:00
|
|
|
|
copy "$(SolutionDir)bin\x86\$(ConfigurationName)\WinMesen.dll" "Dependencies\WinMesen.x86.dll"
|
|
|
|
|
|
|
|
|
|
copy "$(SolutionDir)bin\x64\$(ConfigurationName)\WinMesen.dll" "Dependencies\WinMesen.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>
|