2011-01-16 21:06:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2011-02-24 22:25:53 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{DD448B37-BA3F-4544-9754-5406E8094723}</ProjectGuid>
|
2011-02-20 08:40:22 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.MultiClient</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.MultiClient</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>output\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-20 08:40:22 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>output\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<Reference Include="LuaInterface, Version=2.0.0.16708, Culture=neutral, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>.\LuaInterface.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-02-20 06:13:26 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="SlimDX, Version=2.0.10.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\SlimDX.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
<Compile Include="AboutBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="AboutBox.Designer.cs">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Config.cs" />
|
|
|
|
|
<Compile Include="ConfigService.cs" />
|
2011-01-29 00:10:08 +00:00
|
|
|
|
<Compile Include="config\InputConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\InputConfig.designer.cs">
|
|
|
|
|
<DependentUpon>InputConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-30 23:06:43 +00:00
|
|
|
|
<Compile Include="config\InputWidget.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2011-02-15 19:05:21 +00:00
|
|
|
|
<Compile Include="config\SoundConfig.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="config\SoundConfig.Designer.cs">
|
|
|
|
|
<DependentUpon>SoundConfig.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-20 06:24:31 +00:00
|
|
|
|
<Compile Include="Gameboy\Debugger.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Gameboy\Debugger.Designer.cs">
|
|
|
|
|
<DependentUpon>Debugger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Global.cs" />
|
|
|
|
|
<Compile Include="HawkFile.cs" />
|
|
|
|
|
<Compile Include="Input\ControllerBinding.cs" />
|
|
|
|
|
<Compile Include="Input\GamePad.cs" />
|
|
|
|
|
<Compile Include="Input\Input.cs" />
|
|
|
|
|
<Compile Include="Input\Keyboard.cs" />
|
2011-02-20 19:18:27 +00:00
|
|
|
|
<Compile Include="LuaImplementation.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-21 09:48:53 +00:00
|
|
|
|
<Compile Include="MainForm.MenuItems.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-02-24 22:25:53 +00:00
|
|
|
|
<Compile Include="movie\Movie.cs" />
|
|
|
|
|
<Compile Include="movie\MovieHeader.cs" />
|
|
|
|
|
<Compile Include="movie\MovieLog.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="MruStack.cs" />
|
|
|
|
|
<Compile Include="NameStateForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NameStateForm.Designer.cs">
|
|
|
|
|
<DependentUpon>NameStateForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<Compile Include="PlayMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="PlayMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-01-20 06:24:31 +00:00
|
|
|
|
<EmbeddedResource Include="Gameboy\Debugger.resx">
|
|
|
|
|
<DependentUpon>Debugger.cs</DependentUpon>
|
2011-01-20 23:58:58 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-20 06:24:31 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
2011-01-18 03:40:53 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="NameStateForm.resx">
|
|
|
|
|
<DependentUpon>NameStateForm.cs</DependentUpon>
|
2011-01-18 03:40:53 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamWatch.resx">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamWatchNewWatch.resx">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<DependentUpon>RamWatchNewWatch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<DesignTime>True</DesignTime>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<Compile Include="RecordMovie.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RecordMovie.Designer.cs">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-20 08:40:22 +00:00
|
|
|
|
<Compile Include="Throttle.cs" />
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<Compile Include="config\HotkeyWindow.cs">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<Compile Include="config\HotkeyWindow.Designer.cs">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<DependentUpon>HotkeyWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-19 22:42:35 +00:00
|
|
|
|
<Compile Include="tools\LuaWindow.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\LuaWindow.Designer.cs">
|
|
|
|
|
<DependentUpon>LuaWindow.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-17 16:27:39 +00:00
|
|
|
|
<Compile Include="tools\RamPoke.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\RamPoke.Designer.cs">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-16 16:35:51 +00:00
|
|
|
|
<Compile Include="tools\InputPrompt.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\InputPrompt.Designer.cs">
|
|
|
|
|
<DependentUpon>InputPrompt.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-23 18:56:39 +00:00
|
|
|
|
<Compile Include="tools\RamSearch.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="tools\RamSearch.Designer.cs">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatch.cs">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatch.Designer.cs">
|
2011-01-18 03:36:43 +00:00
|
|
|
|
<DependentUpon>RamWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatchNewWatch.cs">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\RamWatchNewWatch.Designer.cs">
|
2011-01-20 04:33:16 +00:00
|
|
|
|
<DependentUpon>RamWatchNewWatch.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-01-17 01:58:19 +00:00
|
|
|
|
<Compile Include="RecentFiles.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="RenderPanel.cs" />
|
|
|
|
|
<Compile Include="Rewind.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RomGame.cs" />
|
|
|
|
|
<Compile Include="ScreenSaver.cs" />
|
|
|
|
|
<Compile Include="Sound.cs" />
|
2011-01-23 18:27:26 +00:00
|
|
|
|
<Compile Include="tools\Watch.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation\BizHawk.Emulation.csproj">
|
|
|
|
|
<Project>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Util\BizHawk.Util.csproj">
|
|
|
|
|
<Project>{EE135301-08B3-4EFC-A61C-1C53E1C65CB9}</Project>
|
|
|
|
|
<Name>BizHawk.Util</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<ItemGroup>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
<EmbeddedResource Include="AboutBox.resx">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
2011-02-20 06:52:39 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2011-02-20 06:44:47 +00:00
|
|
|
|
</EmbeddedResource>
|
2011-01-29 00:10:08 +00:00
|
|
|
|
<EmbeddedResource Include="config\InputConfig.resx">
|
|
|
|
|
<DependentUpon>InputConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-15 19:05:21 +00:00
|
|
|
|
<EmbeddedResource Include="config\SoundConfig.resx">
|
|
|
|
|
<DependentUpon>SoundConfig.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_delete.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_movedown.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\BuilderDialog_moveup.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\InserSeparator.bmp" />
|
|
|
|
|
<EmbeddedResource Include="images\search.ico" />
|
2011-02-11 02:30:45 +00:00
|
|
|
|
<EmbeddedResource Include="PlayMovie.resx">
|
|
|
|
|
<DependentUpon>PlayMovie.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="RecordMovie.resx">
|
|
|
|
|
<DependentUpon>RecordMovie.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-24 01:52:54 +00:00
|
|
|
|
<EmbeddedResource Include="config\HotkeyWindow.resx">
|
2011-02-20 02:59:15 +00:00
|
|
|
|
<DependentUpon>HotkeyWindow.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-19 22:42:35 +00:00
|
|
|
|
<EmbeddedResource Include="tools\LuaWindow.resx">
|
|
|
|
|
<DependentUpon>LuaWindow.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-17 16:27:39 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamPoke.resx">
|
|
|
|
|
<DependentUpon>RamPoke.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-16 16:35:51 +00:00
|
|
|
|
<EmbeddedResource Include="tools\InputPrompt.resx">
|
|
|
|
|
<DependentUpon>InputPrompt.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-23 18:56:39 +00:00
|
|
|
|
<EmbeddedResource Include="tools\RamSearch.resx">
|
|
|
|
|
<DependentUpon>RamSearch.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2011-01-21 19:35:29 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-21 19:55:26 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\FindHS.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-23 19:52:04 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\poke.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-28 03:33:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\search.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\undo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="images\restart.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 02:56:50 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\SMSController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 03:09:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\GBController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 18:56:27 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\220px-TurboGrafx-16-Controller.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\PCEngineController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-01-29 19:06:34 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="config\ControllerImages\GENController.png" />
|
|
|
|
|
</ItemGroup>
|
2011-02-20 07:16:34 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="config\ControllerImages\NESController.PNG" />
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<Content Include="gamedb.txt" />
|
2011-02-23 04:30:50 +00:00
|
|
|
|
<None Include="images\Refresh.bmp" />
|
2011-02-23 04:09:29 +00:00
|
|
|
|
<None Include="images\TruncateFromRW.png" />
|
2011-02-23 03:46:24 +00:00
|
|
|
|
<None Include="images\TruncateFromFile.png" />
|
2011-02-20 07:16:34 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|