delete BizInstaller, it was never finished, and on no pace to actually be finished, and installing an emulator is dumb

This commit is contained in:
adelikat 2020-02-22 12:08:34 -06:00
parent 564f0d8557
commit 6bcbe11eae
6 changed files with 0 additions and 1349 deletions

View File

@ -1,26 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "BizHawk.Installer", "BizHawk.Installer.wixproj", "{A1A56BC8-8199-4C8D-B5C9-76401D3A0A70}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Bootstrap", "Bootstrap.wixproj", "{7A25308C-44B8-4897-9150-DF2C77F85094}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1A56BC8-8199-4C8D-B5C9-76401D3A0A70}.Debug|x86.ActiveCfg = Debug|x86
{A1A56BC8-8199-4C8D-B5C9-76401D3A0A70}.Debug|x86.Build.0 = Debug|x86
{A1A56BC8-8199-4C8D-B5C9-76401D3A0A70}.Release|x86.ActiveCfg = Release|x86
{A1A56BC8-8199-4C8D-B5C9-76401D3A0A70}.Release|x86.Build.0 = Release|x86
{7A25308C-44B8-4897-9150-DF2C77F85094}.Debug|x86.ActiveCfg = Debug|x86
{7A25308C-44B8-4897-9150-DF2C77F85094}.Debug|x86.Build.0 = Debug|x86
{7A25308C-44B8-4897-9150-DF2C77F85094}.Release|x86.ActiveCfg = Release|x86
{7A25308C-44B8-4897-9150-DF2C77F85094}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,48 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.7</ProductVersion>
<ProjectGuid>{a1a56bc8-8199-4c8d-b5c9-76401d3a0a70}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>BizHawk.Installer</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug;dotnet45=0;</DefineConstants>
<WixVariables>
</WixVariables>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="BizHawkFiles.wxs" />
<Compile Include="BizHawkInstall.wxs" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixUIExtension">
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
<Name>WixUIExtension</Name>
</WixExtension>
<WixExtension Include="WixNetFxExtension">
<HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
<Name>WixNetFxExtension</Name>
</WixExtension>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@ -1,844 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Fragment>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder" Name="PFiles">
<Directory Id="BIZHAWK" Name="BizHawk">
<Component Id="EMUHAWK.EXE" DiskId="1" Guid="E79C65FA-36FC-4D00-80F2-45AA1118E25B">
<File Id="EMUHAWK.EXE" Name="EmuHawk.exe" Source="..\output\EmuHawk.exe">
<Shortcut Id="desktopShortcut" Directory="DesktopFolder" Name="BizHawk" WorkingDirectory="INSTALLDIR" Advertise="yes" Icon="BizHawkIcon.exe" IconIndex="0" />
<netfx:NativeImage Id="ngen_BizHawk.exe" Platform="32bit" Priority="0" AppBaseDirectory="BIZHAWK" />
<Shortcut Id="BizhawkStartShortcut" Directory="ProgramMenuDir" Name="BizHawk" Advertise="yes" Icon="BizHawkIcon.exe" IconIndex="0" />
</File>
</Component>
<Component Id="DEFCTRL.JSON" DiskId="1" Guid="B12BC9CE-566A-42EE-8D3F-6F6D276E78E1">
<File Id="DEFCTRL.JSON" Name="defctrl.json" Source="..\output\defctrl.json" />
</Component>
<Component Id="DISCOHAWK.EXE" DiskId="1" Guid="479DBA0A-777D-454A-A2FC-769067A8CAD5">
<File Id="DISCOHAWK.EXE" Name="DiscoHawk.exe" Source="..\output\DiscoHawk.exe">
<Shortcut Id="DiscoStartShortcut" Directory="ProgramMenuDir" Name="DiscoHawk" Advertise="yes" Icon="DiscoHawkIcon.exe" IconIndex="0" />
<netfx:NativeImage Id="ngen_DiscoHawk.exe" Platform="32bit" Priority="0" AppBaseDirectory="BIZHAWK" />
</File>
</Component>
<Directory Id="DLL" Name="dll">
<Component Id="_7Z.DLL" DiskId="1" Guid="712A55BD-0B03-4B12-A4BD-67BFDC72CB9D">
<File Id="_7Z.DLL" Name="7z.dll" Source="..\output\dll\7z.dll" />
</Component>
<Component Id="BIZHAWK.BIZWARE.BIZWAREGL.DLL" DiskId="1" Guid="6D4E589E-4EAE-40E5-B9D5-8EF1C684A095">
<File Id="BIZHAWK.BIZWARE.BIZWAREGL.DLL" Name="BizHawk.Bizware.BizwareGL.dll" Source="..\output\dll\BizHawk.Bizware.BizwareGL.dll" />
</Component>
<Component Id="BIZHAWK.BIZWARE.BIZWAREGL.GDIPLUS.DLL" DiskId="1" Guid="40C877B2-6CF8-474B-80D9-17D084EF30EA">
<File Id="BIZHAWK.BIZWARE.BIZWAREGL.GDIPLUS.DLL" Name="BizHawk.Bizware.BizwareGL.GdiPlus.dll" Source="..\output\dll\BizHawk.Bizware.BizwareGL.GdiPlus.dll" />
</Component>
<Component Id="BIZHAWK.BIZWARE.BIZWAREGL.OPENTK.DLL" DiskId="1" Guid="AC8CD963-8ABF-4B11-887D-865670CB2FBD">
<File Id="BIZHAWK.BIZWARE.BIZWAREGL.OPENTK.DLL" Name="BizHawk.Bizware.BizwareGL.OpenTK.dll" Source="..\output\dll\BizHawk.Bizware.BizwareGL.OpenTK.dll" />
</Component>
<Component Id="BIZHAWK.BIZWARE.BIZWAREGL.SLIMDX.DLL" DiskId="1" Guid="069E673B-B584-425B-BF4C-6F807E7513FF">
<File Id="BIZHAWK.BIZWARE.BIZWAREGL.SLIMDX.DLL" Name="BizHawk.Bizware.BizwareGL.SlimDX.dll" Source="..\output\dll\BizHawk.Bizware.BizwareGL.SlimDX.dll" />
</Component>
<Component Id="BIZHAWK.CLIENT.COMMON.DLL" DiskId="1" Guid="93CFA520-8F21-4609-98F6-DE4EDBAEA636">
<File Id="BIZHAWK.CLIENT.COMMON.DLL" Name="BizHawk.Client.Common.dll" Source="..\output\dll\BizHawk.Client.Common.dll" />
</Component>
<Component Id="BIZHAWK.COMMON.DLL" DiskId="1" Guid="AF4C6515-DE4D-4C80-BCB6-AD4DBBB193E1">
<File Id="BIZHAWK.COMMON.DLL" Name="BizHawk.Common.dll" Source="..\output\dll\BizHawk.Common.dll" />
</Component>
<Component Id="BIZHAWK.EMULATION.COMMON.DLL" DiskId="1" Guid="2A50AC4D-D091-476C-BB9A-59669E2B167B">
<File Id="BIZHAWK.EMULATION.COMMON.DLL" Name="BizHawk.Emulation.Common.dll" Source="..\output\dll\BizHawk.Emulation.Common.dll" />
</Component>
<Component Id="BIZHAWK.EMULATION.CORES.DLL" DiskId="1" Guid="8347B709-2F47-4243-863F-B705B94242C4">
<File Id="BIZHAWK.EMULATION.CORES.DLL" Name="BizHawk.Emulation.Cores.dll" Source="..\output\dll\BizHawk.Emulation.Cores.dll" />
</Component>
<Component Id="BIZHAWK.EMULATION.DISCSYSTEM.DLL" DiskId="1" Guid="A0844638-F7F6-4BE8-B8E8-DB78480E6344">
<File Id="BIZHAWK.EMULATION.DISCSYSTEM.DLL" Name="BizHawk.Emulation.DiscSystem.dll" Source="..\output\dll\BizHawk.Emulation.DiscSystem.dll" />
</Component>
<Component Id="BIZLYNX.DLL" DiskId="1" Guid="01F77815-33FA-4920-BF40-1B128666BAD5">
<File Id="BIZLYNX.DLL" Name="bizlynx.dll" Source="..\output\dll\bizlynx.dll" />
</Component>
<Component Id="BIZSWAN.DLL" DiskId="1" Guid="493EE45A-83FE-41D5-A89E-130ED4E98A18">
<File Id="BIZSWAN.DLL" Name="bizswan.dll" Source="..\output\dll\bizswan.dll" />
</Component>
<Component Id="BLIP_BUF.DLL" DiskId="1" Guid="611E207C-BCC1-460D-AF8D-F7C3DED58786">
<File Id="BLIP_BUF.DLL" Name="blip_buf.dll" Source="..\output\dll\blip_buf.dll" />
</Component>
<Component Id="CSHARP_SQLITE.DLL" DiskId="1" Guid="D560CEA5-A815-4193-A303-3644EA055D60">
<File Id="CSHARP_SQLITE.DLL" Name="CSharp-SQLite.dll" Source="..\output\dll\CSharp-SQLite.dll" />
</Component>
<Component Id="D3D8.DLL" DiskId="1" Guid="7A00676A-C29E-4314-8F5B-61F5CA523248">
<File Id="D3D8.DLL" Name="d3d8.dll" Source="..\output\dll\d3d8.dll" />
</Component>
<Component Id="FFMPEG.EXE" DiskId="1" Guid="75864EED-3332-4976-90FE-BE92C5FE1F4A">
<File Id="FFMPEG.EXE" Name="ffmpeg.exe" Source="..\output\dll\ffmpeg.exe" />
</Component>
<Component Id="FFMPEG_README.TXT" DiskId="1" Guid="0871D611-30D6-4420-ABEE-3941DEEE0F21">
<File Id="FFMPEG_README.TXT" Name="ffmpeg_readme.txt" Source="..\output\dll\ffmpeg_readme.txt" />
</Component>
<Component Id="FREETYPE6.DLL" DiskId="1" Guid="AB14AA85-1A7D-44E5-BDC8-7B05278B6168">
<File Id="FREETYPE6.DLL" Name="freetype6.dll" Source="..\output\dll\freetype6.dll" />
</Component>
<Component Id="GONGSHELL.DLL" DiskId="1" Guid="E542F1E4-007F-43D1-A36E-9EF5D9A9F011">
<File Id="GONGSHELL.DLL" Name="GongShell.dll" Source="..\output\dll\GongShell.dll" />
</Component>
<Component Id="ICSHARPCODE.SHARPZIPLIB.DLL" DiskId="1" Guid="A4133C5E-1387-4796-9908-4E56A38E9E06">
<File Id="ICSHARPCODE.SHARPZIPLIB.DLL" Name="ICSharpCode.SharpZipLib.dll" Source="..\output\dll\ICSharpCode.SharpZipLib.dll" />
</Component>
<Component Id="IONIC.ZIP.DLL" DiskId="1" Guid="E9B03E7A-7E0F-4E08-BD92-104EEA0E8AEF">
<File Id="IONIC.ZIP.DLL" Name="Ionic.Zip.dll" Source="..\output\dll\Ionic.Zip.dll" />
</Component>
<Component Id="JABO_DIRECT3D8_PATCHED.DLL" DiskId="1" Guid="8CB6F266-CFCB-4A65-A461-15ED249349E8">
<File Id="JABO_DIRECT3D8_PATCHED.DLL" Name="Jabo_Direct3D8_patched.dll" Source="..\output\dll\Jabo_Direct3D8_patched.dll" />
</Component>
<Component Id="LIBBIZSNES.DLL" DiskId="1" Guid="C2A62A53-B58A-4D96-B7B9-211ADDEA0339">
<File Id="LIBBIZSNES.DLL" Name="libbizsnes.dll" Source="..\output\dll\libbizsnes.dll" />
</Component>
<Component Id="LIBCO_MSVC_WIN32.DLL" DiskId="1" Guid="0880635E-A18D-4EDD-9905-4DF402BF0351">
<File Id="LIBCO_MSVC_WIN32.DLL" Name="libco_msvc_win32.dll" Source="..\output\dll\libco_msvc_win32.dll" />
</Component>
<Component Id="LIBDARM.DLL" DiskId="1" Guid="19185D7D-6285-40BC-966A-9A525CBF3620">
<File Id="LIBDARM.DLL" Name="libdarm.dll" Source="..\output\dll\libdarm.dll" />
</Component>
<Component Id="LIBGAMBATTE.DLL" DiskId="1" Guid="200FFB39-D37B-4417-ABDE-BEB0BFD72DDA">
<File Id="LIBGAMBATTE.DLL" Name="libgambatte.dll" Source="..\output\dll\libgambatte.dll" />
</Component>
<Component Id="LIBGENPLUSGX.DLL" DiskId="1" Guid="31507399-17B7-4202-9AED-9A0F2B8B7261">
<File Id="LIBGENPLUSGX.DLL" Name="libgenplusgx.dll" Source="..\output\dll\libgenplusgx.dll" />
</Component>
<Component Id="LIBMETEOR.DLL" DiskId="1" Guid="88C8CF94-CDEC-45D9-8608-2F38A5E4C992">
<File Id="LIBMETEOR.DLL" Name="libmeteor.dll" Source="..\output\dll\libmeteor.dll" />
</Component>
<Component Id="LIBPNG12.DLL" DiskId="1" Guid="112256C7-8E78-4F99-8DC3-1E979A4CF2AD">
<File Id="LIBPNG12.DLL" Name="libpng12.dll" Source="..\output\dll\libpng12.dll" />
</Component>
<Component Id="LIBQUICKNES.DLL" DiskId="1" Guid="25146F90-EDF5-40A1-B859-E741B1A64E17">
<File Id="LIBQUICKNES.DLL" Name="libquicknes.dll" Source="..\output\dll\libquicknes.dll" />
</Component>
<Component Id="LIBSNESHAWK_32_COMPATIBILITY.EXE" DiskId="1" Guid="85CAC9B7-0ED2-4D7F-B6D8-D4D6D0990C23">
<File Id="LIBSNESHAWK_32_COMPATIBILITY.EXE" Name="libsneshawk-32-compatibility.exe" Source="..\output\dll\libsneshawk-32-compatibility.exe" />
</Component>
<Component Id="LIBSNESHAWK_32_PERFORMANCE.EXE" DiskId="1" Guid="C929F4F9-91A4-47DD-8A2B-86EF7D7D4931">
<File Id="LIBSNESHAWK_32_PERFORMANCE.EXE" Name="libsneshawk-32-performance.exe" Source="..\output\dll\libsneshawk-32-performance.exe" />
</Component>
<Component Id="LIBSPEEXDSP.DLL" DiskId="1" Guid="19FBFAE2-1F58-4376-93EC-6DD1DD33B82E">
<File Id="LIBSPEEXDSP.DLL" Name="libspeexdsp.dll" Source="..\output\dll\libspeexdsp.dll" />
</Component>
<Component Id="LIBVBANEXT.DLL" DiskId="1" Guid="8545268F-CE25-4893-90BA-118A2E9630E5">
<File Id="LIBVBANEXT.DLL" Name="libvbanext.dll" Source="..\output\dll\libvbanext.dll" />
</Component>
<Component Id="LIBYABAUSE.DLL" DiskId="1" Guid="C31EABB8-9847-4335-A5AD-9196E55E5068">
<File Id="LIBYABAUSE.DLL" Name="libyabause.dll" Source="..\output\dll\libyabause.dll" />
</Component>
<Component Id="LUA51.DLL" DiskId="1" Guid="78CC256F-1A8F-4FD7-979A-9FB47D36E58E">
<File Id="LUA51.DLL" Name="lua51.dll" Source="..\output\dll\lua51.dll" />
</Component>
<Component Id="LUAINTERFACE.DLL" DiskId="1" Guid="FA6ADD52-A36D-4070-A59D-CA555A6BFD1E">
<File Id="LUAINTERFACE.DLL" Name="LuaInterface.dll" Source="..\output\dll\LuaInterface.dll" />
</Component>
<Component Id="MUPEN64PLUS_AUDIO_BKM.DLL" DiskId="1" Guid="6F73174B-C1C8-4832-9B03-C8963B3E64AD">
<File Id="MUPEN64PLUS_AUDIO_BKM.DLL" Name="mupen64plus-audio-bkm.dll" Source="..\output\dll\mupen64plus-audio-bkm.dll" />
</Component>
<Component Id="MUPEN64PLUS_INPUT_BKM.DLL" DiskId="1" Guid="29AAF62D-C90B-43AF-A1E2-1A21BDB023F2">
<File Id="MUPEN64PLUS_INPUT_BKM.DLL" Name="mupen64plus-input-bkm.dll" Source="..\output\dll\mupen64plus-input-bkm.dll" />
</Component>
<Component Id="MUPEN64PLUS_RSP_HLE.DLL" DiskId="1" Guid="1A48875C-484D-4CAF-BAC4-C83012BFEF90">
<File Id="MUPEN64PLUS_RSP_HLE.DLL" Name="mupen64plus-rsp-hle.dll" Source="..\output\dll\mupen64plus-rsp-hle.dll" />
</Component>
<Component Id="MUPEN64PLUS_RSP_Z64_HLEVIDEO.DLL" DiskId="1" Guid="3D0CCE03-3B9A-49CA-8D83-F05206F6EC79">
<File Id="MUPEN64PLUS_RSP_Z64_HLEVIDEO.DLL" Name="mupen64plus-rsp-z64-hlevideo.dll" Source="..\output\dll\mupen64plus-rsp-z64-hlevideo.dll" />
</Component>
<Component Id="MUPEN64PLUS_VIDEO_GLIDE64.DLL" DiskId="1" Guid="5CBAC105-DB6C-4A0D-A6D5-B22C66F534F9">
<File Id="MUPEN64PLUS_VIDEO_GLIDE64.DLL" Name="mupen64plus-video-glide64.dll" Source="..\output\dll\mupen64plus-video-glide64.dll" />
</Component>
<Component Id="MUPEN64PLUS_VIDEO_GLIDE64MK2.DLL" DiskId="1" Guid="4740A755-A082-48D5-883B-7DF62FAD335E">
<File Id="MUPEN64PLUS_VIDEO_GLIDE64MK2.DLL" Name="mupen64plus-video-glide64mk2.dll" Source="..\output\dll\mupen64plus-video-glide64mk2.dll" />
</Component>
<Component Id="MUPEN64PLUS_VIDEO_JABO.DLL" DiskId="1" Guid="2D50CACB-D07E-4F33-B003-1772807ECDEB">
<File Id="MUPEN64PLUS_VIDEO_JABO.DLL" Name="mupen64plus-video-jabo.dll" Source="..\output\dll\mupen64plus-video-jabo.dll" />
</Component>
<Component Id="MUPEN64PLUS_VIDEO_RICE.DLL" DiskId="1" Guid="0870DECF-6A71-49D0-BD14-74419203ABAD">
<File Id="MUPEN64PLUS_VIDEO_RICE.DLL" Name="mupen64plus-video-rice.dll" Source="..\output\dll\mupen64plus-video-rice.dll" />
</Component>
<Component Id="MUPEN64PLUS.DLL" DiskId="1" Guid="FFC978B6-7B65-4FCD-918B-0DEAA6A7570F">
<File Id="MUPEN64PLUS.DLL" Name="mupen64plus.dll" Source="..\output\dll\mupen64plus.dll" />
</Component>
<Component Id="MUSASHIDLL.DLL" DiskId="1" Guid="B32A5FB8-7FF7-4ADC-97CC-8874612742C5">
<File Id="MUSASHIDLL.DLL" Name="MusashiDLL.dll" Source="..\output\dll\MusashiDLL.dll" />
</Component>
<Component Id="NEWTONSOFT.JSON.DLL" DiskId="1" Guid="7658A853-B5DE-466D-BB51-FA9D5172121B">
<File Id="NEWTONSOFT.JSON.DLL" Name="Newtonsoft.Json.dll" Source="..\output\dll\Newtonsoft.Json.dll" />
</Component>
<Component Id="OCTOSHOCK.DLL" DiskId="1" Guid="250D53F6-B1BA-46FF-9D11-E6917F40347D">
<File Id="OCTOSHOCK.DLL" Name="octoshock.dll" Source="..\output\dll\octoshock.dll" />
</Component>
<Component Id="OPENAL32.DLL" DiskId="1" Guid="530AF757-29EB-4C1A-8F05-F1001FD4DBD3">
<File Id="OPENAL32.DLL" Name="openal32.dll" Source="..\output\dll\openal32.dll" />
</Component>
<Component Id="OPENTK.DLL" DiskId="1" Guid="236CA900-5DF9-4C41-A1A9-1CB18B699E93">
<File Id="OPENTK.DLL" Name="OpenTK.dll" Source="..\output\dll\OpenTK.dll" />
</Component>
<Component Id="OPENTK.GLCONTROL.DLL" DiskId="1" Guid="B73B317C-5070-4B71-AEAD-7B49D802835F">
<File Id="OPENTK.GLCONTROL.DLL" Name="OpenTK.GLControl.dll" Source="..\output\dll\OpenTK.GLControl.dll" />
</Component>
<Component Id="SDL.DLL" DiskId="1" Guid="A4D8F2D8-4950-474F-AA9C-179D6B0C823B">
<File Id="SDL.DLL" Name="SDL.dll" Source="..\output\dll\SDL.dll" />
</Component>
<Component Id="SLIMDX.DLL" DiskId="1" Guid="8A213883-653D-4E07-8CF1-1332DE085F18">
<File Id="SLIMDX.DLL" Name="SlimDX.dll" Source="..\output\dll\SlimDX.dll" />
</Component>
<Component Id="ZLIB1.DLL" DiskId="1" Guid="F48F3036-5612-49A7-AD3B-B27CF67D00AC">
<File Id="ZLIB1.DLL" Name="zlib1.dll" Source="..\output\dll\zlib1.dll" />
</Component>
</Directory>
<Directory Id="FIRMWARE" Name="FIRMWARE">
<Component Id="FIRMWARE" Guid="F0459324-4884-4A01-AA04-84B92D222428"
SharedDllRefCount="no" KeyPath="no" NeverOverwrite="no" Permanent="no" Transitive="no"
Win64="no" Location="either">
<CreateFolder/>
</Component>
</Directory>
<Directory Id="GAMEBOY" Name="Gameboy">
<Directory Id="PALETTES" Name="Palettes">
<Component Id="ALLEY_WAY.PAL" DiskId="1" Guid="F0459324-42D2-4138-8B0B-28D90C5A96FC">
<File Id="ALLEY_WAY.PAL" Name="ALLEY WAY.pal" Source="..\output\Gameboy\Palettes\ALLEY WAY.pal" />
</Component>
<Component Id="ASTEROIDS_MISCMD.PAL" DiskId="1" Guid="2EA69F62-22B2-4290-99E0-D87FE45D6BEB">
<File Id="ASTEROIDS_MISCMD.PAL" Name="ASTEROIDS&amp;MISCMD.pal" Source="..\output\Gameboy\Palettes\ASTEROIDS and MISCMD.pal" />
</Component>
<Component Id="BA.TOSHINDEN.PAL" DiskId="1" Guid="5C083530-DE1D-4750-AAB1-540AB6A79BDE">
<File Id="BA.TOSHINDEN.PAL" Name="BA.TOSHINDEN.pal" Source="..\output\Gameboy\Palettes\BA.TOSHINDEN.pal" />
</Component>
<Component Id="BALLOON_KID.PAL" DiskId="1" Guid="903AE0D6-83D8-44BB-A4C1-C881F13848DF">
<File Id="BALLOON_KID.PAL" Name="BALLOON KID.pal" Source="..\output\Gameboy\Palettes\BALLOON KID.pal" />
</Component>
<Component Id="BASEBALL.PAL" DiskId="1" Guid="1930A7A5-5502-466C-8D86-796B62139874">
<File Id="BASEBALL.PAL" Name="BASEBALL.pal" Source="..\output\Gameboy\Palettes\BASEBALL.pal" />
</Component>
<Component Id="BGB__LCD_GREEN_.PAL" DiskId="1" Guid="B08D5018-A326-461F-8762-98E79B8331D5">
<File Id="BGB__LCD_GREEN_.PAL" Name="BGB (lcd green).pal" Source="..\output\Gameboy\Palettes\BGB (lcd green).pal" />
</Component>
<Component Id="BOY_AND_BLOB_GB1.PAL" DiskId="1" Guid="7E29744B-C8B8-4F1C-B6C8-7B6EA2A91129">
<File Id="BOY_AND_BLOB_GB1.PAL" Name="BOY AND BLOB GB1.pal" Source="..\output\Gameboy\Palettes\BOY AND BLOB GB1.pal" />
</Component>
<Component Id="BOY_AND_BLOB_GB2.PAL" DiskId="1" Guid="11D15D2D-4E00-4193-BF73-241CB4D5F4CF">
<File Id="BOY_AND_BLOB_GB2.PAL" Name="BOY AND BLOB GB2.pal" Source="..\output\Gameboy\Palettes\BOY AND BLOB GB2.pal" />
</Component>
<Component Id="BSNES_V087.PAL" DiskId="1" Guid="B4D56F33-B8DF-4B9B-B8CD-B0F7B8489AEA">
<File Id="BSNES_V087.PAL" Name="bsnes v087.pal" Source="..\output\Gameboy\Palettes\bsnes v087.pal" />
</Component>
<Component Id="BT2RAGNAROKWORLD.PAL" DiskId="1" Guid="B507C27C-2ABC-4289-BABA-3C4C8D160C56">
<File Id="BT2RAGNAROKWORLD.PAL" Name="BT2RAGNAROKWORLD.pal" Source="..\output\Gameboy\Palettes\BT2RAGNAROKWORLD.pal" />
</Component>
<Component Id="DEFAULT.PAL" DiskId="1" Guid="D1C86FB9-BDB5-4180-AEF2-2BECD2317DB1">
<File Id="DEFAULT.PAL" Name="default.pal" Source="..\output\Gameboy\Palettes\default.pal" />
</Component>
<Component Id="DEFENDER_JOUST.PAL" DiskId="1" Guid="DF3C0DA3-0DD7-4E0E-BAA0-8ADECFDF3638">
<File Id="DEFENDER_JOUST.PAL" Name="DEFENDER&amp;JOUST.pal" Source="..\output\Gameboy\Palettes\DEFENDER and JOUST.pal" />
</Component>
<Component Id="DMG_FOOTBALL.PAL" DiskId="1" Guid="BBE4A256-9DCA-45F9-9901-ADCCDA8F9BF7">
<File Id="DMG_FOOTBALL.PAL" Name="DMG FOOTBALL.pal" Source="..\output\Gameboy\Palettes\DMG FOOTBALL.pal" />
</Component>
<Component Id="DONKEY_KONG.PAL" DiskId="1" Guid="1EC5E1EB-9AF9-4E99-BC17-79E8E55993DA">
<File Id="DONKEY_KONG.PAL" Name="DONKEY KONG.pal" Source="..\output\Gameboy\Palettes\DONKEY KONG.pal" />
</Component>
<Component Id="DONKEYKONGLAND_2.PAL" DiskId="1" Guid="07D9EF63-5782-4F96-97D3-42BF48649D5C">
<File Id="DONKEYKONGLAND_2.PAL" Name="DONKEYKONGLAND 2.pal" Source="..\output\Gameboy\Palettes\DONKEYKONGLAND 2.pal" />
</Component>
<Component Id="DONKEYKONGLAND_3.PAL" DiskId="1" Guid="A0F8EAE9-7647-4C67-8368-9D28DB54F1C5">
<File Id="DONKEYKONGLAND_3.PAL" Name="DONKEYKONGLAND 3.pal" Source="..\output\Gameboy\Palettes\DONKEYKONGLAND 3.pal" />
</Component>
<Component Id="DONKEYKONGLAND.PAL" DiskId="1" Guid="58122005-67BA-4856-B49A-4F7691251A3F">
<File Id="DONKEYKONGLAND.PAL" Name="DONKEYKONGLAND.pal" Source="..\output\Gameboy\Palettes\DONKEYKONGLAND.pal" />
</Component>
<Component Id="DONKEYKONGLAND95.PAL" DiskId="1" Guid="78DC9A3B-F690-4923-8295-E791FD77DF91">
<File Id="DONKEYKONGLAND95.PAL" Name="DONKEYKONGLAND95.pal" Source="..\output\Gameboy\Palettes\DONKEYKONGLAND95.pal" />
</Component>
<Component Id="DR.MARIO.PAL" DiskId="1" Guid="7E1E7EF4-95B3-4339-B198-CDA5E21B8C63">
<File Id="DR.MARIO.PAL" Name="DR.MARIO.pal" Source="..\output\Gameboy\Palettes\DR.MARIO.pal" />
</Component>
<Component Id="DYNABLASTER.PAL" DiskId="1" Guid="19FEBB65-F16F-4D0A-8885-2D7BFCC44015">
<File Id="DYNABLASTER.PAL" Name="DYNABLASTER.pal" Source="..\output\Gameboy\Palettes\DYNABLASTER.pal" />
</Component>
<Component Id="F1RACE.PAL" DiskId="1" Guid="57DD843F-944F-4F88-B73B-BC30063CB581">
<File Id="F1RACE.PAL" Name="F1RACE.pal" Source="..\output\Gameboy\Palettes\F1RACE.pal" />
</Component>
<Component Id="G_W_GALLERY.PAL" DiskId="1" Guid="061F69B8-8255-4D10-8C17-64105E18B9A9">
<File Id="G_W_GALLERY.PAL" Name="G&amp;W GALLERY.pal" Source="..\output\Gameboy\Palettes\Game and Watch GALLERY.pal" />
</Component>
<Component Id="GALAGA_GALAXIAN.PAL" DiskId="1" Guid="5E7133BF-90D8-4434-9438-E6A17BB21CA6">
<File Id="GALAGA_GALAXIAN.PAL" Name="GALAGA&amp;GALAXIAN.pal" Source="..\output\Gameboy\Palettes\GALAGA and GALAXIAN.pal" />
</Component>
<Component Id="GAME_AND_WATCH_2.PAL" DiskId="1" Guid="C90C1CEF-D18E-49D7-8772-7A84DCAC1D57">
<File Id="GAME_AND_WATCH_2.PAL" Name="Game and Watch 2.pal" Source="..\output\Gameboy\Palettes\Game and Watch 2.pal" />
</Component>
<Component Id="GAME_WATCH.PAL" DiskId="1" Guid="E327C610-6E15-46DB-8FC9-E49998DD491B">
<File Id="GAME_WATCH.PAL" Name="GAME&amp;WATCH.pal" Source="..\output\Gameboy\Palettes\GAME and WATCH.pal" />
</Component>
<Component Id="GAMEBOY_GALLERY.PAL" DiskId="1" Guid="997334E8-BB65-490D-B29D-18ED2CB4425E">
<File Id="GAMEBOY_GALLERY.PAL" Name="GAMEBOY GALLERY.pal" Source="..\output\Gameboy\Palettes\GAMEBOY GALLERY.pal" />
</Component>
<Component Id="GAMEBOY_GALLERY2.PAL" DiskId="1" Guid="B3B7AF1E-417C-4E57-9E82-B71B59C9C377">
<File Id="GAMEBOY_GALLERY2.PAL" Name="GAMEBOY GALLERY2.pal" Source="..\output\Gameboy\Palettes\GAMEBOY GALLERY2.pal" />
</Component>
<Component Id="GBC___BLUE.PAL" DiskId="1" Guid="EB10442A-1014-49FA-B491-E06A267C4045">
<File Id="GBC___BLUE.PAL" Name="GBC - Blue.pal" Source="..\output\Gameboy\Palettes\GBC - Blue.pal" />
</Component>
<Component Id="GBC___BROWN.PAL" DiskId="1" Guid="368C81F7-D2D2-4A1C-BA1B-7B643FB8C566">
<File Id="GBC___BROWN.PAL" Name="GBC - Brown.pal" Source="..\output\Gameboy\Palettes\GBC - Brown.pal" />
</Component>
<Component Id="GBC___DARK_BLUE.PAL" DiskId="1" Guid="EDDA5552-CF78-445C-A666-6C13445DEC37">
<File Id="GBC___DARK_BLUE.PAL" Name="GBC - Dark Blue.pal" Source="..\output\Gameboy\Palettes\GBC - Dark Blue.pal" />
</Component>
<Component Id="GBC___DARK_BROWN.PAL" DiskId="1" Guid="55E7756D-E08A-40CE-AADD-6DE1DEA2E88C">
<File Id="GBC___DARK_BROWN.PAL" Name="GBC - Dark Brown.pal" Source="..\output\Gameboy\Palettes\GBC - Dark Brown.pal" />
</Component>
<Component Id="GBC___DARK_GREEN.PAL" DiskId="1" Guid="26C41D5F-0234-4E45-A1C5-D35D545C0EBC">
<File Id="GBC___DARK_GREEN.PAL" Name="GBC - Dark Green.pal" Source="..\output\Gameboy\Palettes\GBC - Dark Green.pal" />
</Component>
<Component Id="GBC___GRAYSCALE.PAL" DiskId="1" Guid="8CC4D817-1425-4681-865F-CF5ED397572E">
<File Id="GBC___GRAYSCALE.PAL" Name="GBC - Grayscale.pal" Source="..\output\Gameboy\Palettes\GBC - Grayscale.pal" />
</Component>
<Component Id="GBC___GREEN.PAL" DiskId="1" Guid="92BB544A-D8DD-40A8-AE0A-9B46E58F9EB3">
<File Id="GBC___GREEN.PAL" Name="GBC - Green.pal" Source="..\output\Gameboy\Palettes\GBC - Green.pal" />
</Component>
<Component Id="GBC___INVERTED.PAL" DiskId="1" Guid="2E2757F1-3737-46C2-8C1E-3E01940EDE15">
<File Id="GBC___INVERTED.PAL" Name="GBC - Inverted.pal" Source="..\output\Gameboy\Palettes\GBC - Inverted.pal" />
</Component>
<Component Id="GBC___ORANGE.PAL" DiskId="1" Guid="B55BCB70-5367-4067-ABE4-EA4A62CB0F88">
<File Id="GBC___ORANGE.PAL" Name="GBC - Orange.pal" Source="..\output\Gameboy\Palettes\GBC - Orange.pal" />
</Component>
<Component Id="GBC___PASTEL_MIX.PAL" DiskId="1" Guid="2F2EF2D9-B7AF-4EF2-851F-030D557F7BC3">
<File Id="GBC___PASTEL_MIX.PAL" Name="GBC - Pastel Mix.pal" Source="..\output\Gameboy\Palettes\GBC - Pastel Mix.pal" />
</Component>
<Component Id="GBC___RED.PAL" DiskId="1" Guid="A5A9A1C9-E7E8-4054-B8FC-F5720B64B17E">
<File Id="GBC___RED.PAL" Name="GBC - Red.pal" Source="..\output\Gameboy\Palettes\GBC - Red.pal" />
</Component>
<Component Id="GBC___YELLOW.PAL" DiskId="1" Guid="AEF9CB54-F49A-4A74-B94D-B0B065E1E2A4">
<File Id="GBC___YELLOW.PAL" Name="GBC - Yellow.pal" Source="..\output\Gameboy\Palettes\GBC - Yellow.pal" />
</Component>
<Component Id="GBWARS.PAL" DiskId="1" Guid="E5EEA4F3-C4E2-4826-B86E-97CAECFAE793">
<File Id="GBWARS.PAL" Name="GBWARS.pal" Source="..\output\Gameboy\Palettes\GBWARS.pal" />
</Component>
<Component Id="GOLF.PAL" DiskId="1" Guid="7D189907-F7E2-4BCE-B559-52095BD44A55">
<File Id="GOLF.PAL" Name="GOLF.pal" Source="..\output\Gameboy\Palettes\GOLF.pal" />
</Component>
<Component Id="HOSHINOKA_BI.PAL" DiskId="1" Guid="582A7D1D-913C-49B3-AFFA-2DB5B6696A63">
<File Id="HOSHINOKA_BI.PAL" Name="HOSHINOKA-BI.pal" Source="..\output\Gameboy\Palettes\HOSHINOKA-BI.pal" />
</Component>
<Component Id="JAMES__BOND__007.PAL" DiskId="1" Guid="E07BB61F-FF60-4ABF-BD17-E76CA2B32FD4">
<File Id="JAMES__BOND__007.PAL" Name="JAMES BOND 007.pal" Source="..\output\Gameboy\Palettes\JAMES BOND 007.pal" />
</Component>
<Component Id="KAERUNOTAMENI.PAL" DiskId="1" Guid="C49419B6-2314-4355-A3E9-D8B4296E0957">
<File Id="KAERUNOTAMENI.PAL" Name="KAERUNOTAMENI.pal" Source="..\output\Gameboy\Palettes\KAERUNOTAMENI.pal" />
</Component>
<Component Id="KEN_GRIFFEY_JR.PAL" DiskId="1" Guid="D7800A2C-3880-4BF6-A23C-651C0E6D73F1">
<File Id="KEN_GRIFFEY_JR.PAL" Name="KEN GRIFFEY JR.pal" Source="..\output\Gameboy\Palettes\KEN GRIFFEY JR.pal" />
</Component>
<Component Id="KID_ICARUS.PAL" DiskId="1" Guid="FE5D2B4E-5BCB-4CD2-B892-C9CA63539336">
<File Id="KID_ICARUS.PAL" Name="KID ICARUS.pal" Source="..\output\Gameboy\Palettes\KID ICARUS.pal" />
</Component>
<Component Id="KILLERINSTINCT95.PAL" DiskId="1" Guid="104AF51F-6527-448E-9A4D-59C760E7A736">
<File Id="KILLERINSTINCT95.PAL" Name="KILLERINSTINCT95.pal" Source="..\output\Gameboy\Palettes\KILLERINSTINCT95.pal" />
</Component>
<Component Id="KINGOFTHEZOO.PAL" DiskId="1" Guid="1E331169-482F-4699-BB5B-8E3C9783325A">
<File Id="KINGOFTHEZOO.PAL" Name="KINGOFTHEZOO.pal" Source="..\output\Gameboy\Palettes\KINGOFTHEZOO.pal" />
</Component>
<Component Id="KIRAKIRA_KIDS.PAL" DiskId="1" Guid="ACC7B00B-11AA-4D2C-9CBB-B0EC4872820A">
<File Id="KIRAKIRA_KIDS.PAL" Name="KIRAKIRA KIDS.pal" Source="..\output\Gameboy\Palettes\KIRAKIRA KIDS.pal" />
</Component>
<Component Id="KIRBY_BLOCKBALL.PAL" DiskId="1" Guid="8CF8B6AE-98E0-4E41-89A4-C3C52A39C267">
<File Id="KIRBY_BLOCKBALL.PAL" Name="KIRBY BLOCKBALL.pal" Source="..\output\Gameboy\Palettes\KIRBY BLOCKBALL.pal" />
</Component>
<Component Id="KIRBY_DREAM_LAND.PAL" DiskId="1" Guid="55062267-8905-4CD6-84A5-15B05987100B">
<File Id="KIRBY_DREAM_LAND.PAL" Name="KIRBY DREAM LAND.pal" Source="..\output\Gameboy\Palettes\KIRBY DREAM LAND.pal" />
</Component>
<Component Id="KIRBY_S_PINBALL.PAL" DiskId="1" Guid="16D8D8EB-6B74-479C-A646-29B4E84EFFD4">
<File Id="KIRBY_S_PINBALL.PAL" Name="KIRBY'S PINBALL.pal" Source="..\output\Gameboy\Palettes\KIRBY'S PINBALL.pal" />
</Component>
<Component Id="KIRBY2.PAL" DiskId="1" Guid="76B84757-E074-46C3-886D-115D7962F990">
<File Id="KIRBY2.PAL" Name="KIRBY2.pal" Source="..\output\Gameboy\Palettes\KIRBY2.pal" />
</Component>
<Component Id="LOLO2.PAL" DiskId="1" Guid="D6D7E662-4CBA-4A36-926B-1EA3D909CEDD">
<File Id="LOLO2.PAL" Name="LOLO2.pal" Source="..\output\Gameboy\Palettes\LOLO2.pal" />
</Component>
<Component Id="MAGNETIC_SOCCER.PAL" DiskId="1" Guid="241B13FD-369D-4D62-8B3C-573B48AA6A28">
<File Id="MAGNETIC_SOCCER.PAL" Name="MAGNETIC SOCCER.pal" Source="..\output\Gameboy\Palettes\MAGNETIC SOCCER.pal" />
</Component>
<Component Id="MANSELL.PAL" DiskId="1" Guid="4AEF4B10-BABB-4360-9453-1F885BCFCB0E">
<File Id="MANSELL.PAL" Name="MANSELL.pal" Source="..\output\Gameboy\Palettes\MANSELL.pal" />
</Component>
<Component Id="MARIO___YOSHI.PAL" DiskId="1" Guid="772E97CF-4935-4149-81FE-191B5790C157">
<File Id="MARIO___YOSHI.PAL" Name="MARIO &amp; YOSHI.pal" Source="..\output\Gameboy\Palettes\MARIO and YOSHI.pal" />
</Component>
<Component Id="MARIO_S_PICROSS.PAL" DiskId="1" Guid="48D87CF3-FE6E-4B56-B8F9-2E16DF93EA9F">
<File Id="MARIO_S_PICROSS.PAL" Name="MARIO'S PICROSS.pal" Source="..\output\Gameboy\Palettes\MARIO'S PICROSS.pal" />
</Component>
<Component Id="MARIOLAND2.PAL" DiskId="1" Guid="71C622EB-37E8-4AE6-9020-F51ABB1B3B9C">
<File Id="MARIOLAND2.PAL" Name="MARIOLAND2.pal" Source="..\output\Gameboy\Palettes\MARIOLAND2.pal" />
</Component>
<Component Id="MEGA_MAN_2.PAL" DiskId="1" Guid="EA98F37B-C9EB-4A31-BF37-F444D27F2C55">
<File Id="MEGA_MAN_2.PAL" Name="MEGA MAN 2.pal" Source="..\output\Gameboy\Palettes\MEGA MAN 2.pal" />
</Component>
<Component Id="MEGAMAN.PAL" DiskId="1" Guid="D52ED57A-A4F1-4CB7-B7C8-38BC45DF7FE3">
<File Id="MEGAMAN.PAL" Name="MEGAMAN.pal" Source="..\output\Gameboy\Palettes\MEGAMAN.pal" />
</Component>
<Component Id="MEGAMAN3.PAL" DiskId="1" Guid="FECC4950-88D8-42D5-B298-7D41D2341720">
<File Id="MEGAMAN3.PAL" Name="MEGAMAN3.pal" Source="..\output\Gameboy\Palettes\MEGAMAN3.pal" />
</Component>
<Component Id="METROID2.PAL" DiskId="1" Guid="290E7B25-9D03-4849-BECD-74AE39A4CF9F">
<File Id="METROID2.PAL" Name="METROID2.pal" Source="..\output\Gameboy\Palettes\METROID2.pal" />
</Component>
<Component Id="MILLI_CENTI_PEDE.PAL" DiskId="1" Guid="F26E5F1B-4805-4431-A041-B3DD0368B4E9">
<File Id="MILLI_CENTI_PEDE.PAL" Name="MILLI&amp;CENTI&amp;PEDE.pal" Source="..\output\Gameboy\Palettes\MILLIPEDE and CENTIPEDE.pal" />
</Component>
<Component Id="MOGURANYA.PAL" DiskId="1" Guid="7F6C70C1-D5ED-4081-9B13-93E0F9DF09A0">
<File Id="MOGURANYA.PAL" Name="MOGURANYA.pal" Source="..\output\Gameboy\Palettes\MOGURANYA.pal" />
</Component>
<Component Id="MYSTIC_QUEST.PAL" DiskId="1" Guid="B41FA3C2-41AD-42A1-90CA-7C6A5D2F5215">
<File Id="MYSTIC_QUEST.PAL" Name="MYSTIC QUEST.pal" Source="..\output\Gameboy\Palettes\MYSTIC QUEST.pal" />
</Component>
<Component Id="NETTOU_KOF_95.PAL" DiskId="1" Guid="6D5C9925-6F3B-4BC7-9015-909403C01016">
<File Id="NETTOU_KOF_95.PAL" Name="NETTOU KOF 95.pal" Source="..\output\Gameboy\Palettes\NETTOU KOF 95.pal" />
</Component>
<Component Id="NEW_CHESSMASTER.PAL" DiskId="1" Guid="E8EDCFF3-BB80-4E24-897C-D2E39B6F2F5F">
<File Id="NEW_CHESSMASTER.PAL" Name="NEW CHESSMASTER.pal" Source="..\output\Gameboy\Palettes\NEW CHESSMASTER.pal" />
</Component>
<Component Id="OTHELLO.PAL" DiskId="1" Guid="97F86A3B-3500-4339-AFDA-80CD3748FBEB">
<File Id="OTHELLO.PAL" Name="OTHELLO.pal" Source="..\output\Gameboy\Palettes\OTHELLO.pal" />
</Component>
<Component Id="PAC_IN_TIME.PAL" DiskId="1" Guid="869D56C1-5A20-4E21-9D42-354D86E0BFAC">
<File Id="PAC_IN_TIME.PAL" Name="PAC-IN-TIME.pal" Source="..\output\Gameboy\Palettes\PAC-IN-TIME.pal" />
</Component>
<Component Id="PICROSS_2.PAL" DiskId="1" Guid="7943B8B3-7119-4668-9688-630FECBE0EAA">
<File Id="PICROSS_2.PAL" Name="PICROSS 2.pal" Source="..\output\Gameboy\Palettes\PICROSS 2.pal" />
</Component>
<Component Id="PINOCCHIO.PAL" DiskId="1" Guid="D0B80ACA-0547-4E1A-94F9-35A2D57BC95A">
<File Id="PINOCCHIO.PAL" Name="PINOCCHIO.pal" Source="..\output\Gameboy\Palettes\PINOCCHIO.pal" />
</Component>
<Component Id="POKEBOM.PAL" DiskId="1" Guid="DE8CDCE0-45EF-40F4-9D22-071E1FCE2967">
<File Id="POKEBOM.PAL" Name="POKEBOM.pal" Source="..\output\Gameboy\Palettes\POKEBOM.pal" />
</Component>
<Component Id="POKEMON_BLUE.PAL" DiskId="1" Guid="7857A081-8263-4687-A2B0-4649DDE4DDE4">
<File Id="POKEMON_BLUE.PAL" Name="POKEMON BLUE.pal" Source="..\output\Gameboy\Palettes\POKEMON BLUE.pal" />
</Component>
<Component Id="POKEMON_GREEN.PAL" DiskId="1" Guid="C9B7C40A-0731-4577-B6B0-8DFD6837F83A">
<File Id="POKEMON_GREEN.PAL" Name="POKEMON GREEN.pal" Source="..\output\Gameboy\Palettes\POKEMON GREEN.pal" />
</Component>
<Component Id="POKEMON_RED.PAL" DiskId="1" Guid="31F3E340-847E-4190-AC69-01A4E6DCB97D">
<File Id="POKEMON_RED.PAL" Name="POKEMON RED.pal" Source="..\output\Gameboy\Palettes\POKEMON RED.pal" />
</Component>
<Component Id="POKEMON_YELLOW.PAL" DiskId="1" Guid="9FE23B9F-2889-425C-8725-96A4D5CE0521">
<File Id="POKEMON_YELLOW.PAL" Name="POKEMON YELLOW.pal" Source="..\output\Gameboy\Palettes\POKEMON YELLOW.pal" />
</Component>
<Component Id="QIX.PAL" DiskId="1" Guid="5B906BB7-D51C-42C3-9928-69B8EA028DDC">
<File Id="QIX.PAL" Name="QIX.pal" Source="..\output\Gameboy\Palettes\QIX.pal" />
</Component>
<Component Id="RADARMISSION.PAL" DiskId="1" Guid="B87EDB05-4656-4481-AC01-AE7A2B184532">
<File Id="RADARMISSION.PAL" Name="RADARMISSION.pal" Source="..\output\Gameboy\Palettes\RADARMISSION.pal" />
</Component>
<Component Id="ROCKMAN_WORLD.PAL" DiskId="1" Guid="00306EDF-A325-4542-AAF7-FEB3C8B88818">
<File Id="ROCKMAN_WORLD.PAL" Name="ROCKMAN WORLD.pal" Source="..\output\Gameboy\Palettes\ROCKMAN WORLD.pal" />
</Component>
<Component Id="ROCKMAN_WORLD2.PAL" DiskId="1" Guid="3398F3CA-97C0-48CF-B19E-B90370A1A242">
<File Id="ROCKMAN_WORLD2.PAL" Name="ROCKMAN WORLD2.pal" Source="..\output\Gameboy\Palettes\ROCKMAN WORLD2.pal" />
</Component>
<Component Id="ROCKMANWORLD3.PAL" DiskId="1" Guid="87CAA33E-BBAE-4906-B9A1-85664F2B7216">
<File Id="ROCKMANWORLD3.PAL" Name="ROCKMANWORLD3.pal" Source="..\output\Gameboy\Palettes\ROCKMANWORLD3.pal" />
</Component>
<Component Id="SEIKEN_DENSETSU.PAL" DiskId="1" Guid="0F698725-A3EC-4329-B289-0C72B37E596A">
<File Id="SEIKEN_DENSETSU.PAL" Name="SEIKEN DENSETSU.pal" Source="..\output\Gameboy\Palettes\SEIKEN DENSETSU.pal" />
</Component>
<Component Id="SOCCER.PAL" DiskId="1" Guid="52EEE4AA-1621-4501-BAEC-B20B7CFBED50">
<File Id="SOCCER.PAL" Name="SOCCER.pal" Source="..\output\Gameboy\Palettes\SOCCER.pal" />
</Component>
<Component Id="SOLARSTRIKER.PAL" DiskId="1" Guid="3C2C85BE-4421-41BA-84E2-E0A65EAE7743">
<File Id="SOLARSTRIKER.PAL" Name="SOLARSTRIKER.pal" Source="..\output\Gameboy\Palettes\SOLARSTRIKER.pal" />
</Component>
<Component Id="SPACE_INVADERS.PAL" DiskId="1" Guid="04E2612F-9925-4F5F-9DFA-99E8900637EA">
<File Id="SPACE_INVADERS.PAL" Name="SPACE INVADERS.pal" Source="..\output\Gameboy\Palettes\SPACE INVADERS.pal" />
</Component>
<Component Id="STAR_STACKER.PAL" DiskId="1" Guid="064FF9C6-8DF1-4B1F-BF1D-3067DC46D8FA">
<File Id="STAR_STACKER.PAL" Name="STAR STACKER.pal" Source="..\output\Gameboy\Palettes\STAR STACKER.pal" />
</Component>
<Component Id="STAR_WARS_NOA.PAL" DiskId="1" Guid="B252B265-84D6-47CA-A19C-0CA6195EFD50">
<File Id="STAR_WARS_NOA.PAL" Name="STAR WARS-NOA.pal" Source="..\output\Gameboy\Palettes\STAR WARS-NOA.pal" />
</Component>
<Component Id="STAR_WARS.PAL" DiskId="1" Guid="8131DAC1-895F-4875-8804-3881CB2717C5">
<File Id="STAR_WARS.PAL" Name="STAR WARS.pal" Source="..\output\Gameboy\Palettes\STAR WARS.pal" />
</Component>
<Component Id="STREET_FIGHTER_2.PAL" DiskId="1" Guid="9ADD5CED-F5EA-46F1-A0E4-88007803D3CE">
<File Id="STREET_FIGHTER_2.PAL" Name="STREET FIGHTER 2.pal" Source="..\output\Gameboy\Palettes\STREET FIGHTER 2.pal" />
</Component>
<Component Id="SUPER_MARIOLAND.PAL" DiskId="1" Guid="8EC9AD6A-CC1E-41F5-BD91-62DB2CFC5DE4">
<File Id="SUPER_MARIOLAND.PAL" Name="SUPER MARIOLAND.pal" Source="..\output\Gameboy\Palettes\SUPER MARIOLAND.pal" />
</Component>
<Component Id="SUPER_RC_PRO_AM.PAL" DiskId="1" Guid="E02AE23F-5157-498F-9292-CDE7F034DA97">
<File Id="SUPER_RC_PRO_AM.PAL" Name="SUPER RC PRO-AM.pal" Source="..\output\Gameboy\Palettes\SUPER RC PRO-AM.pal" />
</Component>
<Component Id="SUPERDONKEYKONG.PAL" DiskId="1" Guid="89601AF3-6764-4C7A-8C5A-DF51DDAF58A3">
<File Id="SUPERDONKEYKONG.PAL" Name="SUPERDONKEYKONG.pal" Source="..\output\Gameboy\Palettes\SUPERDONKEYKONG.pal" />
</Component>
<Component Id="SUPERMARIOLAND3.PAL" DiskId="1" Guid="8EC4CC42-5810-48B4-9A1C-0752BD79E398">
<File Id="SUPERMARIOLAND3.PAL" Name="SUPERMARIOLAND3.pal" Source="..\output\Gameboy\Palettes\SUPERMARIOLAND3.pal" />
</Component>
<Component Id="TENNIS.PAL" DiskId="1" Guid="4D808111-8DC8-418E-ACBE-1C5226BFAA92">
<File Id="TENNIS.PAL" Name="TENNIS.pal" Source="..\output\Gameboy\Palettes\TENNIS.pal" />
</Component>
<Component Id="TETRIS_ATTACK.PAL" DiskId="1" Guid="174772FD-1BC8-47C0-BB8A-CE56911846A8">
<File Id="TETRIS_ATTACK.PAL" Name="TETRIS ATTACK.pal" Source="..\output\Gameboy\Palettes\TETRIS ATTACK.pal" />
</Component>
<Component Id="TETRIS_BLAST.PAL" DiskId="1" Guid="AC4AC921-0C9E-45F1-975F-DAD438DF3881">
<File Id="TETRIS_BLAST.PAL" Name="TETRIS BLAST.pal" Source="..\output\Gameboy\Palettes\TETRIS BLAST.pal" />
</Component>
<Component Id="TETRIS_FLASH.PAL" DiskId="1" Guid="908D64A9-6BED-4A39-AAA4-6DC4C53B7DC7">
<File Id="TETRIS_FLASH.PAL" Name="TETRIS FLASH.pal" Source="..\output\Gameboy\Palettes\TETRIS FLASH.pal" />
</Component>
<Component Id="TETRIS_PLUS.PAL" DiskId="1" Guid="DA7613AC-99B8-4A83-85E5-102BD980C671">
<File Id="TETRIS_PLUS.PAL" Name="TETRIS PLUS.pal" Source="..\output\Gameboy\Palettes\TETRIS PLUS.pal" />
</Component>
<Component Id="TETRIS.PAL" DiskId="1" Guid="A1642A0A-450D-4FB6-A98F-57C8500B8621">
<File Id="TETRIS.PAL" Name="TETRIS.pal" Source="..\output\Gameboy\Palettes\TETRIS.pal" />
</Component>
<Component Id="TETRIS2.PAL" DiskId="1" Guid="125966ED-BF8F-4A09-9282-7910E410439F">
<File Id="TETRIS2.PAL" Name="TETRIS2.pal" Source="..\output\Gameboy\Palettes\TETRIS2.pal" />
</Component>
<Component Id="THE_CHESSMASTER.PAL" DiskId="1" Guid="E401E904-D2C2-46C6-A3AA-5698D822FC3C">
<File Id="THE_CHESSMASTER.PAL" Name="THE CHESSMASTER.pal" Source="..\output\Gameboy\Palettes\THE CHESSMASTER.pal" />
</Component>
<Component Id="TOPRANKINGTENNIS.PAL" DiskId="1" Guid="9CF73092-06DF-4C4D-9515-4A0E0AB59456">
<File Id="TOPRANKINGTENNIS.PAL" Name="TOPRANKINGTENNIS.pal" Source="..\output\Gameboy\Palettes\TOPRANKINGTENNIS.pal" />
</Component>
<Component Id="TOPRANKTENNIS.PAL" DiskId="1" Guid="914F660F-96EA-4DB4-B369-9546968CFF21">
<File Id="TOPRANKTENNIS.PAL" Name="TOPRANKTENNIS.pal" Source="..\output\Gameboy\Palettes\TOPRANKTENNIS.pal" />
</Component>
<Component Id="TOY_STORY.PAL" DiskId="1" Guid="6CA6686A-AAFA-4148-834F-AE563F376606">
<File Id="TOY_STORY.PAL" Name="TOY STORY.pal" Source="..\output\Gameboy\Palettes\TOY STORY.pal" />
</Component>
<Component Id="TRIP_WORLD.PAL" DiskId="1" Guid="22C9E405-C7DC-4D88-8C2B-77292979E91E">
<File Id="TRIP_WORLD.PAL" Name="TRIP WORLD.pal" Source="..\output\Gameboy\Palettes\TRIP WORLD.pal" />
</Component>
<Component Id="VEGAS_STAKES.PAL" DiskId="1" Guid="B5755E9F-DA68-410F-9E73-107944D6CFC9">
<File Id="VEGAS_STAKES.PAL" Name="VEGAS STAKES.pal" Source="..\output\Gameboy\Palettes\VEGAS STAKES.pal" />
</Component>
<Component Id="WARIO_BLAST.PAL" DiskId="1" Guid="B5E058CA-8F81-48CD-A69A-B0A98BF44EFB">
<File Id="WARIO_BLAST.PAL" Name="WARIO BLAST.pal" Source="..\output\Gameboy\Palettes\WARIO BLAST.pal" />
</Component>
<Component Id="WARIOLAND2.PAL" DiskId="1" Guid="1978FA12-4A2D-4466-86B6-3AE9432E6AE7">
<File Id="WARIOLAND2.PAL" Name="WARIOLAND2.pal" Source="..\output\Gameboy\Palettes\WARIOLAND2.pal" />
</Component>
<Component Id="WAVERACE.PAL" DiskId="1" Guid="17DE3C7F-88E9-40D5-9982-588DDCB7AAB5">
<File Id="WAVERACE.PAL" Name="WAVERACE.pal" Source="..\output\Gameboy\Palettes\WAVERACE.pal" />
</Component>
<Component Id="WORLD_CUP.PAL" DiskId="1" Guid="0BCCD4A9-CB4A-4C77-9D3A-CEC707723BCD">
<File Id="WORLD_CUP.PAL" Name="WORLD CUP.pal" Source="..\output\Gameboy\Palettes\WORLD CUP.pal" />
</Component>
<Component Id="X.PAL" DiskId="1" Guid="C73DC467-11E1-48E9-A918-BBDB0F654ACB">
<File Id="X.PAL" Name="X.pal" Source="..\output\Gameboy\Palettes\X.pal" />
</Component>
<Component Id="YAKUMAN.PAL" DiskId="1" Guid="C3CE0E55-F604-4105-BCA0-EF5A321D204B">
<File Id="YAKUMAN.PAL" Name="YAKUMAN.pal" Source="..\output\Gameboy\Palettes\YAKUMAN.pal" />
</Component>
<Component Id="YOSHI_S_COOKIE.PAL" DiskId="1" Guid="9686FBC8-BC72-4892-9793-467429C0909A">
<File Id="YOSHI_S_COOKIE.PAL" Name="YOSHI'S COOKIE.pal" Source="..\output\Gameboy\Palettes\YOSHI'S COOKIE.pal" />
</Component>
<Component Id="YOSSY_NO_COOKIE.PAL" DiskId="1" Guid="68884F07-DCA6-401A-A100-483E7808CA23">
<File Id="YOSSY_NO_COOKIE.PAL" Name="YOSSY NO COOKIE.pal" Source="..\output\Gameboy\Palettes\YOSSY NO COOKIE.pal" />
</Component>
<Component Id="YOSSY_NO_PANEPON.PAL" DiskId="1" Guid="DC51B035-122C-49D6-A13B-B3D1E3305581">
<File Id="YOSSY_NO_PANEPON.PAL" Name="YOSSY NO PANEPON.pal" Source="..\output\Gameboy\Palettes\YOSSY NO PANEPON.pal" />
</Component>
<Component Id="YOSSY_NO_TAMAGO.PAL" DiskId="1" Guid="C0758109-C7E6-4E66-8B6B-9B05EDE77D75">
<File Id="YOSSY_NO_TAMAGO.PAL" Name="YOSSY NO TAMAGO.pal" Source="..\output\Gameboy\Palettes\YOSSY NO TAMAGO.pal" />
</Component>
<Component Id="ZELDA.PAL" DiskId="1" Guid="8BFA9DD7-A8F9-402C-B79A-6A9D2FE7CFA5">
<File Id="ZELDA.PAL" Name="ZELDA.pal" Source="..\output\Gameboy\Palettes\ZELDA.pal" />
</Component>
<Component Id="ZELDA2.PAL" DiskId="1" Guid="6DCEF430-C3D9-474D-8346-05A0DDAC3331">
<File Id="ZELDA2.PAL" Name="ZELDA2.pal" Source="..\output\Gameboy\Palettes\ZELDA2.pal" />
</Component>
</Directory>
</Directory>
<Directory Id="GAMEDB" Name="gamedb">
<Component Id="GAME.DB" DiskId="1" Guid="CB1C1E8C-9ED9-45C0-8EC5-0D39DF7191F9">
<File Id="GAME.DB" Name="game.db" Source="..\output\gamedb\game.db" />
</Component>
<Component Id="GAMEDB.TXT" DiskId="1" Guid="C2893DE0-1302-4354-B68A-8A50E3F0365D">
<File Id="GAMEDB.TXT" Name="gamedb.txt" Source="..\output\gamedb\gamedb.txt" />
</Component>
<Component Id="GAMEDB_A2600.TXT" DiskId="1" Guid="9E4FE301-70DF-41CB-AA59-8357B7A4E76B">
<File Id="GAMEDB_A2600.TXT" Name="gamedb_a2600.txt" Source="..\output\gamedb\gamedb_a2600.txt" />
</Component>
<Component Id="GAMEDB_COLECO.TXT" DiskId="1" Guid="9F7A3E82-FA6F-45D3-BB48-14D76D751137">
<File Id="GAMEDB_COLECO.TXT" Name="gamedb_coleco.txt" Source="..\output\gamedb\gamedb_coleco.txt" />
</Component>
<Component Id="GAMEDB_GB.TXT" DiskId="1" Guid="EFBF4FA3-737D-45F2-89EB-970B5F548981">
<File Id="GAMEDB_GB.TXT" Name="gamedb_gb.txt" Source="..\output\gamedb\gamedb_gb.txt" />
</Component>
<Component Id="GAMEDB_GBA.TXT" DiskId="1" Guid="AB2E0F7E-64BB-4018-9F69-802AC5D1208D">
<File Id="GAMEDB_GBA.TXT" Name="gamedb_gba.txt" Source="..\output\gamedb\gamedb_gba.txt" />
</Component>
<Component Id="GAMEDB_GBC.TXT" DiskId="1" Guid="2D6BCA82-C86E-46E9-A79F-3CAE70E11B6E">
<File Id="GAMEDB_GBC.TXT" Name="gamedb_gbc.txt" Source="..\output\gamedb\gamedb_gbc.txt" />
</Component>
<Component Id="GAMEDB_LYNX.TXT" DiskId="1" Guid="7847F895-77B7-4F10-90EF-806CD4898F10">
<File Id="GAMEDB_LYNX.TXT" Name="gamedb_lynx.txt" Source="..\output\gamedb\gamedb_lynx.txt" />
</Component>
<Component Id="GAMEDB_N64.TXT" DiskId="1" Guid="D7D5FA49-D66C-49CA-9402-1101888D8034">
<File Id="GAMEDB_N64.TXT" Name="gamedb_n64.txt" Source="..\output\gamedb\gamedb_n64.txt" />
</Component>
<Component Id="GAMEDB_NESHOMEBREW.TXT" DiskId="1" Guid="A2F0240E-C7B0-422D-BE2F-1CDC450CD51C">
<File Id="GAMEDB_NESHOMEBREW.TXT" Name="gamedb_neshomebrew.txt" Source="..\output\gamedb\gamedb_neshomebrew.txt" />
</Component>
<Component Id="GAMEDB_PCE_CD.TXT" DiskId="1" Guid="67E31707-2403-4525-8B06-C2D9A3EFC2FA">
<File Id="GAMEDB_PCE_CD.TXT" Name="gamedb_pce_cd.txt" Source="..\output\gamedb\gamedb_pce_cd.txt" />
</Component>
<Component Id="GAMEDB_PCE_HUCARDS.TXT" DiskId="1" Guid="A78AB715-D1F1-4F6D-92CC-C4EB444AEB7F">
<File Id="GAMEDB_PCE_HUCARDS.TXT" Name="gamedb_pce_hucards.txt" Source="..\output\gamedb\gamedb_pce_hucards.txt" />
</Component>
<Component Id="GAMEDB_SEGA_GG.TXT" DiskId="1" Guid="9627D8C4-178A-4249-8627-C886AEBE2A68">
<File Id="GAMEDB_SEGA_GG.TXT" Name="gamedb_sega_gg.txt" Source="..\output\gamedb\gamedb_sega_gg.txt" />
</Component>
<Component Id="GAMEDB_SEGA_MD.TXT" DiskId="1" Guid="81786BE5-DA18-4543-8557-14265BF84123">
<File Id="GAMEDB_SEGA_MD.TXT" Name="gamedb_sega_md.txt" Source="..\output\gamedb\gamedb_sega_md.txt" />
</Component>
<Component Id="GAMEDB_SEGA_SG1000.TXT" DiskId="1" Guid="10323566-23E4-4C8B-A0ED-070D95FA082D">
<File Id="GAMEDB_SEGA_SG1000.TXT" Name="gamedb_sega_sg1000.txt" Source="..\output\gamedb\gamedb_sega_sg1000.txt" />
</Component>
<Component Id="GAMEDB_SEGA_SMS.TXT" DiskId="1" Guid="923889F9-F4DD-4CA3-92F3-1DD5167178E3">
<File Id="GAMEDB_SEGA_SMS.TXT" Name="gamedb_sega_sms.txt" Source="..\output\gamedb\gamedb_sega_sms.txt" />
</Component>
<Component Id="GAMEDB_SNES.TXT" DiskId="1" Guid="01701DBF-EA2E-4010-B31E-92B222A6BD0C">
<File Id="GAMEDB_SNES.TXT" Name="gamedb_snes.txt" Source="..\output\gamedb\gamedb_snes.txt" />
</Component>
<Component Id="GAMEDB_USER.TXT" DiskId="1" Guid="F76F79EA-2563-4FD3-BD74-044DDCCF3993">
<File Id="GAMEDB_USER.TXT" Name="gamedb_user.txt" Source="..\output\gamedb\gamedb_user.txt" />
</Component>
<Component Id="GAMEDB_WS.TXT" DiskId="1" Guid="EB9DDC9A-F83B-4CA9-B5CD-19C65995D974">
<File Id="GAMEDB_WS.TXT" Name="gamedb_ws.txt" Source="..\output\gamedb\gamedb_ws.txt" />
</Component>
<Component Id="GAMEDB_WSC.TXT" DiskId="1" Guid="BF24D1B5-729C-4261-A61B-2C50D23EECA8">
<File Id="GAMEDB_WSC.TXT" Name="gamedb_wsc.txt" Source="..\output\gamedb\gamedb_wsc.txt" />
</Component>
<Component Id="GAMEDB_VS.TXT" DiskId="1" Guid="3C390A96-FBC2-43F8-A7E6-D38A64601D45">
<File Id="GAMEDB_VS.TXT" Name="gamedb_vs.txt" Source="..\output\gamedb\gamedb_vs.txt" />
</Component>
<Component Id="NESCARTS.7Z" DiskId="1" Guid="8AC012E3-708A-4E2A-ABE6-C88A6AFA7F0C">
<File Id="NESCARTS.7Z" Name="NesCarts.7z" Source="..\output\gamedb\NesCarts.7z" />
</Component>
<Component Id="UPDATE_GAMEDB.BAT" DiskId="1" Guid="417F6CBD-EEA8-4803-8DCC-53E941B977FA">
<File Id="UPDATE_GAMEDB.BAT" Name="update_gamedb.bat" Source="..\output\gamedb\update_gamedb.bat" />
</Component>
<Component Id="WGET.EXE" DiskId="1" Guid="45C53F05-582E-4E70-AF40-DBDEE62A12DF">
<File Id="WGET.EXE" Name="wget.exe" Source="..\output\gamedb\wget.exe" />
</Component>
</Directory>
<Directory Id="LUA" Name="Lua">
<Component Id="BUTTONCOUNT.LUA" DiskId="1" Guid="BA36D323-6A56-4B77-B12D-647802532C88">
<File Id="BUTTONCOUNT.LUA" Name="ButtonCount.lua" Source="..\output\Lua\ButtonCount.lua" />
</Component>
<Component Id="MovieClock.lua" DiskId="1" Guid="BA36D323-6A56-4B77-B12D-647802532C80">
<File Id="MovieClock.lua" Name="MovieClock.lua" Source="..\output\Lua\MovieClock.lua" />
</Component>
<Directory Id="GENESIS" Name="Genesis">
<Component Id="CASTLEVANIA_BLOODLINES.LUA" DiskId="1" Guid="179AFA68-0D1C-41A1-9A1A-42935EF23DB3">
<File Id="CASTLEVANIA_BLOODLINES.LUA" Name="Castlevania Bloodlines.lua" Source="..\output\Lua\Genesis\Castlevania Bloodlines.lua" />
</Component>
<Component Id="LEGEND_OF_TOKI.LUA" DiskId="1" Guid="556BB51E-49E9-45BB-9CA2-A2F7EED017D2">
<File Id="LEGEND_OF_TOKI.LUA" Name="Legend of Toki.lua" Source="..\output\Lua\Genesis\Legend of Toki.lua" />
</Component>
</Directory>
<Directory Id="N64" Name="N64">
<Component Id="M64_READER.LUA" DiskId="1" Guid="6C1AF992-BF1F-4D41-B329-DEF2942AE086">
<File Id="M64_READER.LUA" Name="M64_reader.lua" Source="..\output\Lua\N64\M64_reader.lua" />
</Component>
</Directory>
<Directory Id="NES" Name="NES">
<Component Id="CASTLEVANIA.LUA" DiskId="1" Guid="7897BB6D-1482-4940-8ABC-2F66C7D6C536">
<File Id="CASTLEVANIA.LUA" Name="Castlevania.lua" Source="..\output\Lua\NES\Castlevania.lua" />
</Component>
<Component Id="CONTRA_FORCE.LUA" DiskId="1" Guid="E228C8FF-50F4-46F5-8550-2D0C2EA54940">
<File Id="CONTRA_FORCE.LUA" Name="Contra force.lua" Source="..\output\Lua\NES\Contra force.lua" />
</Component>
<Component Id="CRYSTALIS.LUA" DiskId="1" Guid="8ACB7A66-C7F9-4CB6-A84E-9B6AB96DFB3B">
<File Id="CRYSTALIS.LUA" Name="Crystalis.lua" Source="..\output\Lua\NES\Crystalis.lua" />
</Component>
<Component Id="FAXANDU.LUA" DiskId="1" Guid="25B077E2-917D-482A-89D6-7260A2048493">
<File Id="FAXANDU.LUA" Name="Faxandu.lua" Source="..\output\Lua\NES\Faxandu.lua" />
</Component>
<Component Id="HOLY_DIVER.LUA" DiskId="1" Guid="4B747FDE-79E3-49BB-B384-6F85DB04E085">
<File Id="HOLY_DIVER.LUA" Name="Holy Diver.lua" Source="..\output\Lua\NES\Holy Diver.lua" />
</Component>
<Component Id="MEGAMAN_4.LUA" DiskId="1" Guid="27DFE32C-3360-4B81-967A-2D43C7AE58F0">
<File Id="MEGAMAN_4.LUA" Name="Megaman 4.lua" Source="..\output\Lua\NES\Megaman 4.lua" />
</Component>
<Component Id="NINJAGAIDEN_HITBOX.LUA" DiskId="1" Guid="45036ACE-303D-4835-A95E-7132B680A012">
<File Id="NINJAGAIDEN_HITBOX.LUA" Name="NinjaGaiden_Hitbox.lua" Source="..\output\Lua\NES\NinjaGaiden_Hitbox.lua" />
</Component>
<Component Id="PUNCHOUTSTATS.LUA" DiskId="1" Guid="CC355B56-FA06-4E84-A8E3-CB626DB77FCD">
<File Id="PUNCHOUTSTATS.LUA" Name="PunchOutStats.lua" Source="..\output\Lua\NES\PunchOutStats.lua" />
</Component>
<Component Id="RBIBASEBALL.LUA" DiskId="1" Guid="FA744A3A-9F5B-4C4F-AC08-D4D7EA951478">
<File Id="RBIBASEBALL.LUA" Name="RBIBaseball.lua" Source="..\output\Lua\NES\RBIBaseball.lua" />
</Component>
<Component Id="SIMONS_QUEST.LUA" DiskId="1" Guid="C9FA72AB-BA4E-4A85-8D9B-DBAD59D5667E">
<File Id="SIMONS_QUEST.LUA" Name="Simons Quest.lua" Source="..\output\Lua\NES\Simons Quest.lua" />
</Component>
<Component Id="SMB2U.LUA" DiskId="1" Guid="82673BBF-57CA-426E-BA85-ADAAA022EFE1">
<File Id="SMB2U.LUA" Name="SMB2U.lua" Source="..\output\Lua\NES\SMB2U.lua" />
</Component>
<Component Id="SNAKE_RATTLE_N__ROLL.LUA" DiskId="1" Guid="2FC6333B-5886-4A17-875C-8FFAB11F2362">
<File Id="SNAKE_RATTLE_N__ROLL.LUA" Name="Snake Rattle N' Roll.lua" Source="..\output\Lua\NES\Snake Rattle N' Roll.lua" />
</Component>
<Component Id="SUPER_C.LUA" DiskId="1" Guid="AA2020A2-BCFC-41F2-908C-304DBBEEAC4A">
<File Id="SUPER_C.LUA" Name="Super C.lua" Source="..\output\Lua\NES\Super C.lua" />
</Component>
<Component Id="VICE_PROJECT_DOOM.LUA" DiskId="1" Guid="69FCCC6A-DB2F-480C-A722-3A247377E1D2">
<File Id="VICE_PROJECT_DOOM.LUA" Name="Vice Project Doom.lua" Source="..\output\Lua\NES\Vice Project Doom.lua" />
</Component>
<Component Id="ZapperTarget.lua" DiskId="1" Guid="69FCCC6A-DB2F-480C-A722-3A247377E1DD">
<File Id="ZapperTarget.lua" Name="ZapperTarget.lua" Source="..\output\Lua\NES\ZapperTarget.lua" />
</Component>
</Directory>
<Directory Id="PCE" Name="PCE">
<Component Id="CASTLEVANIA_RONDO_OF_BLOOD.LUA" DiskId="1" Guid="A54AAF18-5734-46E7-B8A4-26390883E3D4">
<File Id="CASTLEVANIA_RONDO_OF_BLOOD.LUA" Name="Castlevania_Rondo_of_Blood.lua" Source="..\output\Lua\PCE\Castlevania_Rondo_of_Blood.lua" />
</Component>
</Directory>
<Directory Id="SNES" Name="SNES">
<Component Id="CONGO_S_CAPER.LUA" DiskId="1" Guid="904E859B-78BB-41B5-AC10-A077CB450EC4">
<File Id="CONGO_S_CAPER.LUA" Name="Congo's Caper.lua" Source="..\output\Lua\SNES\Congo's Caper.lua" />
</Component>
<Component Id="CONTRA_3.LUA" DiskId="1" Guid="B2821501-4A10-446A-A621-233A7DB461B3">
<File Id="CONTRA_3.LUA" Name="Contra 3.lua" Source="..\output\Lua\SNES\Contra 3.lua" />
</Component>
<Component Id="DONKEY_KONG_COUNTRY_3.LUA" DiskId="1" Guid="E21E022C-D958-4878-9DB2-0DB7443CB48B">
<File Id="DONKEY_KONG_COUNTRY_3.LUA" Name="Donkey Kong Country 3.lua" Source="..\output\Lua\SNES\Donkey Kong Country 3.lua" />
</Component>
<Component Id="MEGAMAN_X.LUA" DiskId="1" Guid="4CC621FD-8DE6-4F3A-8995-1638A4579971">
<File Id="MEGAMAN_X.LUA" Name="Megaman X.lua" Source="..\output\Lua\SNES\Megaman X.lua" />
</Component>
<Component Id="MEGAMAN_X2.LUA" DiskId="1" Guid="02104F20-B35D-42D8-B41D-D7AD7A00CB0E">
<File Id="MEGAMAN_X2.LUA" Name="Megaman X2.lua" Source="..\output\Lua\SNES\Megaman X2.lua" />
</Component>
<Component Id="MEGAMAN_X3.LUA" DiskId="1" Guid="E1FF2B8D-556A-48F1-AE40-30F6A2C4A605">
<File Id="MEGAMAN_X3.LUA" Name="Megaman X3.lua" Source="..\output\Lua\SNES\Megaman X3.lua" />
</Component>
<Component Id="ROCKMAN___FORTE.LUA" DiskId="1" Guid="9E5D76C6-0ACA-4C93-B1E6-B2DA0C21D93E">
<File Id="ROCKMAN___FORTE.LUA" Name="Rockman &amp; Forte.lua" Source="..\output\Lua\SNES\Rockman and Forte.lua" />
</Component>
<Component Id="SUPER_CASTLEVANIA_4.LUA" DiskId="1" Guid="19BA6B26-0E19-4852-86FE-F3122118B8A1">
<File Id="SUPER_CASTLEVANIA_4.LUA" Name="Super Castlevania 4.lua" Source="..\output\Lua\SNES\Super Castlevania 4.lua" />
</Component>
<Component Id="SUPER_GHOULS_N_GHOST.LUA" DiskId="1" Guid="324B061C-9AE4-4547-8765-8EBF9B1314C0">
<File Id="SUPER_GHOULS_N_GHOST.LUA" Name="Super Ghouls N Ghost.lua" Source="..\output\Lua\SNES\Super Ghouls N Ghost.lua" />
</Component>
<Component Id="SUPER_MARIO_WORLD.LUA" DiskId="1" Guid="39844EF6-C830-458A-A1DC-E0D96AC1CBF4">
<File Id="SUPER_MARIO_WORLD.LUA" Name="Super Mario World.lua" Source="..\output\Lua\SNES\Super Mario World.lua" />
</Component>
<Component Id="SUPER_METROID.LUA" DiskId="1" Guid="4C227AE1-395A-4E98-B987-70C1DEEE2659">
<File Id="SUPER_METROID.LUA" Name="Super Metroid.lua" Source="..\output\Lua\SNES\Super Metroid.lua" />
</Component>
<Component Id="Ys_III.lua" DiskId="1" Guid="4C227AE1-395A-4E98-B987-70C1DEEE265A">
<File Id="Ys_III.lua" Name="Y's III.lua" Source="..\output\Lua\SNES\Y's III.lua" />
</Component>
</Directory>
<Directory Id="UNITTESTS" Name="UnitTests">
<Component Id="CONSOLE.LUA" DiskId="1" Guid="4C0B1652-5710-46DC-9025-8421BD3CD3D5">
<File Id="CONSOLE.LUA" Name="Console.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\Console.lua" />
</Component>
<Component Id="GAMEINFO.LUA" DiskId="1" Guid="69247451-4FCA-4B31-83E0-455819242321">
<File Id="GAMEINFO.LUA" Name="GameInfo.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\GameInfo.lua" />
</Component>
<Component Id="JOYPAD_ROUNDTRIP.LUA" DiskId="1" Guid="EEC8F9F9-E561-42C9-B195-0BD1EEA2948B">
<File Id="JOYPAD_ROUNDTRIP.LUA" Name="Joypad_RoundTrip.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\Joypad_RoundTrip.lua" />
</Component>
<Component Id="JOYPAD_SET.LUA" DiskId="1" Guid="7EA546EF-5606-40AE-A75F-B3E20DEB1467">
<File Id="JOYPAD_SET.LUA" Name="Joypad_Set.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\Joypad_Set.lua" />
</Component>
<Component Id="JOYPAD_WITHCONTROLLERNUMBERS.LUA" DiskId="1" Guid="62BF21A4-F926-44F7-A9DE-56E850F4B68D">
<File Id="JOYPAD_WITHCONTROLLERNUMBERS.LUA" Name="Joypad_WithControllerNumbers.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\Joypad_WithControllerNumbers.lua" />
</Component>
<Component Id="UNITTESTS.LUA" DiskId="1" Guid="A4EA268C-CF87-4AFE-96BA-B3C6066E7E8D">
<File Id="UNITTESTS.LUA" Name="UnitTests.lua" Source="D:\Emu\BizHawk\Lua\UnitTests\UnitTests.lua" />
</Component>
</Directory>
</Directory>
<Directory Id="NES_1" Name="NES">
<Directory Id="PALETTES_1" Name="Palettes">
<Component Id="ASQ_REALITYA.PAL" DiskId="1" Guid="A72141BC-D16B-420A-B2B3-7ABAA00217AF">
<File Id="ASQ_REALITYA.PAL" Name="ASQ_realityA.pal" Source="..\output\NES\Palettes\ASQ_realityA.pal" />
</Component>
<Component Id="ASQ_REALITYB.PAL" DiskId="1" Guid="152CFA0E-0D13-4227-92AF-10A1A5562046">
<File Id="ASQ_REALITYB.PAL" Name="ASQ_realityB.pal" Source="..\output\NES\Palettes\ASQ_realityB.pal" />
</Component>
<Component Id="BMF_FINAL2.PAL" DiskId="1" Guid="F6192E79-6B26-4FF2-8568-9F3EA725DBF5">
<File Id="BMF_FINAL2.PAL" Name="BMF_final2.pal" Source="..\output\NES\Palettes\BMF_final2.pal" />
</Component>
<Component Id="BMF_FINAL3.PAL" DiskId="1" Guid="4AE331B6-1DB5-460F-BD06-650939AFAEEA">
<File Id="BMF_FINAL3.PAL" Name="BMF_final3.pal" Source="..\output\NES\Palettes\BMF_final3.pal" />
</Component>
<Component Id="FCEU_13_DEFAULT_NITSUJA.PAL" DiskId="1" Guid="211151D2-608F-4F79-9A65-CAAFEF43B05A">
<File Id="FCEU_13_DEFAULT_NITSUJA.PAL" Name="FCEU-13-default_nitsuja.pal" Source="..\output\NES\Palettes\FCEU-13-default_nitsuja.pal" />
</Component>
<Component Id="FCEU_15_NITSUJA_NEW.PAL" DiskId="1" Guid="F181D050-A9AD-4C06-A93C-FD1632601B5D">
<File Id="FCEU_15_NITSUJA_NEW.PAL" Name="FCEU-15-nitsuja_new.pal" Source="..\output\NES\Palettes\FCEU-15-nitsuja_new.pal" />
</Component>
<Component Id="FCEUX.PAL" DiskId="1" Guid="5CA26666-7C21-4EE8-92D6-20F24B4DBA57">
<File Id="FCEUX.PAL" Name="FCEUX.pal" Source="..\output\NES\Palettes\FCEUX.pal" />
</Component>
<Component Id="QUICKNES.PAL" DiskId="1" Guid="E61D68D1-5CB7-4420-B668-BEA0E2C0C99A">
<File Id="QUICKNES.PAL" Name="QuickNes.pal" Source="D:\Emu\BizHawk\NES\Palettes\QuickNes.pal" />
</Component>
<Component Id="SONY_CXA2025AS_US.PAL" DiskId="1" Guid="6680C14E-C136-483C-9BCE-ED13BD015846">
<File Id="SONY_CXA2025AS_US.PAL" Name="SONY_CXA2025AS_US.pal" Source="D:\Emu\BizHawk\NES\Palettes\SONY_CXA2025AS_US.pal" />
</Component>
</Directory>
</Directory>
<Directory Id="SHADERS" Name="Shaders">
<Directory Id="BICUBIC" Name="bicubic">
<Component Id="BICUBIC_FAST.CG" DiskId="1" Guid="868285C8-0B4C-4D7A-973C-29B5ADF425FC">
<File Id="BICUBIC_FAST.CG" Name="bicubic-fast.cg" Source="D:\Emu\BizHawk\Shaders\bicubic\bicubic-fast.cg" />
</Component>
<Component Id="BICUBIC_FAST.GLSL" DiskId="1" Guid="034D4878-65E2-446D-9AFD-B47ED92C6E97">
<File Id="BICUBIC_FAST.GLSL" Name="bicubic-fast.glsl" Source="D:\Emu\BizHawk\Shaders\bicubic\bicubic-fast.glsl" />
</Component>
</Directory>
<Directory Id="BIZHAWK_S" Name="BizHawk">
<Component Id="BICUBIC_FAST.CGP" DiskId="1" Guid="D5421E05-09E4-4D85-B0C1-470B15EF2177">
<File Id="BICUBIC_FAST.CGP" Name="bicubic-fast.cgp" Source="D:\Emu\BizHawk\Shaders\BizHawk\bicubic-fast.cgp" />
</Component>
<Component Id="BICUBIC_FAST.GLSL_1" DiskId="1" Guid="5A96B721-544E-43A1-95E1-437BF3B0A63E">
<File Id="BICUBIC_FAST.GLSL_1" Name="bicubic-fast.glsl" Source="D:\Emu\BizHawk\Shaders\BizHawk\bicubic-fast.glsl" />
</Component>
<Component Id="BIZSCANLINES.CGP" DiskId="1" Guid="AA5EE9DD-6CBF-4FC1-9FB2-73304AB59D92">
<File Id="BIZSCANLINES.CGP" Name="BizScanlines.cgp" Source="D:\Emu\BizHawk\Shaders\BizHawk\BizScanlines.cgp" />
</Component>
<Component Id="BIZSCANLINES.GLSL" DiskId="1" Guid="866030D4-01AE-4CAE-8FBD-88F2E579F7D2">
<File Id="BIZSCANLINES.GLSL" Name="BizScanlines.glsl" Source="D:\Emu\BizHawk\Shaders\BizHawk\BizScanlines.glsl" />
</Component>
<Component Id="HQ2X.CG" DiskId="1" Guid="397A0A2A-D97A-43EA-AC20-D378593F081D">
<File Id="HQ2X.CG" Name="hq2x.cg" Source="D:\Emu\BizHawk\Shaders\BizHawk\hq2x.cg" />
</Component>
<Component Id="HQ2X.CGP" DiskId="1" Guid="F556A2C5-112C-4FBE-AB32-03F0CCEE3E47">
<File Id="HQ2X.CGP" Name="hq2x.cgp" Source="D:\Emu\BizHawk\Shaders\BizHawk\hq2x.cgp" />
</Component>
<Component Id="HQ2X.GLSL" DiskId="1" Guid="946E7195-788B-4342-AFED-ECC707CFB162">
<File Id="HQ2X.GLSL" Name="hq2x.glsl" Source="D:\Emu\BizHawk\Shaders\BizHawk\hq2x.glsl" />
</Component>
<Component Id="TEST.CGP" DiskId="1" Guid="AB64D914-61EE-44D1-8C7D-AD6C4CA508AD">
<File Id="TEST.CGP" Name="test.cgp" Source="D:\Emu\BizHawk\Shaders\BizHawk\test.cgp" />
</Component>
</Directory>
</Directory>
</Directory>
</Directory>
<Directory Id="DesktopFolder" />
<Directory Id="ProgramMenuFolder">
<Directory Id="ProgramMenuDir" Name="BizHawk">
<Component Id="StartMenuShortcuts" Guid="C07E36C9-71A2-46F0-A3A5-DF0B3BA804AB">
<RemoveFolder Id="ProgramMenuDir" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" />
</Component>
</Directory>
</Directory>
</Directory>
</Fragment>
</Wix>

View File

@ -1,366 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductVersion = "1.9.2"?>
<?define ProductUpgradeCode = "7F9AD1EE-27D4-48A6-9D28-E959C1C8AD00"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Product Id="*" Name="BizHawk" Language="1033" Version="$(var.ProductVersion)" Manufacturer="BizHawk" UpgradeCode="$(var.ProductUpgradeCode)">
<Package Description="This installs the BizHawk emulator" Comments="BizHawk Multi System Emulator" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Icon Id="ProductIcon" SourceFile="..\BizHawk.Client.EmuHawk\images\corphawk.ico" />
<Property Id="ARPPRODUCTICON" Value="ProductIcon" />
<Property Id="ARPHELPLINK" Value="http://tasvIdeos.org/forum/viewforum.php?f=64" />
<Property Id="ARPURLINFOABOUT" Value="http://tasvIdeos.org/BizHawk.html" />
<Property Id="ARPNOREPAIR" Value="1" />
<Property Id="ARPNOMODIFY" Value="0" />
<MajorUpgrade
Schedule="afterInstallInitialize"
DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>
<!-- I broke the installer up into features below, although the UI window to select features is not something
included in the windows defined in the UI section. If we included that window, the user would be able to choose
if they want to install DiscoHawk, Gameboy Palettes, or the Bundled LUA scripts during the install process.
All features are installed by default. -->
<Feature Id="DefaultFeature" Title="BizHawk Emulator" Level="1">
<ComponentRef Id="EMUHAWK.EXE" />
<ComponentRef Id="DEFCTRL.JSON" />
<ComponentRef Id="_7Z.DLL" />
<ComponentRef Id="BIZHAWK.EMULATION.COMMON.DLL" />
<ComponentRef Id="BIZHAWK.CLIENT.COMMON.DLL" />
<ComponentRef Id="BIZHAWK.BIZWARE.BIZWAREGL.DLL" />
<ComponentRef Id="BIZHAWK.BIZWARE.BIZWAREGL.GDIPLUS.DLL" />
<ComponentRef Id="BIZHAWK.BIZWARE.BIZWAREGL.OPENTK.DLL" />
<ComponentRef Id="BIZHAWK.BIZWARE.BIZWAREGL.SLIMDX.DLL" />
<ComponentRef Id="BIZHAWK.EMULATION.CORES.DLL" />
<ComponentRef Id="BIZHAWK.EMULATION.DISCSYSTEM.DLL" />
<ComponentRef Id="BIZLYNX.DLL" />
<ComponentRef Id="BIZSWAN.DLL" />
<ComponentRef Id="CSHARP_SQLITE.DLL" />
<ComponentRef Id="D3D8.DLL" />
<ComponentRef Id="GONGSHELL.DLL" />
<ComponentRef Id="IONIC.ZIP.DLL" />
<ComponentRef Id="JABO_DIRECT3D8_PATCHED.DLL" />
<ComponentRef Id="LIBBIZSNES.DLL" />
<ComponentRef Id="LIBDARM.DLL" />
<ComponentRef Id="LIBGENPLUSGX.DLL" />
<ComponentRef Id="LIBQUICKNES.DLL" />
<ComponentRef Id="LIBVBANEXT.DLL" />
<ComponentRef Id="MUPEN64PLUS_RSP_Z64_HLEVIDEO.DLL" />
<ComponentRef Id="MUPEN64PLUS_VIDEO_JABO.DLL" />
<ComponentRef Id="OPENAL32.DLL" />
<ComponentRef Id="OPENTK.DLL" />
<ComponentRef Id="OPENTK.GLCONTROL.DLL" />
<ComponentRef Id="BIZHAWK.COMMON.DLL" />
<ComponentRef Id="BLIP_BUF.DLL" />
<ComponentRef Id="FFMPEG.EXE" />
<ComponentRef Id="FFMPEG_README.TXT" />
<ComponentRef Id="FREETYPE6.DLL" />
<ComponentRef Id="ICSHARPCODE.SHARPZIPLIB.DLL" />
<ComponentRef Id="LIBCO_MSVC_WIN32.DLL" />
<ComponentRef Id="LIBGAMBATTE.DLL" />
<ComponentRef Id="LIBMETEOR.DLL" />
<ComponentRef Id="LIBPNG12.DLL" />
<ComponentRef Id="LIBSNESHAWK_32_COMPATIBILITY.EXE" />
<ComponentRef Id="LIBSNESHAWK_32_PERFORMANCE.EXE" />
<ComponentRef Id="LIBSPEEXDSP.DLL" />
<ComponentRef Id="LIBYABAUSE.DLL" />
<ComponentRef Id="LUA51.DLL" />
<ComponentRef Id="LUAINTERFACE.DLL" />
<ComponentRef Id="MUPEN64PLUS_AUDIO_BKM.DLL" />
<ComponentRef Id="MUPEN64PLUS_INPUT_BKM.DLL" />
<ComponentRef Id="MUPEN64PLUS_RSP_HLE.DLL" />
<ComponentRef Id="MUPEN64PLUS_VIDEO_GLIDE64.DLL" />
<ComponentRef Id="MUPEN64PLUS_VIDEO_GLIDE64MK2.DLL" />
<ComponentRef Id="MUPEN64PLUS_VIDEO_RICE.DLL" />
<ComponentRef Id="MUPEN64PLUS.DLL" />
<ComponentRef Id="MUSASHIDLL.DLL" />
<ComponentRef Id="NEWTONSOFT.JSON.DLL" />
<ComponentRef Id="OCTOSHOCK.DLL"/>
<ComponentRef Id="SDL.DLL" />
<ComponentRef Id="SLIMDX.DLL" />
<ComponentRef Id="ZLIB1.DLL" />
<ComponentRef Id="GAME.DB" />
<ComponentRef Id="GAMEDB.TXT" />
<ComponentRef Id="GAMEDB_A2600.TXT" />
<ComponentRef Id="GAMEDB_COLECO.TXT" />
<ComponentRef Id="GAMEDB_GB.TXT" />
<ComponentRef Id="GAMEDB_GBC.TXT" />
<ComponentRef Id="GAMEDB_GBA.TXT" />
<ComponentRef Id="GAMEDB_LYNX.TXT" />
<ComponentRef Id="GAMEDB_N64.TXT" />
<ComponentRef Id="GAMEDB_NESHOMEBREW.TXT" />
<ComponentRef Id="GAMEDB_PCE_CD.TXT" />
<ComponentRef Id="GAMEDB_PCE_HUCARDS.TXT" />
<ComponentRef Id="GAMEDB_SEGA_GG.TXT" />
<ComponentRef Id="GAMEDB_SEGA_MD.TXT" />
<ComponentRef Id="GAMEDB_SEGA_SMS.TXT" />
<ComponentRef Id="GAMEDB_SEGA_SG1000.TXT" />
<ComponentRef Id="GAMEDB_SNES.TXT" />
<ComponentRef Id="GAMEDB_VS.TXT" />
<ComponentRef Id="GAMEDB_WS.TXT" />
<ComponentRef Id="GAMEDB_WSC.TXT" />
<ComponentRef Id="GAMEDB_USER.TXT" />
<ComponentRef Id="NESCARTS.7Z" />
<ComponentRef Id="UPDATE_GAMEDB.BAT" />
<ComponentRef Id="WGET.EXE" />
<ComponentRef Id="ASQ_REALITYA.PAL" />
<ComponentRef Id="ASQ_REALITYB.PAL" />
<ComponentRef Id="BMF_FINAL2.PAL" />
<ComponentRef Id="BMF_FINAL3.PAL" />
<ComponentRef Id="FCEU_13_DEFAULT_NITSUJA.PAL" />
<ComponentRef Id="FCEU_15_NITSUJA_NEW.PAL" />
<ComponentRef Id="FCEUX.PAL" />
<ComponentRef Id="QUICKNES.PAL" />
<ComponentRef Id="SONY_CXA2025AS_US.PAL" />
<ComponentRef Id="FIRMWARE" />
<ComponentRef Id="StartMenuShortcuts" />
</Feature>
<Feature Id="DiscoHawk" Title="DiscoHawk Disc Image Tool" Level="1">
<ComponentRef Id="DISCOHAWK.EXE" />
</Feature>
<Feature Id="GBPalettes" Title="Gameboy Color Palettes" Level="1">
<ComponentRef Id="ALLEY_WAY.PAL" />
<ComponentRef Id="ASTEROIDS_MISCMD.PAL" />
<ComponentRef Id="BA.TOSHINDEN.PAL" />
<ComponentRef Id="BALLOON_KID.PAL" />
<ComponentRef Id="BASEBALL.PAL" />
<ComponentRef Id="BGB__LCD_GREEN_.PAL" />
<ComponentRef Id="BOY_AND_BLOB_GB1.PAL" />
<ComponentRef Id="BOY_AND_BLOB_GB2.PAL" />
<ComponentRef Id="BSNES_V087.PAL" />
<ComponentRef Id="BT2RAGNAROKWORLD.PAL" />
<ComponentRef Id="DEFAULT.PAL" />
<ComponentRef Id="DEFENDER_JOUST.PAL" />
<ComponentRef Id="DMG_FOOTBALL.PAL" />
<ComponentRef Id="DONKEY_KONG.PAL" />
<ComponentRef Id="DONKEYKONGLAND_2.PAL" />
<ComponentRef Id="DONKEYKONGLAND_3.PAL" />
<ComponentRef Id="DONKEYKONGLAND.PAL" />
<ComponentRef Id="DONKEYKONGLAND95.PAL" />
<ComponentRef Id="DR.MARIO.PAL" />
<ComponentRef Id="DYNABLASTER.PAL" />
<ComponentRef Id="F1RACE.PAL" />
<ComponentRef Id="G_W_GALLERY.PAL" />
<ComponentRef Id="GALAGA_GALAXIAN.PAL" />
<ComponentRef Id="GAME_AND_WATCH_2.PAL" />
<ComponentRef Id="GAME_WATCH.PAL" />
<ComponentRef Id="GAMEBOY_GALLERY.PAL" />
<ComponentRef Id="GAMEBOY_GALLERY2.PAL" />
<ComponentRef Id="GBC___BLUE.PAL" />
<ComponentRef Id="GBC___BROWN.PAL" />
<ComponentRef Id="GBC___DARK_BLUE.PAL" />
<ComponentRef Id="GBC___DARK_BROWN.PAL" />
<ComponentRef Id="GBC___DARK_GREEN.PAL" />
<ComponentRef Id="GBC___GRAYSCALE.PAL" />
<ComponentRef Id="GBC___GREEN.PAL" />
<ComponentRef Id="GBC___INVERTED.PAL" />
<ComponentRef Id="GBC___ORANGE.PAL" />
<ComponentRef Id="GBC___PASTEL_MIX.PAL" />
<ComponentRef Id="GBC___RED.PAL" />
<ComponentRef Id="GBC___YELLOW.PAL" />
<ComponentRef Id="GBWARS.PAL" />
<ComponentRef Id="GOLF.PAL" />
<ComponentRef Id="HOSHINOKA_BI.PAL" />
<ComponentRef Id="JAMES__BOND__007.PAL" />
<ComponentRef Id="KAERUNOTAMENI.PAL" />
<ComponentRef Id="KEN_GRIFFEY_JR.PAL" />
<ComponentRef Id="KID_ICARUS.PAL" />
<ComponentRef Id="KILLERINSTINCT95.PAL" />
<ComponentRef Id="KINGOFTHEZOO.PAL" />
<ComponentRef Id="KIRAKIRA_KIDS.PAL" />
<ComponentRef Id="KIRBY_BLOCKBALL.PAL" />
<ComponentRef Id="KIRBY_DREAM_LAND.PAL" />
<ComponentRef Id="KIRBY_S_PINBALL.PAL" />
<ComponentRef Id="KIRBY2.PAL" />
<ComponentRef Id="LOLO2.PAL" />
<ComponentRef Id="MAGNETIC_SOCCER.PAL" />
<ComponentRef Id="MANSELL.PAL" />
<ComponentRef Id="MARIO___YOSHI.PAL" />
<ComponentRef Id="MARIO_S_PICROSS.PAL" />
<ComponentRef Id="MARIOLAND2.PAL" />
<ComponentRef Id="MEGA_MAN_2.PAL" />
<ComponentRef Id="MEGAMAN.PAL" />
<ComponentRef Id="MEGAMAN3.PAL" />
<ComponentRef Id="METROID2.PAL" />
<ComponentRef Id="MILLI_CENTI_PEDE.PAL" />
<ComponentRef Id="MOGURANYA.PAL" />
<ComponentRef Id="MYSTIC_QUEST.PAL" />
<ComponentRef Id="NETTOU_KOF_95.PAL" />
<ComponentRef Id="NEW_CHESSMASTER.PAL" />
<ComponentRef Id="OTHELLO.PAL" />
<ComponentRef Id="PAC_IN_TIME.PAL" />
<ComponentRef Id="PICROSS_2.PAL" />
<ComponentRef Id="PINOCCHIO.PAL" />
<ComponentRef Id="POKEBOM.PAL" />
<ComponentRef Id="POKEMON_BLUE.PAL" />
<ComponentRef Id="POKEMON_GREEN.PAL" />
<ComponentRef Id="POKEMON_RED.PAL" />
<ComponentRef Id="POKEMON_YELLOW.PAL" />
<ComponentRef Id="QIX.PAL" />
<ComponentRef Id="RADARMISSION.PAL" />
<ComponentRef Id="ROCKMAN_WORLD.PAL" />
<ComponentRef Id="ROCKMAN_WORLD2.PAL" />
<ComponentRef Id="ROCKMANWORLD3.PAL" />
<ComponentRef Id="SEIKEN_DENSETSU.PAL" />
<ComponentRef Id="SOCCER.PAL" />
<ComponentRef Id="SOLARSTRIKER.PAL" />
<ComponentRef Id="SPACE_INVADERS.PAL" />
<ComponentRef Id="STAR_STACKER.PAL" />
<ComponentRef Id="STAR_WARS_NOA.PAL" />
<ComponentRef Id="STAR_WARS.PAL" />
<ComponentRef Id="STREET_FIGHTER_2.PAL" />
<ComponentRef Id="SUPER_MARIOLAND.PAL" />
<ComponentRef Id="SUPER_RC_PRO_AM.PAL" />
<ComponentRef Id="SUPERDONKEYKONG.PAL" />
<ComponentRef Id="SUPERMARIOLAND3.PAL" />
<ComponentRef Id="TENNIS.PAL" />
<ComponentRef Id="TETRIS_ATTACK.PAL" />
<ComponentRef Id="TETRIS_BLAST.PAL" />
<ComponentRef Id="TETRIS_FLASH.PAL" />
<ComponentRef Id="TETRIS_PLUS.PAL" />
<ComponentRef Id="TETRIS.PAL" />
<ComponentRef Id="TETRIS2.PAL" />
<ComponentRef Id="THE_CHESSMASTER.PAL" />
<ComponentRef Id="TOPRANKINGTENNIS.PAL" />
<ComponentRef Id="TOPRANKTENNIS.PAL" />
<ComponentRef Id="TOY_STORY.PAL" />
<ComponentRef Id="TRIP_WORLD.PAL" />
<ComponentRef Id="VEGAS_STAKES.PAL" />
<ComponentRef Id="WARIO_BLAST.PAL" />
<ComponentRef Id="WARIOLAND2.PAL" />
<ComponentRef Id="WAVERACE.PAL" />
<ComponentRef Id="WORLD_CUP.PAL" />
<ComponentRef Id="X.PAL" />
<ComponentRef Id="YAKUMAN.PAL" />
<ComponentRef Id="YOSHI_S_COOKIE.PAL" />
<ComponentRef Id="YOSSY_NO_COOKIE.PAL" />
<ComponentRef Id="YOSSY_NO_PANEPON.PAL" />
<ComponentRef Id="YOSSY_NO_TAMAGO.PAL" />
<ComponentRef Id="ZELDA.PAL" />
<ComponentRef Id="ZELDA2.PAL" />
</Feature>
<Feature Id="LuaScripts" Title="Bundled Lua Scripts" Level="1">
<ComponentRef Id="BUTTONCOUNT.LUA" />
<ComponentRef Id="CASTLEVANIA_BLOODLINES.LUA" />
<ComponentRef Id="LEGEND_OF_TOKI.LUA" />
<ComponentRef Id="M64_READER.LUA" />
<ComponentRef Id="CASTLEVANIA.LUA" />
<ComponentRef Id="CONTRA_FORCE.LUA" />
<ComponentRef Id="CRYSTALIS.LUA" />
<ComponentRef Id="FAXANDU.LUA" />
<ComponentRef Id="HOLY_DIVER.LUA" />
<ComponentRef Id="MEGAMAN_4.LUA" />
<ComponentRef Id="NINJAGAIDEN_HITBOX.LUA" />
<ComponentRef Id="PUNCHOUTSTATS.LUA" />
<ComponentRef Id="RBIBASEBALL.LUA" />
<ComponentRef Id="SIMONS_QUEST.LUA" />
<ComponentRef Id="SMB2U.LUA" />
<ComponentRef Id="SNAKE_RATTLE_N__ROLL.LUA" />
<ComponentRef Id="SUPER_C.LUA" />
<ComponentRef Id="VICE_PROJECT_DOOM.LUA" />
<ComponentRef Id="CASTLEVANIA_RONDO_OF_BLOOD.LUA" />
<ComponentRef Id="CONGO_S_CAPER.LUA" />
<ComponentRef Id="CONTRA_3.LUA" />
<ComponentRef Id="DONKEY_KONG_COUNTRY_3.LUA" />
<ComponentRef Id="MEGAMAN_X.LUA" />
<ComponentRef Id="MEGAMAN_X2.LUA" />
<ComponentRef Id="MEGAMAN_X3.LUA" />
<ComponentRef Id="ROCKMAN___FORTE.LUA" />
<ComponentRef Id="SUPER_CASTLEVANIA_4.LUA" />
<ComponentRef Id="SUPER_GHOULS_N_GHOST.LUA" />
<ComponentRef Id="SUPER_MARIO_WORLD.LUA" />
<ComponentRef Id="SUPER_METROID.LUA" />
<ComponentRef Id="ZapperTarget.lua" />
<ComponentRef Id="MovieClock.lua" />
<ComponentRef Id="Ys_III.lua" />
<ComponentRef Id="CONSOLE.LUA" />
<ComponentRef Id="GAMEINFO.LUA" />
<ComponentRef Id="JOYPAD_ROUNDTRIP.LUA" />
<ComponentRef Id="JOYPAD_SET.LUA" />
<ComponentRef Id="JOYPAD_WITHCONTROLLERNUMBERS.LUA" />
<ComponentRef Id="UNITTESTS.LUA" />
</Feature>
<Feature Id="Shaders" Title="BizHawk Shaders" Level="1">
<ComponentRef Id="BICUBIC_FAST.CG" />
<ComponentRef Id="BICUBIC_FAST.GLSL" />
<ComponentRef Id="BICUBIC_FAST.CGP" />
<ComponentRef Id="BICUBIC_FAST.GLSL_1" />
<ComponentRef Id="BIZSCANLINES.CGP" />
<ComponentRef Id="BIZSCANLINES.GLSL" />
<ComponentRef Id="HQ2X.CG" />
<ComponentRef Id="HQ2X.CGP" />
<ComponentRef Id="HQ2X.GLSL" />
<ComponentRef Id="TEST.CGP" />
</Feature>
<Property Id="WIXUI_INSTALLDIR" Value="BIZHAWK" />
<UI Id="WixUI_InstallDir">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
<Property Id="WixUI_Mode" Value="InstallDir" />
<DialogRef Id="BrowseDlg" />
<DialogRef Id="DiskCostDlg" />
<DialogRef Id="ErrorDlg" />
<DialogRef Id="FatalError" />
<DialogRef Id="FilesInUse" />
<DialogRef Id="MsiRMFilesInUse" />
<DialogRef Id="PrepareDlg" />
<DialogRef Id="ProgressDlg" />
<DialogRef Id="ResumeDlg" />
<DialogRef Id="UserExit" />
<Publish Dialog="BrowseDlg" Control="OK" Event="DoAction" Value="WixUIValidatePath" Order="3">1</Publish>
<Publish Dialog="BrowseDlg" Control="OK" Event="SpawnDialog" Value="InvalidDirDlg" Order="4"><![CDATA[WIXUI_INSTALLDIR_VALID<>"1"]]></Publish>
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
<!-- If we want a license dialog, restore the lines below and remove the ones below that. -->
<!--<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
<Publish Dialog="LicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
<Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg">LicenseAccepted = "1"</Publish>
<Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>-->
<!-- End of License Dialog Code, Start of No License dialog code-->
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg">1</Publish>
<Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
<!-- End of no license dialog code-->
<Publish Dialog="InstallDirDlg" Control="Next" Event="SetTargetPath" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish>
<Publish Dialog="InstallDirDlg" Control="Next" Event="DoAction" Value="WixUIValidatePath" Order="2">NOT WIXUI_DONTVALIDATEPATH</Publish>
<Publish Dialog="InstallDirDlg" Control="Next" Event="SpawnDialog" Value="InvalidDirDlg" Order="3"><![CDATA[NOT WIXUI_DONTVALIDATEPATH AND WIXUI_INSTALLDIR_VALID<>"1"]]></Publish>
<Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg" Order="4">WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID="1"</Publish>
<Publish Dialog="InstallDirDlg" Control="ChangeFolder" Property="_BrowseProperty" Value="[WIXUI_INSTALLDIR]" Order="1">1</Publish>
<Publish Dialog="InstallDirDlg" Control="ChangeFolder" Event="SpawnDialog" Value="BrowseDlg" Order="2">1</Publish>
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="1">NOT Installed</Publish>
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg" Order="2">Installed</Publish>
<Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
</UI>
<UIRef Id="WixUI_Common" />
<!-- The dotnet45 variable is defined in the project build tab. The 2012 project is uses .NET 4.5 -->
<?if $(var.dotnet45) = 1 ?>
<PropertyRef Id="NETFRAMEWORK45" />
<Condition Message="This application requires .NET Framework 4.5.">Installed OR NETFRAMEWORK45</Condition>
<?else?>
<PropertyRef Id="NETFRAMEWORK40FULL" />
<Condition Message="This application requires .NET Framework 4.0.">Installed OR NETFRAMEWORK40FULL</Condition>
<?endif?>
<Property Id="VC2010SP1RUNTIME">
<RegistrySearch Id="VC2010sp1RuntimeCheck" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}" Name="InstallDate" Type="raw" />
</Property>
<Condition Message="This application requires Visual C++ 2010 SP1 runtime">Installed OR VC2010SP1RUNTIME</Condition>
<Property Id="DIRECTX90C">
<RegistrySearch Id="DirectX90Ccheck" Root="HKLM" Key="Software\Microsoft\DirectX" Name="Version" Type="raw" />
</Property>
<Condition Message="This application requires DirectX 9.0c or later">Installed OR DIRECTX90C="4.09.00.0904" OR DIRECTX90C="4.09.0000.0904"</Condition>
<Icon Id="BizHawkIcon.exe" SourceFile="..\output\EmuHawk.exe" />
<Icon Id="DiscoHawkIcon.exe" SourceFile="..\output\DiscoHawk.exe" />
</Product>
</Wix>

View File

@ -1,55 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.9</ProductVersion>
<ProjectGuid>{7a25308c-44b8-4897-9150-df2c77f85094}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>Bizhawk.Install</OutputName>
<OutputType>Bundle</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Bootstrap.wxs" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixBalExtension">
<HintPath>$(WixExtDir)\WixBalExtension.dll</HintPath>
<Name>WixBalExtension</Name>
</WixExtension>
<WixExtension Include="WixNetFxExtension">
<HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
<Name>WixNetFxExtension</Name>
</WixExtension>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BizHawk.Installer\BizHawk.Installer.wixproj">
<Name>BizHawk.Installer</Name>
<Project>{a1a56bc8-8199-4c8d-b5c9-76401d3a0a70}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Bundle Name="BizHawk" Version="1.0.0.0" UpgradeCode="e8866abc-5096-47a1-9dda-97dde23a58b3">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />
<Chain>
<PackageGroupRef Id="NetFx40Web"/>
<MsiPackage Id="BizHawk" SourceFile="$(var.BizHawk.Installer.TargetPath)"/>
</Chain>
</Bundle>
</Wix>