2018-11-12 01:48:33 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\packages\Costura.Fody.3.1.4\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.3.1.4\build\Costura.Fody.props')" />
<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 > {96820047-2A39-4E5A-BFA4-E84FFF5C66CF}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Switch_Toolbox.Library</RootNamespace>
<AssemblyName > Switch_Toolbox.Library</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 > ..\Switch_Toolbox\bin\Debug\Lib\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > ..\Switch_Toolbox\bin\Release\Lib\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup >
<Reference Include= "AssimpNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=0d51b391f59f42a6, processorArchitecture=MSIL" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\AssimpNet.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "CsvHelper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\CsvHelper.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
2018-11-19 18:39:06 +01:00
<Reference Include= "DirectXTex" >
<HintPath > ..\..\Switch-Toolbox\Switch_Toolbox\Lib\DirectXTex.dll</HintPath>
</Reference>
2018-11-17 23:33:00 +01:00
<Reference Include= "K4os.Compression.LZ4, Version=1.1.0.0, Culture=neutral, PublicKeyToken=27d14aecb5186925, processorArchitecture=MSIL" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\K4os.Compression.LZ4.dll</HintPath>
2018-11-17 23:33:00 +01:00
</Reference>
<Reference Include= "K4os.Compression.LZ4.Streams, Version=1.1.0.0, Culture=neutral, PublicKeyToken=27d14aecb5186925, processorArchitecture=MSIL" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\K4os.Compression.LZ4.Streams.dll</HintPath>
2018-11-17 23:33:00 +01:00
</Reference>
<Reference Include= "K4os.Hash.xxHash, Version=1.0.5.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\K4os.Hash.xxHash.dll</HintPath>
2018-11-17 23:33:00 +01:00
</Reference>
2018-11-18 18:27:18 +01:00
<Reference Include= "LZ4" >
<HintPath > ..\Switch_Toolbox\Lib\LZ4.dll</HintPath>
2018-11-17 23:33:00 +01:00
</Reference>
2018-11-12 01:48:33 +01:00
<Reference Include= "Microsoft.VisualBasic" />
<Reference Include= "OpenTK" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\OpenTK.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "OpenTK.GLControl" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\OpenTK.GLControl.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
2018-11-17 23:33:00 +01:00
<Reference Include= "SARCExt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Switch_Toolbox\Lib\SARCExt.dll</HintPath>
</Reference>
2018-11-12 01:48:33 +01:00
<Reference Include= "SFGraphics" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\SFGraphics.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "SFGraphics.Utils" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\SFGraphics.Utils.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "Syroot.BinaryData" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\Syroot.BinaryData.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "Syroot.Maths" >
2018-11-18 18:27:18 +01:00
<HintPath > ..\Switch_Toolbox\Lib\Syroot.Maths.dll</HintPath>
2018-11-12 01:48:33 +01:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.IO.Compression.FileSystem" />
<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>
</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= "WeifenLuo.WinFormsUI.Docking, Version=3.0.4.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL" >
<HintPath > ..\packages\DockPanelSuite.3.0.4\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include= "WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=3.0.4.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL" >
<HintPath > ..\packages\DockPanelSuite.ThemeVS2015.3.0.4\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "Animations\Animation.cs" />
<Compile Include= "Animations\AnimationGroupNode.cs" />
<Compile Include= "FileFormats\ANIM.cs" />
<Compile Include= "FileFormats\Assimp\Assimp.cs" />
<Compile Include= "FileFormats\Assimp\AssimpHelper.cs" />
<Compile Include= "FileFormats\CSV.cs" />
<Compile Include= "FileFormats\DDS.cs" />
2018-11-19 18:39:06 +01:00
<Compile Include= "FileFormats\DDSCompressor.cs" />
2018-11-12 01:48:33 +01:00
<Compile Include= "GUI Custom\ListViewCustom.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\NumericUpDownInt.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\NumericUpDownUint.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\NumericUpDownFloat.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI\Assimp Settings.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "GUI\Assimp Settings.Designer.cs" >
<DependentUpon > Assimp Settings.cs</DependentUpon>
</Compile>
<Compile Include= "GUI\Viewport.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\Viewport.Designer.cs" >
<DependentUpon > Viewport.cs</DependentUpon>
</Compile>
<Compile Include= "Interfaces\IMenuExtension.cs" />
<Compile Include= "Plugin\GenericPluginLoader.cs" />
<Compile Include= "GUI Custom\DockContentST.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\AnimationPanel.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "GUI\AnimationPanel.Designer.cs" >
<DependentUpon > AnimationPanel.cs</DependentUpon>
</Compile>
<Compile Include= "GUI\AssimpMeshSelector.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\AssimpMeshSelector.Designer.cs" >
<DependentUpon > AssimpMeshSelector.cs</DependentUpon>
</Compile>
<Compile Include= "GUI\ProgressBar.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\ProgressBar.Designer.cs" >
<DependentUpon > ProgressBar.cs</DependentUpon>
</Compile>
<Compile Include= "Imaging.cs" />
<Compile Include= "GUI.cs" />
<Compile Include= "GUI Custom\BitmapCustom.cs" />
<Compile Include= "GUI Custom\ContextMenuStripDark.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\DockContentCustom.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\EditorInterface.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "GUI Custom\MinMaxButton.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\PictureBoxCustom.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI Custom\TreeViewCustom.cs" />
<Compile Include= "GUI\FolderSelectDialog.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "GUI\ObjectList.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\ObjectList.Designer.cs" >
<DependentUpon > ObjectList.cs</DependentUpon>
</Compile>
<Compile Include= "GUI\Dialogs\RenameDialog.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "GUI\Dialogs\RenameDialog.Designer.cs" >
<DependentUpon > RenameDialog.cs</DependentUpon>
</Compile>
<Compile Include= "Interfaces\IArchiveFile.cs" />
<Compile Include= "Interfaces\IFileFormat.cs" />
<Compile Include= "IO\FileIO.cs" />
<Compile Include= "Interfaces\IPlugin.cs" />
<Compile Include= "Plugin\FileFormat.cs" />
<Compile Include= "Plugin\PluginLoader.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= "PublicEnums.cs" />
<Compile Include= "Rendering\OpenTKSharedResources.cs" />
<Compile Include= "Rendering\RenderTools.cs" />
<Compile Include= "Rendering\ShaderTools.cs" />
<Compile Include= "Rendering\Skeleton.cs" />
<Compile Include= "Rendering\RenderLib.cs" />
<Compile Include= "Runtime.cs" />
<Compile Include= "Util\Util.cs" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "GUI\AnimationPanel.resx" >
<DependentUpon > AnimationPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\Assimp Settings.resx" >
<DependentUpon > Assimp Settings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\AssimpMeshSelector.resx" >
<DependentUpon > AssimpMeshSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\ObjectList.resx" >
<DependentUpon > ObjectList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\ProgressBar.resx" >
<DependentUpon > ProgressBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\Dialogs\RenameDialog.resx" >
<DependentUpon > RenameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "GUI\Viewport.resx" >
<DependentUpon > Viewport.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<SubType > Designer</SubType>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
<None Include= "Resources\CheckerBackground.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Aamp.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Bfres.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Bfsha.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Bnsh.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Bntx.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Bone.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Byaml.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\ErrorCheck.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\FileBank.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Folder.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\mesh.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\skeletonAnimation.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Texture.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\TextureError.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\InjectTexErrored.dds" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\defaultDif.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\DefaultTexture.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\LoadingImage.gif" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\GL_EditorFramework-master\GL_Core\GL_Core.csproj" >
<Project > {29647ba5-2859-46f0-a99e-c3a387a9447a}</Project>
<Name > GL_Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "Resources\UVPattern.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Music1.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\Music2.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\materialSphere.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\model.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\skeleton.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\diffuseSphere.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\translateGizmo.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\scaleGizmo.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\rotateGizmo.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\arrowMinimize .png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\normalsSphere.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\normalMapSphere.png" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Fody.3.2.9\build\Fody.targets" Condition= "Exists('..\packages\Fody.3.2.9\build\Fody.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Fody.3.2.9\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.2.9\build\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.3.1.4\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.1.4\build\Costura.Fody.props'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.3.1.4\build\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.1.4\build\Costura.Fody.targets'))" />
<Error Condition= "!Exists('..\packages\AssimpNet.4.1.0\build\AssimpNet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\AssimpNet.4.1.0\build\AssimpNet.targets'))" />
</Target>
<Import Project= "..\packages\Costura.Fody.3.1.4\build\Costura.Fody.targets" Condition= "Exists('..\packages\Costura.Fody.3.1.4\build\Costura.Fody.targets')" />
<Import Project= "..\packages\AssimpNet.4.1.0\build\AssimpNet.targets" Condition= "Exists('..\packages\AssimpNet.4.1.0\build\AssimpNet.targets')" />
</Project>