Switch-Toolbox/File_Format_Library/File_Format_Library.csproj
KillzXGaming 89d5b621b2 Giant layout update. Support BRLYT and BCLYT files!
BRLYT can now be edited and saved.
BCLYT can now be edited and saved.
BRLYT shaders greatly improved using ported shaders from WiiLayoutEditor. Plan to expand upon it for more accuacte shader rendering.
Add support for saving per character transforms.
Add support for BNR files.
Fixed flags so orientation can be edited properly.
Fix issues decoding some gamecube textures.
Fix animation timeline breaking at times for multi selecting animations.
2020-02-11 19:19:23 -05:00

2273 lines
No EOL
106 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A11705CF-A6A3-41C3-875A-E1CFD8080F09}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FirstPlugin</RootNamespace>
<AssemblyName>FirstPlugin.Plg</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Toolbox\bin\Debug\Lib\Plugins\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Toolbox\bin\Release\Lib\Plugins\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Reference Include="AampLibraryCSharp">
<HintPath>..\Toolbox\Lib\AampLibraryCSharp.dll</HintPath>
</Reference>
<Reference Include="BarsLibrary">
<HintPath>..\Toolbox\Lib\BarsLibrary.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BcresLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\BcresLibrary.dll</HintPath>
</Reference>
<Reference Include="BezelEngineArchive_Lib">
<HintPath>..\Toolbox\Lib\BezelEngineArchive_Lib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BfshaLibrary, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\BfshaLibrary.dll</HintPath>
</Reference>
<Reference Include="ByamlExt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\ByamlExt.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CSCore">
<HintPath>..\Toolbox\Lib\CSCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CsvHelper">
<HintPath>..\Toolbox\Lib\CsvHelper.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="EditorCoreCommon">
<HintPath>..\Toolbox\Lib\EditorCoreCommon.dll</HintPath>
</Reference>
<Reference Include="FlatBuffers">
<HintPath>..\Toolbox\Lib\FlatBuffers.dll</HintPath>
</Reference>
<Reference Include="Gl_EditorFramework">
<HintPath>..\Toolbox\Gl_EditorFramework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KCLExt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\KCLExt.dll</HintPath>
</Reference>
<Reference Include="LibHac">
<HintPath>..\Toolbox\Lib\LibHac.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="NAudio">
<HintPath>..\Toolbox\Lib\NAudio.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ObjectListView">
<HintPath>..\Toolbox\Lib\ObjectListView.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenTK, Version=3.0.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\OpenTK.dll</HintPath>
</Reference>
<Reference Include="OpenTK.GLControl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Toolbox\Lib\OpenTK.GLControl.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<Private>False</Private>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="SARCExt">
<HintPath>..\Toolbox\Lib\SARCExt.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SELib">
<HintPath>..\Toolbox\Lib\SELib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SFGraphics">
<HintPath>..\Toolbox\Lib\SFGraphics.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SFGraphics.Utils">
<HintPath>..\Toolbox\Lib\SFGraphics.Utils.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SharpYaml">
<HintPath>..\Toolbox\Lib\SharpYaml.dll</HintPath>
</Reference>
<Reference Include="SPICA">
<HintPath>..\Toolbox\Lib\SPICA.dll</HintPath>
</Reference>
<Reference Include="SPICA.Rendering">
<HintPath>..\Toolbox\Lib\SPICA.Rendering.dll</HintPath>
</Reference>
<Reference Include="SuperBMDLib">
<HintPath>..\Toolbox\Lib\SuperBMDLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Syroot.BinaryData">
<HintPath>..\Toolbox\Lib\Syroot.BinaryData.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Syroot.Maths">
<HintPath>..\Toolbox\Lib\Syroot.Maths.dll</HintPath>
</Reference>
<Reference Include="Syroot.NintenTools.Bfres">
<HintPath>..\Toolbox\Lib\Syroot.NintenTools.Bfres.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Syroot.NintenTools.MarioKart8">
<HintPath>..\Toolbox\Lib\Syroot.NintenTools.MarioKart8.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Syroot.NintenTools.NSW.Bfres">
<HintPath>..\Toolbox\Lib\Syroot.NintenTools.NSW.Bfres.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Syroot.NintenTools.NSW.Bntx">
<HintPath>..\Toolbox\Lib\Syroot.NintenTools.NSW.Bntx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers">
<HintPath>.\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Memory">
<HintPath>.\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Messaging" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>.\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="VGAudio">
<HintPath>..\Toolbox\Lib\VGAudio.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Actors\BotwActorLoader.cs" />
<Compile Include="Config.cs" />
<Compile Include="FileFormats\AAMP\AAMP.cs" />
<Compile Include="FileFormats\Archives\APAK.cs" />
<Compile Include="FileFormats\Archives\ARC.cs" />
<Compile Include="FileFormats\Archives\BNR.cs" />
<Compile Include="FileFormats\Archives\DARC.cs" />
<Compile Include="FileFormats\Archives\DAT_Bayonetta.cs" />
<Compile Include="FileFormats\Archives\GFA.cs" />
<Compile Include="FileFormats\Archives\LZS.cs" />
<Compile Include="FileFormats\Archives\QuickAccess\QuickAccessFile.cs" />
<Compile Include="FileFormats\Archives\QuickAccess\QuickAccessFolder.cs" />
<Compile Include="FileFormats\Archives\WTA.cs" />
<Compile Include="FileFormats\BCH\BCH.cs" />
<Compile Include="FileFormats\BCH\MBN.cs" />
<Compile Include="FileFormats\BCH\Wrappers\BCHGroupNode.cs" />
<Compile Include="FileFormats\BCH\Wrappers\H3DTextureWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\Model\H3DBoneWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\Model\H3DMaterialWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\Model\H3DMeshWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\Model\H3DModelWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\Model\H3DSkeletonWrapper.cs" />
<Compile Include="FileFormats\BCH\Wrappers\SkeletalAnimation\H3DSkeletalAnimWrapper.cs" />
<Compile Include="FileFormats\Byaml\XmlByamlConverter.cs" />
<Compile Include="FileFormats\Byaml\YamlByamlConverter.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1MCommon.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\NUNO.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\NUNV.cs" />
<Compile Include="FileFormats\Layout\CAFE\GRP1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Header.cs" />
<Compile Include="FileFormats\Layout\CAFE\LYT1.cs" />
<Compile Include="FileFormats\Layout\CAFE\MAT1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\ALI1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\BND1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\PAN1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\PIC1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\PRT1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\SCR1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\TXT1.cs" />
<Compile Include="FileFormats\Layout\CAFE\Panes\WND1.cs" />
<Compile Include="FileFormats\Layout\CAFE\USD1.cs" />
<Compile Include="FileFormats\Layout\CTR\GRP1.cs" />
<Compile Include="FileFormats\Layout\CTR\MAT1.cs" />
<Compile Include="FileFormats\Layout\CTR\Materials\TevStage.cs" />
<Compile Include="FileFormats\Layout\CTR\Materials\TexCoordGen.cs" />
<Compile Include="FileFormats\Layout\CTR\Materials\TextureRef.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\BND1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\LYT1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\PAN1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\PIC1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\PRT1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\TXT1.cs" />
<Compile Include="FileFormats\Layout\CTR\Panes\WND1.cs" />
<Compile Include="FileFormats\Layout\CTR\USD1.cs" />
<Compile Include="FileFormats\Layout\Rev\GRP1.cs" />
<Compile Include="FileFormats\Layout\Rev\LYT1.cs" />
<Compile Include="FileFormats\Layout\Rev\MAT1.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\AlphaCompare.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\ChanCtrl.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\IndirectTextureOrderEntry.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\TevSwapModeTable.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\TexCoordGenEntry.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\TextureRef.cs" />
<Compile Include="FileFormats\Layout\Rev\Panes\BND1.cs" />
<Compile Include="FileFormats\Layout\Rev\Panes\PAN1.cs" />
<Compile Include="FileFormats\Layout\Rev\Panes\PIC1.cs" />
<Compile Include="FileFormats\Layout\Rev\Panes\TXT1.cs" />
<Compile Include="FileFormats\Layout\Rev\Panes\WND1.cs" />
<Compile Include="FileFormats\LM1\LM1_MDL.cs" />
<Compile Include="FileFormats\MarioParty\HSF.cs" />
<Compile Include="FileFormats\Message\MSYT.cs" />
<Compile Include="FileFormats\MKAGPDX\LM2_ARCADE_Model.cs" />
<Compile Include="FileFormats\NLG\LM2\LM2_Material.cs" />
<Compile Include="FileFormats\NLG\LM3\LM3_ChunkTable.cs" />
<Compile Include="FileFormats\NLG\LM3\LM3_DICT.cs" />
<Compile Include="FileFormats\NLG\LM3\LM3_Enums.cs" />
<Compile Include="FileFormats\NLG\LM3\LM3_Material.cs" />
<Compile Include="FileFormats\NLG\LM3\LM3_Model.cs" />
<Compile Include="FileFormats\NLG\LM3\TexturePOWE.cs" />
<Compile Include="FileFormats\Archives\PKZ.cs" />
<Compile Include="FileFormats\NLG\MarioStrikers\StrikersRLG.cs" />
<Compile Include="FileFormats\NLG\MarioStrikers\StrikersRLT.cs" />
<Compile Include="FileFormats\NLG\MarioStrikers\StrikersSAnim.cs" />
<Compile Include="FileFormats\NLG\NLG_Common.cs" />
<Compile Include="FileFormats\NLG\NLG_NLOC.cs" />
<Compile Include="FileFormats\NLG\NLOC_Wrapper.cs" />
<Compile Include="FileFormats\Audio\Archives\PCK.cs" />
<Compile Include="FileFormats\NLG\PunchOutWii\PO_DICT.cs" />
<Compile Include="FileFormats\Archives\VIBS.cs" />
<Compile Include="FileFormats\Audio\Archives\AudioCommon.cs" />
<Compile Include="FileFormats\Collision\KclMonoscript.cs" />
<Compile Include="FileFormats\DKCTF\Common.cs" />
<Compile Include="FileFormats\DKCTF\MSBT.cs" />
<Compile Include="FileFormats\DKCTF\PAK.cs" />
<Compile Include="FileFormats\Effects\ESET.cs" />
<Compile Include="FileFormats\Font\BXFNT.cs" />
<Compile Include="FileFormats\HedgehogEngine\HeaderCommon.cs" />
<Compile Include="FileFormats\HedgehogEngine\HedgeModel.cs" />
<Compile Include="FileFormats\HedgehogEngine\PACx.cs" />
<Compile Include="FileFormats\CrashBandicoot\IGZ_Structure.cs" />
<Compile Include="FileFormats\Grezzo\CMB_Enums.cs" />
<Compile Include="FileFormats\Grezzo\CSAB.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1MChunkCommon.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1MEnums.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1MG.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1MS.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1T\G1T.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1T\G1TFile.cs" />
<Compile Include="FileFormats\HyruleWarriors\HWBinGzResource.cs" />
<Compile Include="FileFormats\CrashBandicoot\IGA_PAK.cs" />
<Compile Include="FileFormats\NLG\LM2\LM2_ChunkTable.cs" />
<Compile Include="FileFormats\NLG\LM2\LM2_DICT.cs" />
<Compile Include="FileFormats\NLG\LM2\LM2_Enums.cs" />
<Compile Include="FileFormats\NLG\LM2\LM2_Model.cs" />
<Compile Include="FileFormats\NLG\LM2\TexturePOWE.cs" />
<Compile Include="FileFormats\Archives\LZARC.cs" />
<Compile Include="FileFormats\Archives\ME01.cs" />
<Compile Include="FileFormats\Archives\MKGPDX_PAC.cs" />
<Compile Include="FileFormats\Archives\NXARC.cs" />
<Compile Include="FileFormats\Archives\RARC.cs" />
<Compile Include="FileFormats\Archives\Sonic Racing\GameDataToc.cs" />
<Compile Include="FileFormats\Archives\Sonic Racing\SPC.cs" />
<Compile Include="FileFormats\Archives\Sonic Racing\SWU.cs" />
<Compile Include="FileFormats\Archives\Sonic Racing\SP2.cs" />
<Compile Include="FileFormats\Archives\TMPK.cs" />
<Compile Include="FileFormats\Archives\U8.cs" />
<Compile Include="FileFormats\Grezzo\CMB.cs" />
<Compile Include="FileFormats\Grezzo\GAR.cs" />
<Compile Include="FileFormats\Grezzo\ZSI.cs" />
<Compile Include="FileFormats\Audio\Archives\BARS.cs" />
<Compile Include="FileFormats\Audio\BARSLIST.cs" />
<Compile Include="FileFormats\Audio\BCSTM.cs" />
<Compile Include="FileFormats\Archives\BEA.cs" />
<Compile Include="FileFormats\Audio\BCWAV.cs" />
<Compile Include="FileFormats\Audio\BFWAV.cs" />
<Compile Include="FileFormats\Audio\BRWAV.cs" />
<Compile Include="FileFormats\Audio\HPS.cs" />
<Compile Include="FileFormats\Audio\IDSP.cs" />
<Compile Include="FileFormats\Audio\MP3.cs" />
<Compile Include="FileFormats\Audio\Ogg.cs" />
<Compile Include="FileFormats\Audio\WAV.cs" />
<Compile Include="FileFormats\BFRES\PlatformConverter\BfresPlatformConverter.cs" />
<Compile Include="FileFormats\BFRES\BFRESGroupNode.cs" />
<Compile Include="FileFormats\BFRES\BFRESAnimFolder.cs" />
<Compile Include="FileFormats\BFRES\BfresUtilies.cs" />
<Compile Include="FileFormats\BFRES\gfxEnum.cs" />
<Compile Include="FileFormats\BFRES\GLEnumConverter.cs" />
<Compile Include="FileFormats\Bin\KartParts.cs" />
<Compile Include="FileFormats\BMD\BMD.cs" />
<Compile Include="FileFormats\BMD\BMDMaterialWrapper.cs" />
<Compile Include="FileFormats\BMD\BMDShapeWrapper.cs" />
<Compile Include="FileFormats\BMD\BMDTextureMap.cs" />
<Compile Include="FileFormats\BMD\BMDTextureWrapper.cs" />
<Compile Include="FileFormats\Collision\KclFile.cs" />
<Compile Include="FileFormats\Effects\EFCF.cs" />
<Compile Include="FileFormats\Effects\PTCL_3DS.cs" />
<Compile Include="FileFormats\Effects\PTCL_WiiU.cs" />
<Compile Include="FileFormats\Font\BFFNT.cs" />
<Compile Include="FileFormats\Audio\Archives\BFGRP.cs" />
<Compile Include="FileFormats\Font\BffntCharSet2Xlor.cs" />
<Compile Include="FileFormats\Font\BFTTF.cs" />
<Compile Include="FileFormats\HyruleWarriors\G1M\G1M.cs" />
<Compile Include="FileFormats\HyruleWarriors\LINKDATA.cs" />
<Compile Include="FileFormats\Layout\Animation\LytAnimGroup.cs" />
<Compile Include="FileFormats\Layout\Animation\LytAnimTrack.cs" />
<Compile Include="FileFormats\Layout\Animation\LytKeyFrame.cs" />
<Compile Include="FileFormats\Layout\BxlytShader.cs" />
<Compile Include="FileFormats\Layout\BxlytToGL.cs" />
<Compile Include="FileFormats\Layout\CAFE\TextFormats\FLAN.cs" />
<Compile Include="FileFormats\Layout\Shared\FontShadowParameter.cs" />
<Compile Include="FileFormats\Layout\Shared\IndirectParameter.cs" />
<Compile Include="FileFormats\Layout\Shared\ProjectionTexGenParam.cs" />
<Compile Include="FileFormats\Layout\CAFE\Materials\TevStage.cs" />
<Compile Include="FileFormats\Layout\CAFE\Materials\TexCoordGen.cs" />
<Compile Include="FileFormats\Layout\CAFE\Materials\TextureRef.cs" />
<Compile Include="FileFormats\Layout\ShaderLoader.cs" />
<Compile Include="FileFormats\Layout\CTR\BCLYT.cs" />
<Compile Include="FileFormats\Layout\CAFE\TextFormats\FLYT.cs" />
<Compile Include="FileFormats\Layout\CTR\BclytShader.cs" />
<Compile Include="FileFormats\Layout\Animation\LytAnimation.cs" />
<Compile Include="FileFormats\Layout\LayoutCustomPaneMapper.cs" />
<Compile Include="FileFormats\Layout\LayoutTextureLoader.cs" />
<Compile Include="FileFormats\Layout\TextureManager.cs" />
<Compile Include="FileFormats\Layout\Wrappers\PaneTreeWrapper.cs" />
<Compile Include="FileFormats\Layout\Common.cs" />
<Compile Include="FileFormats\Layout\PartsManager.cs" />
<Compile Include="FileFormats\Layout\RenderablePane.cs" />
<Compile Include="FileFormats\Layout\Rev\BRLAN.cs" />
<Compile Include="FileFormats\Layout\Rev\BrlytShader.cs" />
<Compile Include="FileFormats\Layout\Rev\BRLYT.cs" />
<Compile Include="FileFormats\Layout\Rev\Materials\TevStage.cs" />
<Compile Include="FileFormats\Layout\Rev\Shaders\Shader.cs" />
<Compile Include="FileFormats\Layout\Wrappers\MatWrapper.cs" />
<Compile Include="FileFormats\Message\MSBP.cs" />
<Compile Include="FileFormats\CrashBandicoot\IGZ_TEX.cs" />
<Compile Include="FileFormats\NLG\PunchOutWii\PO_Mesh.cs" />
<Compile Include="FileFormats\NLG\PunchOutWii\PO_Model.cs" />
<Compile Include="FileFormats\NLG\PunchOutWii\PO_Texture.cs" />
<Compile Include="FileFormats\NLG\PunchOutWii\PO_VertexAttribute.cs" />
<Compile Include="FileFormats\Pikmin1\MOD.cs" />
<Compile Include="FileFormats\Pikmin1\TXE.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\FlatBufferHelper.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBANIM\FlatBuffers\gfbanim.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBANIM\GfbanimKeyFrameLoader.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBANIM\GFBANM.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBANMCFG\GFBANMCFG.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBANMCFG\FlatBuffers\gfbanmcfg.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\FlatBuffers\BufferToStruct.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\FlatBuffers\gfbmdl.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GFBMDL.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GFLXModel.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GFLXMeshBufferHelper.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GfbmdlImportSettings.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GFMDLStructs.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\GFBPMCATALOG\FlatBuffers\gfbpmcatalog.cs" />
<Compile Include="FileFormats\Pokemon\GFLX\PokemonTable.cs" />
<Compile Include="FileFormats\Rom\3DS\NCSDStructs.cs" />
<Compile Include="FileFormats\Rom\3DS\NCSD.cs" />
<Compile Include="FileFormats\Rom\3DS\RomFS.cs" />
<Compile Include="FileFormats\Rom\3DS\NCCH.cs" />
<Compile Include="FileFormats\Rom\3DS\NCCHStructs.cs" />
<Compile Include="FileFormats\Rom\3DS\RomFSStructure.cs" />
<Compile Include="FileFormats\Shader\SHARC\SharcCommon.cs" />
<Compile Include="FileFormats\Texture\CTPK.cs" />
<Compile Include="FileFormats\Grezzo\CTXB.cs" />
<Compile Include="FileFormats\Texture\SIR0.cs" />
<Compile Include="FileFormats\Texture\TVOL.cs" />
<Compile Include="FileFormats\Texture\TPL.cs" />
<Compile Include="FileFormats\Rom\GCDisk.cs" />
<Compile Include="FileFormats\Texture\BTI.cs" />
<Compile Include="FileFormats\Texture\WTB.cs" />
<Compile Include="GL\BCH_Render.cs" />
<Compile Include="GL\BFRES\BFRESRenderBase.cs" />
<Compile Include="GL\BMD_Renderer.cs" />
<Compile Include="GL\CMB_Renderer.cs" />
<Compile Include="GL\G1M_Renderer.cs" />
<Compile Include="GL\GXToOpenGL.cs" />
<Compile Include="GL\KCL_Render.cs" />
<Compile Include="GL\LM2_Render.cs" />
<Compile Include="FileFormats\Layout\CAFE\BflytShader.cs" />
<Compile Include="GL\Custom2D\KCLRendering2D.cs" />
<Compile Include="GL\LM3_Renderer.cs" />
<Compile Include="GL\PunchOutWii_Renderer.cs" />
<Compile Include="GL\BFRES\RedPro\RedPro_Renderer.cs" />
<Compile Include="GL\BFRES\RedPro\ShaderProgram.cs" />
<Compile Include="GL\Strikers_Renderer.cs" />
<Compile Include="GUI\BCH\BCHAnimationEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\BCHAnimationEditor.Designer.cs">
<DependentUpon>BCHAnimationEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\BCHMeshEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\BCHMeshEditor.Designer.cs">
<DependentUpon>BCHMeshEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\BCHModelEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\BCHModelEditor.Designer.cs">
<DependentUpon>BCHModelEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\BCHBoneEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\BCHBoneEditor.Designer.cs">
<DependentUpon>BCHBoneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialGeneralEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialGeneralEditor.Designer.cs">
<DependentUpon>BCHMaterialGeneralEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialShaderParamEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialShaderParamEditor.Designer.cs">
<DependentUpon>BCHMaterialShaderParamEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialEditor.Designer.cs">
<DependentUpon>BCHMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialColorEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialColorEditor.Designer.cs">
<DependentUpon>BCHMaterialColorEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialBlendingEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialBlendingEditor.Designer.cs">
<DependentUpon>BCHMaterialBlendingEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialFragmentEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHMaterialFragmentEditor.Designer.cs">
<DependentUpon>BCHMaterialFragmentEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\BCHTextureMapEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\Material\BCHTextureMapEditor.Designer.cs">
<DependentUpon>BCHTextureMapEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\Material\IMaterialLoader.cs" />
<Compile Include="GUI\BCH\MetaData\UserDataEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BCH\MetaData\UserDataEditor.Designer.cs">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BCH\MetaData\UserDataParser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BCH\MetaData\UserDataParser.Designer.cs">
<DependentUpon>UserDataParser.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\LayoutAnimTreeLoader.cs" />
<Compile Include="GUI\BFLYT\Animations\LytAnimationWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytAnimationWindow.Designer.cs">
<DependentUpon>LytAnimationWindow.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatColorEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatColorEditor.Designer.cs">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatCTRTevEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatCTRTevEditor.Designer.cs">
<DependentUpon>PaneMatCTRTevEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatBlending.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatBlending.Designer.cs">
<DependentUpon>PaneMatBlending.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatColorEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatColorEditor.Designer.cs">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevSwapTableEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevSwapTableEditor.Designer.cs">
<DependentUpon>PaneMatRevTevSwapTableEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevEditor.Designer.cs">
<DependentUpon>PaneMatRevTevEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\SwapTableEntry.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Rev\SwapTableEntry.Designer.cs">
<DependentUpon>SwapTableEntry.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BfresAnimationCopy.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BfresAnimationCopy.Designer.cs">
<DependentUpon>BfresAnimationCopy.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderState\RenderStateEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderState\RenderStateEditor.Designer.cs">
<DependentUpon>RenderStateEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel2D.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel2D.Designer.cs">
<DependentUpon>TexSrtPanel2D.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\ByamlNodeSearch.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Byaml\ByamlNodeSearch.Designer.cs">
<DependentUpon>ByamlNodeSearch.cs</DependentUpon>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMaterialEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMaterialEditor.Designer.cs">
<DependentUpon>GFLXMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMaterialParamEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMaterialParamEditor.Designer.cs">
<DependentUpon>GFLXMaterialParamEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMeshEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXMeshEditor.Designer.cs">
<DependentUpon>GFLXMeshEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXModelImporter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\GFBMDL\GFLXModelImporter.Designer.cs">
<DependentUpon>GFLXModelImporter.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Pokemon\PokemonLoaderSwSh.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Pokemon\PokemonLoaderSwSh.Designer.cs">
<DependentUpon>PokemonLoaderSwSh.cs</DependentUpon>
</Compile>
<Compile Include="GUI\ViewportEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\ViewportEditor.Designer.cs">
<DependentUpon>ViewportEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddAnimGroupDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddAnimGroupDialog.Designer.cs">
<DependentUpon>AddAnimGroupDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddGroupTypeDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddGroupTypeDialog.Designer.cs">
<DependentUpon>AddGroupTypeDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddGroupTargetDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\AddGroupTargetDialog.Designer.cs">
<DependentUpon>AddGroupTargetDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LayoutAnimEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LayoutAnimEditor.Designer.cs">
<DependentUpon>LayoutAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\LayoutAnimEditorBasic.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\Basic\LayoutAnimEditorBasic.Designer.cs">
<DependentUpon>LayoutAnimEditorBasic.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytAnimEditorKeyGUI.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyPaneSRTPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyPaneSRTPanel.Designer.cs">
<DependentUpon>LytKeyPaneSRTPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyVisibiltyPane.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyVisibiltyPane.Designer.cs">
<DependentUpon>LytKeyVisibiltyPane.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyVtxColorPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LytKeyVtxColorPanel.Designer.cs">
<DependentUpon>LytKeyVtxColorPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\BasePaneEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\BasePaneEditor.Designer.cs">
<DependentUpon>BasePaneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\BasePictureboxEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\BasePictureboxEditor.Designer.cs">
<DependentUpon>BasePictureboxEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\EditorPanelBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatBlending.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatBlending.Designer.cs">
<DependentUpon>PaneMatBlending.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatTextureCombiner.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatTextureCombiner.Designer.cs">
<DependentUpon>PaneMatTextureCombiner.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\PaneEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\PaneEditor.Designer.cs">
<DependentUpon>PaneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatColorEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatColorEditor.Designer.cs">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatTextureMapsEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\PaneMatTextureMapsEditor.Designer.cs">
<DependentUpon>PaneMatTextureMapsEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Texture_Selector.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Materials\Texture_Selector.Designer.cs">
<DependentUpon>Texture_Selector.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Part\PartPaneEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Part\PartPaneEditor.Designer.cs">
<DependentUpon>PartPaneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\TextEditor\NewTextboxDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\TextEditor\NewTextboxDialog.Designer.cs">
<DependentUpon>NewTextboxDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\TextEditor\PaneTextBoxEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\TextEditor\PaneTextBoxEditor.Designer.cs">
<DependentUpon>PaneTextBoxEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\VertexColorPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\VertexColorPanel.Designer.cs">
<DependentUpon>VertexColorPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowContentEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowContentEditor.Designer.cs">
<DependentUpon>WindowContentEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameEditor.Designer.cs">
<DependentUpon>WindowFrameEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowPaneEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowPaneEditor.Designer.cs">
<DependentUpon>WindowPaneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameEditorSettings.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameEditorSettings.Designer.cs">
<DependentUpon>WindowFrameEditorSettings.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameSelector.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Editor\Window\WindowFrameSelector.Designer.cs">
<DependentUpon>WindowFrameSelector.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\FileSelector.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\FileSelector.Designer.cs">
<DependentUpon>FileSelector.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LayoutAnimList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\Animations\LayoutAnimList.Designer.cs">
<DependentUpon>LayoutAnimList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutHierarchy.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutHierarchy.Designer.cs">
<DependentUpon>LayoutHierarchy.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutPartsEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutPartsEditor.Designer.cs">
<DependentUpon>LayoutPartsEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutProperties.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutProperties.Designer.cs">
<DependentUpon>LayoutProperties.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutSaveDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutSaveDialog.Designer.cs">
<DependentUpon>LayoutSaveDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutTextDocked.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutTextDocked.Designer.cs">
<DependentUpon>LayoutTextDocked.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutTextureList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutTextureList.Designer.cs">
<DependentUpon>LayoutTextureList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutUndoManager.cs" />
<Compile Include="GUI\BFLYT\LayoutViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutViewer.Designer.cs">
<DependentUpon>LayoutViewer.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\Textbox.cs" />
<Compile Include="GUI\BFLYT\UserDataEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFLYT\UserDataEditor.Designer.cs">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\UserDataParser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\UserDataParser.Designer.cs">
<DependentUpon>UserDataParser.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BotwActorEditorControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BotwActorEditorControl.Designer.cs">
<DependentUpon>BotwActorEditorControl.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFFNT\BffntEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFFNT\BffntEditor.Designer.cs">
<DependentUpon>BffntEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFLYT\LayoutEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFLYT\LayoutEditor.Designer.cs">
<DependentUpon>LayoutEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BatchEditBaseAnimDataForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BatchEditBaseAnimDataForm.Designer.cs">
<DependentUpon>BatchEditBaseAnimDataForm.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BMD\BMDModelImportSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BMD\BMDModelImportSettings.Designer.cs">
<DependentUpon>BMDModelImportSettings.cs</DependentUpon>
</Compile>
<Compile Include="FileFormats\Pokemon\GFLX\GFBMDL\GFLXMesh.cs" />
<Compile Include="FileFormats\GMX\GMX.cs" />
<Compile Include="FileFormats\Hashes\SAHT.cs" />
<Compile Include="FileFormats\MKAGPDX\MKAGPDX_Model.cs" />
<Compile Include="FileFormats\Rom\IStorage.cs" />
<Compile Include="FileFormats\Rom\RomfsNodeWrapper.cs" />
<Compile Include="FileFormats\Shader\NSWShaderDecompile.cs" />
<Compile Include="FileFormats\Shader\NUSHDB.cs" />
<Compile Include="FileFormats\Shader\NVNSH.cs" />
<Compile Include="FileFormats\Shader\SHARC\SHARCFBNX.cs" />
<Compile Include="FileFormats\Texture\BCLIM.cs" />
<Compile Include="FileFormats\Texture\BFLIM.cs" />
<Compile Include="FileFormats\Layout\CAFE\BFLAN.cs" />
<Compile Include="FileFormats\Layout\CAFE\BFLYT.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\CurveHelper.cs" />
<Compile Include="FileFormats\BFRES\BFRES.cs" />
<Compile Include="FileFormats\Texture\NUT.cs" />
<Compile Include="FileFormats\Texture\TEX3DS.cs" />
<Compile Include="FileFormats\XLINK\XLINK.cs" />
<Compile Include="GL\GFBMDL_Render.cs" />
<Compile Include="GL\GMX_Renderer.cs" />
<Compile Include="GL\Helpers\DepthGLControl.cs" />
<Compile Include="GL\ShaderData\AglShaderOdyssey.cs" />
<Compile Include="GL\ShaderData\AglShaderTurbo.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\ResourceFile.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\ExternalFiles.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FVIS.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FMAA.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FMDL\FMAT.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FSCN.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FSHA.cs" />
<Compile Include="FileFormats\Audio\BFSTM.cs" />
<Compile Include="FileFormats\Archives\NARC.cs" />
<Compile Include="FileFormats\Archives\SDF.cs" />
<Compile Include="FileFormats\Shader\SHARC\SHARCFB.cs" />
<Compile Include="FileFormats\Audio\BRSTM.cs" />
<Compile Include="GL\Helpers\AlphaGLControl.cs" />
<Compile Include="GL\Helpers\ColorGLControl.cs" />
<Compile Include="GUI\AAMP\AampEditorBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\AAMP\AampEditorBase.Designer.cs">
<DependentUpon>AampEditorBase.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\ParamAnim\ParamPatternMaterialEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\ParamAnim\ParamPatternMaterialEditor.Designer.cs">
<DependentUpon>ParamPatternMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\SmoothNormalsMultiMeshForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\SmoothNormalsMultiMeshForm.Designer.cs">
<DependentUpon>SmoothNormalsMultiMeshForm.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\Interfaces\I2DDrawableContainer.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\Interfaces\I3DDrawableContainer.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\Interfaces\IDrawableObject.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\Interfaces\IMuuntLoader.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\MuuntCollisionObject.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\MuuntEditor3D.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\Plugins\MK8\PathDoublePointDrawableContainer.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\Plugins\MK8\PathDrawableContainer.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\Plugins\MK8\RenderableSinglePointDrawable.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\PropertyObject.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\MapObject.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\ObjectGroup.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\MuuntEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntEditor.Designer.cs">
<DependentUpon>MuuntEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntEditorDocker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntEditor2D.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntObjectList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntObjectList.Designer.cs">
<DependentUpon>MuuntObjectList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntPropertiesEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\MuuntPropertiesEditor.Designer.cs">
<DependentUpon>MuuntPropertiesEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\MuuntEditor\Plugins\MK8\TrackMuuntLoader.cs" />
<Compile Include="GUI\Byaml\MuuntEditor\PropertyGridConverters.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Matrix2DHelper.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\RenderableDoublePointPath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\RenderablePath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\TransformableObject.cs" />
<Compile Include="GUI\Editors\MK8TrackEditor\MapCameraViewer.cs" />
<Compile Include="GUI\Editors\PTCL\Color8KeySlider.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="GUI\Editors\PTCL\Color8KeySlider.Designer.cs">
<DependentUpon>Color8KeySlider.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\PTCL\ColorConstantPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\PTCL\ColorConstantPanel.Designer.cs">
<DependentUpon>ColorConstantPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\PTCL\EmitterTexturePanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\PTCL\EmitterTexturePanel.Designer.cs">
<DependentUpon>EmitterTexturePanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\PTCL\IColorPanelCommon.cs" />
<Compile Include="GUI\Editors\PTCL\ColorRandomPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\PTCL\ColorRandomPanel.Designer.cs">
<DependentUpon>ColorRandomPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\PTCL\EmitterEditorNX.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\PTCL\EmitterEditorNX.Designer.cs">
<DependentUpon>EmitterEditorNX.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Rom\SwitchKeySelectionForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Rom\SwitchKeySelectionForm.Designer.cs">
<DependentUpon>SwitchKeySelectionForm.cs</DependentUpon>
</Compile>
<Compile Include="GUI\TextureUI\Importers\BNTX\BinaryTextureImporterList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\TextureUI\Importers\BNTX\BinaryTextureImporterList.Designer.cs">
<DependentUpon>BinaryTextureImporterList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\TextureUI\Importers\BNTX\TextureImporterSettings.cs" />
<Compile Include="GUI\TextureUI\Importers\GX2\CreateGx2Texture.cs" />
<Compile Include="GUI\TextureUI\Importers\GX2\GTXImporterSettings.cs" />
<Compile Include="GUI\TextureUI\Importers\GX2\GTXTextureImporter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Scenes\SMO\CustomClasses.cs" />
<Compile Include="Scenes\SMO\Level.cs" />
<Compile Include="Scenes\SMO\LevelObj.cs" />
<Compile Include="Scenes\SMO_Scene.cs" />
<Compile Include="Scenes\ZTP_Scene.cs" />
<Compile Include="GUI\BFRES\BoneVisualAnims\BoneVisualAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\BoneVisualAnims\BoneVisualAnimEditor.Designer.cs">
<DependentUpon>BoneVisualAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BoneVisualAnims\BoneVisListEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BoneVisualAnims\BoneVisListEditor.Designer.cs">
<DependentUpon>BoneVisListEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BoneVisualAnims\VisObjectAddDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BoneVisualAnims\VisObjectAddDialog.Designer.cs">
<DependentUpon>VisObjectAddDialog.cs</DependentUpon>
</Compile>
<Compile Include="MaterialDefineConfig.cs" />
<Compile Include="GUI\BFRES\Materials\Presets\MaterialPresetDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\Presets\MaterialPresetDialog.Designer.cs">
<DependentUpon>MaterialPresetDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\MaterialReplaceDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\MaterialReplaceDialog.Designer.cs">
<DependentUpon>MaterialReplaceDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\VertexAttributeInputListEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\VertexAttributeInputListEdit.Designer.cs">
<DependentUpon>VertexAttributeInputListEdit.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\SamplerInputListEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\SamplerInputListEdit.Designer.cs">
<DependentUpon>SamplerInputListEdit.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ParamValueDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ParamValueDialog.Designer.cs">
<DependentUpon>ParamValueDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ParamValueEditorBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\booleanPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\booleanPanel.Designer.cs">
<DependentUpon>booleanPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\BoundingBoxListEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\BoundingBoxListEditor.Designer.cs">
<DependentUpon>BoundingBoxListEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\CopyUVChannelDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\CopyUVChannelDialog.Designer.cs">
<DependentUpon>CopyUVChannelDialog.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\FaceIndiceListViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\FaceIndiceListViewer.Designer.cs">
<DependentUpon>FaceIndiceListViewer.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\SubMeshEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\SubMeshEditor.Designer.cs">
<DependentUpon>SubMeshEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferCreator.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferCreator.Designer.cs">
<DependentUpon>VertexBufferCreator.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferEncodeEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferEncodeEditor.Designer.cs">
<DependentUpon>VertexBufferEncodeEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Texture Sampler\SamplerEditorSimple.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Texture Sampler\SamplerEditorSimple.Designer.cs">
<DependentUpon>SamplerEditorSimple.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\AddSamplerKeyGroup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\AddSamplerKeyGroup.Designer.cs">
<DependentUpon>AddSamplerKeyGroup.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\AddTextureKey.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\AddTextureKey.Designer.cs">
<DependentUpon>AddTextureKey.cs</DependentUpon>
</Compile>
<Compile Include="GIF\GifToTexturePatternAnimation.cs" />
<Compile Include="GUI\BFRES\TexturePattern\TexPatternInfoEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\TexPatternInfoEditor.Designer.cs">
<DependentUpon>TexPatternInfoEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\TexPatternMaterialEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\TexPatternMaterialEditor.Designer.cs">
<DependentUpon>TexPatternMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\BaseControlPoint.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\BaseObjPt.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\PointID.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\RenderableConnectedMapPoints.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\CourseMuuntStructs.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\IObject.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\GravityPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\IntroCamera.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\ItemPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\EnemyPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\GliderPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\JugemPath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\LapPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\RenderablePathPoint.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\ObjPath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\Paths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\BasePathGroup.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\PullPath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\RenderableConnectedPaths.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\ReturnPoint.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Base\BasePathPoint.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Paths\SteerAssistPath.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\TurboMunntEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Byaml\TurboCourseMuunt\TurboMunntEditor.Designer.cs">
<DependentUpon>TurboMunntEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\TurboCourseMuunt\Wrappers\PathCollectionNode.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Wrappers\PathGroupNode.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Wrappers\PathPointNode.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Wrappers\ProbeLightingEntryWrapper.cs" />
<Compile Include="GUI\Byaml\TurboCourseMuunt\Wrappers\ProbeLightingWrapper.cs" />
<Compile Include="GUI\Editors\EffectTableEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\EffectTableEditor.Designer.cs">
<DependentUpon>EffectTableEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\KCL\CollisionMaterialEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\KCL\CollisionMaterialEditor.Designer.cs">
<DependentUpon>CollisionMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Message\MSBTEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Message\MSBTEditor.Designer.cs">
<DependentUpon>MSBTEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\SMO\OdysseyCostumeLoader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\SMO\OdysseyCostumeLoader.Designer.cs">
<DependentUpon>OdysseyCostumeLoader.cs</DependentUpon>
</Compile>
<Compile Include="GUI\SMO\MarioCostumeEditor.cs" />
<Compile Include="GUI\AAMP\AampEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\AAMP\EditBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BfresEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\BfresEditor.Designer.cs">
<DependentUpon>BfresEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BfresHeaderEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\BfresHeaderEditor.Designer.cs">
<DependentUpon>BfresHeaderEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BoneAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\BoneAnimEditor.Designer.cs">
<DependentUpon>BoneAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ColorPicker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ColorPicker.Designer.cs">
<DependentUpon>ColorPicker.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ColorWheel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ColorWheel.Designer.cs">
<DependentUpon>ColorWheel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ShaderParamEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\ShaderParamEditor.Designer.cs">
<DependentUpon>ShaderParamEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel.Designer.cs">
<DependentUpon>TexSrtPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector1SliderPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector1SliderPanel.Designer.cs">
<DependentUpon>vector1SliderPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector2SliderPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector2SliderPanel.Designer.cs">
<DependentUpon>vector2SliderPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector3SliderPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector3SliderPanel.Designer.cs">
<DependentUpon>vector3SliderPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector4SliderPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderParams\vector4SliderPanel.Designer.cs">
<DependentUpon>vector4SliderPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\VolatileFlagEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\VolatileFlagEditor.Designer.cs">
<DependentUpon>VolatileFlagEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\KeyShapeList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\KeyShapeList.Designer.cs">
<DependentUpon>KeyShapeList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\VertexBufferList.Designer.cs">
<DependentUpon>VertexBufferList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BoneIndexList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BoneIndexList.Designer.cs">
<DependentUpon>BoneIndexList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BoneInfoPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BoneInfoPanel.Designer.cs">
<DependentUpon>BoneInfoPanel.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\DebugInfoBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\DebugInfoBox.Designer.cs">
<DependentUpon>DebugInfoBox.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BoneAnims\BoneAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\BoneAnims\BoneAnimEditor.Designer.cs">
<DependentUpon>BoneAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\BfresShapeEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\BfresShapeEditor.Designer.cs">
<DependentUpon>BfresShapeEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\SubFileEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\SubFileEditor.Designer.cs">
<DependentUpon>SubFileEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditor.Designer.cs">
<DependentUpon>ShaderOptionsEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\NewFolder1\SamplerEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\NewFolder1\SamplerEditor.Designer.cs">
<DependentUpon>SamplerEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderStateEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderStateEditor.Designer.cs">
<DependentUpon>RenderStateEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\SamplerEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\SamplerEditor.Designer.cs">
<DependentUpon>SamplerEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\SamplerListEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\SamplerListEdit.Designer.cs">
<DependentUpon>SamplerListEdit.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderInfoEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderInfoEditor.Designer.cs">
<DependentUpon>RenderInfoEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderInfoDataEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderInfoDataEditor.Designer.cs">
<DependentUpon>RenderInfoDataEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\BfresTexturePatternEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\BfresTexturePatternEditor.Designer.cs">
<DependentUpon>BfresTexturePatternEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\FrameTextureThumbnail.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\TexturePattern\FrameTextureThumbnail.Designer.cs">
<DependentUpon>FrameTextureThumbnail.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\ParamAnim\AnimParamEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\ParamAnim\AnimParamEditor.Designer.cs">
<DependentUpon>AnimParamEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\AnimKeyViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\AnimKeyViewer.Designer.cs">
<DependentUpon>AnimKeyViewer.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Scene\SceneAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Scene\SceneAnimEditor.Designer.cs">
<DependentUpon>SceneAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\ShaderBinaryDisplay.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\ShaderBinaryDisplay.Designer.cs">
<DependentUpon>ShaderBinaryDisplay.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\ShaderEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\ShaderEditor.Designer.cs">
<DependentUpon>ShaderEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\TexturePatternAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\TexturePatternAnimEditor.Designer.cs">
<DependentUpon>TexturePatternAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\UserDataEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\UserDataEditor.Designer.cs">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\UserDataParser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Editors\UserDataParser.Designer.cs">
<DependentUpon>UserDataParser.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\UserDataWrapper.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FSHU.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FMDL\FSHP.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FMDL\FSKL.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FTXP.cs" />
<Compile Include="FileFormats\BFRES\BfresSwitch.cs" />
<Compile Include="FileFormats\BFRES\BfresWiiU.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FMDL.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FSKA.cs" />
<Compile Include="FileFormats\BFRES\KsaShader.cs" />
<Compile Include="FileFormats\Audio\Archives\BFSAR.cs" />
<Compile Include="FileFormats\Shader\BFSHA.cs" />
<Compile Include="FileFormats\Shader\BNSH.cs" />
<Compile Include="FileFormats\Byaml\BYAML.cs" />
<Compile Include="FileFormats\Turbo\Course_MapCamera_bin.cs" />
<Compile Include="FileFormats\Custom\CsvModels.cs" />
<Compile Include="FileFormats\Archives\GFPAK.cs" />
<Compile Include="FileFormats\Collision\KCL.cs" />
<Compile Include="FileFormats\Message\MSBT.cs" />
<Compile Include="FileFormats\Rom\NCA.cs" />
<Compile Include="FileFormats\Rom\NSP.cs" />
<Compile Include="FileFormats\Effects\PCTL.cs" />
<Compile Include="FileFormats\Archives\SARC.cs" />
<Compile Include="FileFormats\Shader\SHARC\SHARC.cs" />
<Compile Include="FileFormats\Texture\BNTX.cs" />
<Compile Include="FileFormats\Effects\EFF.cs" />
<Compile Include="FileFormats\BFRES\Bfres Structs\SubFiles\FTEX.cs" />
<Compile Include="FileFormats\Texture\GTXFile.cs" />
<Compile Include="FileFormats\Texture\NUTEXB.cs" />
<Compile Include="FileFormats\Texture\TexConv.cs" />
<Compile Include="FileFormats\Texture\XTX.cs" />
<Compile Include="FileFormats\Rom\XCI.cs" />
<Compile Include="GetSwitchKeys.cs" />
<Compile Include="GL\BFRES\BFRES_Render.cs" />
<Compile Include="GUI\Advanced Editor\TextureViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Advanced Editor\TextureViewer.Designer.cs">
<DependentUpon>TextureViewer.cs</DependentUpon>
</Compile>
<Compile Include="GUI\AttributeEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\AttributeEditor.Designer.cs">
<DependentUpon>AttributeEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\MK8TrackEditor\MK8MapCameraEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\MK8TrackEditor\MK8MapCameraEditor.Designer.cs">
<DependentUpon>MK8MapCameraEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\BfresModelImportSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\BfresModelImportSettings.Designer.cs">
<DependentUpon>BfresModelImportSettings.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BntxSelector.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BntxSelector.Designer.cs">
<DependentUpon>BntxSelector.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\CopyMaterialMenu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\CopyMaterialMenu.Designer.cs">
<DependentUpon>CopyMaterialMenu.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\BFAVEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\BFAVEditor.Designer.cs">
<DependentUpon>BFAVEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BfresBoneEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\BfresBoneEditor.Designer.cs">
<DependentUpon>BfresBoneEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Shape\BfresLODMeshEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Shape\BfresLODMeshEditor.Designer.cs">
<DependentUpon>BfresLODMeshEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\BfresMaterialEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\BfresMaterialEditor.Designer.cs">
<DependentUpon>BfresMaterialEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditBox.Designer.cs">
<DependentUpon>ShaderOptionsEditBox.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Editors\VisibiltyAnimEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Editors\VisibiltyAnimEditor.Designer.cs">
<DependentUpon>VisibiltyAnimEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\FormLoader.cs" />
<Compile Include="GUI\KeySelection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\KeySelection.Designer.cs" />
<Compile Include="GUI\TextureLoader.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\TextureLoader.Designer.cs">
<DependentUpon>TextureLoader.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Byaml\ByamlEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\Byaml\ByamlEditor.Designer.cs">
<DependentUpon>ByamlEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\Advanced Editor\PreviewEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Advanced Editor\PreviewEditor.Designer.cs">
<DependentUpon>PreviewEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\FSKLEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GUI\BFRES\Skeleton\FSKLEditor.Designer.cs">
<DependentUpon>FSKLEditor.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\RenderInfoEnums.cs" />
<Compile Include="GUI\Editors\VertexAttributeDataList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\Editors\VertexAttributeDataList.Designer.cs">
<DependentUpon>VertexAttributeDataList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\PreviewFormatList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\PreviewFormatList.Designer.cs">
<DependentUpon>PreviewFormatList.cs</DependentUpon>
</Compile>
<Compile Include="GUI\BFRES\Materials\Texture Selector.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\BFRES\Materials\Texture Selector.Designer.cs">
<DependentUpon>Texture Selector.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs" />
<Compile Include="MaterialPresetConfig.cs" />
<Compile Include="NodeWrappers\Archives\BFRESWrapper.cs" />
<Compile Include="NodeWrappers\FileFilters.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="PluginRuntime.cs" />
<Compile Include="XML\BfresMaterial2XML.cs" />
<Compile Include="XML\Bfsha2Xml.cs" />
<Compile Include="XML\Sharc2XML.cs" />
<Compile Include="YAML\YamlFmaa.cs" />
<Compile Include="YAML\YamlFmat.cs" />
<Compile Include="YAML\YamlFscn.cs" />
<Compile Include="YAML\YamlFska.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\InjectTexErrored.dds" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="GUI\AAMP\AampEditorBase.resx">
<DependentUpon>AampEditorBase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\AAMP\EditBox.resx" />
<EmbeddedResource Include="GUI\Advanced Editor\TextureViewer.resx">
<DependentUpon>TextureViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\AttributeEditor.resx">
<DependentUpon>AttributeEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\BCHAnimationEditor.resx">
<DependentUpon>BCHAnimationEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\BCHMeshEditor.resx">
<DependentUpon>BCHMeshEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\BCHModelEditor.resx">
<DependentUpon>BCHModelEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\BCHBoneEditor.resx">
<DependentUpon>BCHBoneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialGeneralEditor.resx">
<DependentUpon>BCHMaterialGeneralEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialBlendingEditor.resx">
<DependentUpon>BCHMaterialBlendingEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialColorEditor.resx">
<DependentUpon>BCHMaterialColorEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialEditor.resx">
<DependentUpon>BCHMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialFragmentEditor.resx">
<DependentUpon>BCHMaterialFragmentEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHMaterialShaderParamEditor.resx">
<DependentUpon>BCHMaterialShaderParamEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\Material\BCHTextureMapEditor.resx">
<DependentUpon>BCHTextureMapEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\MetaData\UserDataEditor.resx">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BCH\MetaData\UserDataParser.resx">
<DependentUpon>UserDataParser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LytAnimationWindow.resx">
<DependentUpon>LytAnimationWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatColorEditor.resx">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\CTR\PaneMatCTRTevEditor.resx">
<DependentUpon>PaneMatCTRTevEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatBlending.resx">
<DependentUpon>PaneMatBlending.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatColorEditor.resx">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevSwapTableEditor.resx">
<DependentUpon>PaneMatRevTevSwapTableEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Rev\PaneMatRevTevEditor.resx">
<DependentUpon>PaneMatRevTevEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Rev\SwapTableEntry.resx">
<DependentUpon>SwapTableEntry.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BfresAnimationCopy.resx">
<DependentUpon>BfresAnimationCopy.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\RenderState\RenderStateEditor.resx">
<DependentUpon>RenderStateEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel2D.resx">
<DependentUpon>TexSrtPanel2D.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Byaml\ByamlNodeSearch.resx">
<DependentUpon>ByamlNodeSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\GFBMDL\GFLXMaterialEditor.resx">
<DependentUpon>GFLXMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\GFBMDL\GFLXMaterialParamEditor.resx">
<DependentUpon>GFLXMaterialParamEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\GFBMDL\GFLXMeshEditor.resx">
<DependentUpon>GFLXMeshEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\GFBMDL\GFLXModelImporter.resx">
<DependentUpon>GFLXModelImporter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Pokemon\PokemonLoaderSwSh.resx">
<DependentUpon>PokemonLoaderSwSh.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\ViewportEditor.resx">
<DependentUpon>ViewportEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFFNT\BffntEditor.resx">
<DependentUpon>BffntEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\Basic\AddAnimGroupDialog.resx">
<DependentUpon>AddAnimGroupDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\Basic\AddGroupTypeDialog.resx">
<DependentUpon>AddGroupTypeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\Basic\AddGroupTargetDialog.resx">
<DependentUpon>AddGroupTargetDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LayoutAnimEditor.resx">
<DependentUpon>LayoutAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\Basic\LayoutAnimEditorBasic.resx">
<DependentUpon>LayoutAnimEditorBasic.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LytKeyPaneSRTPanel.resx">
<DependentUpon>LytKeyPaneSRTPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LytKeyVisibiltyPane.resx">
<DependentUpon>LytKeyVisibiltyPane.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LytKeyVtxColorPanel.resx">
<DependentUpon>LytKeyVtxColorPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\BasePaneEditor.resx">
<DependentUpon>BasePaneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\BasePictureboxEditor.resx">
<DependentUpon>BasePictureboxEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\PaneMatBlending.resx">
<DependentUpon>PaneMatBlending.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\PaneMatTextureCombiner.resx">
<DependentUpon>PaneMatTextureCombiner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\PaneEditor.resx">
<DependentUpon>PaneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\PaneMatColorEditor.resx">
<DependentUpon>PaneMatColorEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\PaneMatTextureMapsEditor.resx">
<DependentUpon>PaneMatTextureMapsEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Materials\Texture_Selector.resx">
<DependentUpon>Texture_Selector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Part\PartPaneEditor.resx">
<DependentUpon>PartPaneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\TextEditor\NewTextboxDialog.resx">
<DependentUpon>NewTextboxDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\TextEditor\PaneTextBoxEditor.resx">
<DependentUpon>PaneTextBoxEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\VertexColorPanel.resx">
<DependentUpon>VertexColorPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Window\WindowContentEditor.resx">
<DependentUpon>WindowContentEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Window\WindowFrameEditor.resx">
<DependentUpon>WindowFrameEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Window\WindowPaneEditor.resx">
<DependentUpon>WindowPaneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Window\WindowFrameEditorSettings.resx">
<DependentUpon>WindowFrameEditorSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Editor\Window\WindowFrameSelector.resx">
<DependentUpon>WindowFrameSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\FileSelector.resx">
<DependentUpon>FileSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\Animations\LayoutAnimList.resx">
<DependentUpon>LayoutAnimList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutEditor.resx">
<DependentUpon>LayoutEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutHierarchy.resx">
<DependentUpon>LayoutHierarchy.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutPartsEditor.resx">
<DependentUpon>LayoutPartsEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutProperties.resx">
<DependentUpon>LayoutProperties.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutSaveDialog.resx">
<DependentUpon>LayoutSaveDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutTextDocked.resx">
<DependentUpon>LayoutTextDocked.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutTextureList.resx">
<DependentUpon>LayoutTextureList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\LayoutViewer.resx">
<DependentUpon>LayoutViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\UserDataEditor.resx">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFLYT\UserDataParser.resx">
<DependentUpon>UserDataParser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BatchEditBaseAnimDataForm.resx">
<DependentUpon>BatchEditBaseAnimDataForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BfresEditor.resx">
<DependentUpon>BfresEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BfresHeaderEditor.resx">
<DependentUpon>BfresHeaderEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BoneAnimEditor.resx">
<DependentUpon>BoneAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BoneVisualAnims\BoneVisualAnimEditor.resx">
<DependentUpon>BoneVisualAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BoneVisualAnims\BoneVisListEditor.resx">
<DependentUpon>BoneVisListEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BoneVisualAnims\VisObjectAddDialog.resx">
<DependentUpon>VisObjectAddDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\Presets\MaterialPresetDialog.resx">
<DependentUpon>MaterialPresetDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\MaterialReplaceDialog.resx">
<DependentUpon>MaterialReplaceDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderAssign\VertexAttributeInputListEdit.resx">
<DependentUpon>VertexAttributeInputListEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderAssign\SamplerInputListEdit.resx">
<DependentUpon>SamplerInputListEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\ColorPicker.resx">
<DependentUpon>ColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\ColorWheel.resx">
<DependentUpon>ColorWheel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\ParamValueDialog.resx">
<DependentUpon>ParamValueDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\ShaderParamEditor.resx">
<DependentUpon>ShaderParamEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\TexSrtPanel.resx">
<DependentUpon>TexSrtPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\booleanPanel.resx">
<DependentUpon>booleanPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\vector1SliderPanel.resx">
<DependentUpon>vector1SliderPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\vector2SliderPanel.resx">
<DependentUpon>vector2SliderPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\vector3SliderPanel.resx">
<DependentUpon>vector3SliderPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderParams\vector4SliderPanel.resx">
<DependentUpon>vector4SliderPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\VolatileFlagEditor.resx">
<DependentUpon>VolatileFlagEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\ParamAnim\ParamPatternMaterialEditor.resx">
<DependentUpon>ParamPatternMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\CopyUVChannelDialog.resx">
<DependentUpon>CopyUVChannelDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\FaceIndiceListViewer.resx">
<DependentUpon>FaceIndiceListViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\KeyShapeList.resx">
<DependentUpon>KeyShapeList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\SubMeshEditor.resx">
<DependentUpon>SubMeshEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\VertexBufferCreator.resx">
<DependentUpon>VertexBufferCreator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\VertexBufferEncodeEditor.resx">
<DependentUpon>VertexBufferEncodeEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\VertexBufferList.resx">
<DependentUpon>VertexBufferList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Skeleton\BoneIndexList.resx">
<DependentUpon>BoneIndexList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Skeleton\BoneInfoPanel.resx">
<DependentUpon>BoneInfoPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\DebugInfoBox.resx">
<DependentUpon>DebugInfoBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BoneAnims\BoneAnimEditor.resx">
<DependentUpon>BoneAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\BfresShapeEditor.resx">
<DependentUpon>BfresShapeEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\SmoothNormalsMultiMeshForm.resx">
<DependentUpon>SmoothNormalsMultiMeshForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\SubFileEditor.resx">
<DependentUpon>SubFileEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditor.resx">
<DependentUpon>ShaderOptionsEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\NewFolder1\SamplerEditor.resx">
<DependentUpon>SamplerEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\RenderStateEditor.resx">
<DependentUpon>RenderStateEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\SamplerEditor.resx">
<DependentUpon>SamplerEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\SamplerListEdit.resx">
<DependentUpon>SamplerListEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\RenderInfoEditor.resx">
<DependentUpon>RenderInfoEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\RenderInfoDataEditor.resx">
<DependentUpon>RenderInfoDataEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Texture Sampler\SamplerEditorSimple.resx">
<DependentUpon>SamplerEditorSimple.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\AddSamplerKeyGroup.resx">
<DependentUpon>AddSamplerKeyGroup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\AddTextureKey.resx">
<DependentUpon>AddTextureKey.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\BfresTexturePatternEditor.resx">
<DependentUpon>BfresTexturePatternEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\FrameTextureThumbnail.resx">
<DependentUpon>FrameTextureThumbnail.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\TexPatternInfoEditor.resx">
<DependentUpon>TexPatternInfoEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\TexturePattern\TexPatternMaterialEditor.resx">
<DependentUpon>TexPatternMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BMD\BMDModelImportSettings.resx">
<DependentUpon>BMDModelImportSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BotwActorEditorControl.resx">
<DependentUpon>BotwActorEditorControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Byaml\MuuntEditor\MuuntEditor.resx">
<DependentUpon>MuuntEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Byaml\MuuntEditor\MuuntObjectList.resx">
<DependentUpon>MuuntObjectList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Byaml\MuuntEditor\MuuntPropertiesEditor.resx">
<DependentUpon>MuuntPropertiesEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Byaml\TurboCourseMuunt\TurboMunntEditor.resx">
<DependentUpon>TurboMunntEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\ParamAnim\AnimParamEditor.resx">
<DependentUpon>AnimParamEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\AnimKeyViewer.resx">
<DependentUpon>AnimKeyViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\EffectTableEditor.resx">
<DependentUpon>EffectTableEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\MK8TrackEditor\MK8MapCameraEditor.resx">
<DependentUpon>MK8MapCameraEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\PTCL\Color8KeySlider.resx">
<DependentUpon>Color8KeySlider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\PTCL\ColorConstantPanel.resx">
<DependentUpon>ColorConstantPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\PTCL\ColorRandomPanel.resx">
<DependentUpon>ColorRandomPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\PTCL\EmitterEditorNX.resx">
<DependentUpon>EmitterEditorNX.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\BfresModelImportSettings.resx">
<DependentUpon>BfresModelImportSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BntxSelector.resx">
<DependentUpon>BntxSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\CopyMaterialMenu.resx">
<DependentUpon>CopyMaterialMenu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\BFAVEditor.resx">
<DependentUpon>BFAVEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Skeleton\BfresBoneEditor.resx">
<DependentUpon>BfresBoneEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Shape\BfresLODMeshEditor.resx">
<DependentUpon>BfresLODMeshEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\BfresMaterialEditor.resx">
<DependentUpon>BfresMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\ShaderAssign\ShaderOptionsEditBox.resx">
<DependentUpon>ShaderOptionsEditBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Scene\SceneAnimEditor.resx">
<DependentUpon>SceneAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\PTCL\EmitterTexturePanel.resx">
<DependentUpon>EmitterTexturePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\ShaderBinaryDisplay.resx">
<DependentUpon>ShaderBinaryDisplay.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\ShaderEditor.resx">
<DependentUpon>ShaderEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\TexturePatternAnimEditor.resx">
<DependentUpon>TexturePatternAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\UserDataEditor.resx">
<DependentUpon>UserDataEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\UserDataParser.resx">
<DependentUpon>UserDataParser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\VisibiltyAnimEditor.resx">
<DependentUpon>VisibiltyAnimEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\KCL\CollisionMaterialEditor.resx">
<DependentUpon>CollisionMaterialEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\KeySelection.resx" />
<EmbeddedResource Include="GUI\Byaml\ByamlEditor.resx">
<DependentUpon>ByamlEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Advanced Editor\PreviewEditor.resx">
<DependentUpon>PreviewEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Skeleton\FSKLEditor.resx">
<DependentUpon>FSKLEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Editors\VertexAttributeDataList.resx">
<DependentUpon>VertexAttributeDataList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Message\MSBTEditor.resx">
<DependentUpon>MSBTEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\PreviewFormatList.resx">
<DependentUpon>PreviewFormatList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\BFRES\Materials\Texture Selector.resx">
<DependentUpon>Texture Selector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\Rom\SwitchKeySelectionForm.resx">
<DependentUpon>SwitchKeySelectionForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\SMO\OdysseyCostumeLoader.resx">
<DependentUpon>OdysseyCostumeLoader.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\TextureLoader.resx">
<DependentUpon>TextureLoader.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\TextureUI\Importers\BNTX\BinaryTextureImporterList.resx">
<DependentUpon>BinaryTextureImporterList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\TextureUI\Importers\GX2\GTXTextureImporter.resx">
<DependentUpon>GTXTextureImporter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrawlboxHelper\BrawlboxHelper.csproj">
<Project>{fa690685-3370-44d5-b138-f538c8d4c2a3}</Project>
<Name>BrawlboxHelper</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Switch_Toolbox_Library\Toolbox_Library.csproj">
<Project>{96820047-2a39-4e5a-bfa4-e84fff5c66cf}</Project>
<Name>Toolbox_Library</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\resource_factory_info.tsv" />
<None Include="Resources\TextureError.png" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrowMinimize .png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Basic_Nrm.dds" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Basic_NrmBC5.dds" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Black.dds" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\White.dds" />
</ItemGroup>
<ItemGroup>
<COMReference Include="AxWMPLib">
<Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>aximp</WrapperTool>
<Isolated>False</Isolated>
<Private>False</Private>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Basic_Bake_st0.dds" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Basic_Bake_st1.dds" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrowMinimize 1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\GridBackground.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AddIcon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\RemoveIcon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Texture.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ViewportIcon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ViewportIconDisable.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="FileFormats\EvemtFlow\" />
<Folder Include="FileFormats\NLG\Common\" />
<Folder Include="FileFormats\Pokemon\GFL2\" />
<Folder Include="GUI\Byaml\MuuntEditor\Renderables\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ArrowIcon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\MetaInfo.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\AlignmentPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\BoundryPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\NullPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\PicturePane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\ScissorPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\TextPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\WindowPane.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\QuickAccess.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Layout\OrthoView.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LayoutAnimation.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\MissingTexture.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Hashes\LM3_Hashes.txt" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Hashes\Pkmn.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>