mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-12 14:21:56 +00:00
-"Move Up" and "Move Down" functions finally work properly and with folders! -Animation Editor can import Java block and item animations -Animation Editor has a built-in Change Tile function where every single block and item that can be animated is listed (clock and compass are excluded since they have animations based on game data). When selected, it will automatically set your animation to that tile for you. If a required folder is missing, the function will create the folder for you and place the file inside. Happy animating! (: -Removed the old "Create Animated Texture" function and replaced it with the new Animation Editor -Moved the Audio Editor and Animation Editor into their own folders in the Utilities folder to keep things a little more organized in the solution.
908 lines
46 KiB
XML
908 lines
46 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\Costura.Fody.5.0.0-alpha0281\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.5.0.0-alpha0281\build\Costura.Fody.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<LangVersion>preview</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{0ACAAEDE-93F5-4B5D-B8D7-A0C43359C0D6}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>PckStudio</RootNamespace>
|
|
<AssemblyName>PCK Studio</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Sin_titulo991.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>PCKStudio.pfx</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>false</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<StartupObject>PckStudio.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<DelaySign>false</DelaySign>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>1A350BCC742C98A4A39065C40B7D81A6F94CE8C1</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>
|
|
</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleasePortable|AnyCPU'">
|
|
<OutputPath>bin\ReleasePortable\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<LangVersion>preview</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Costura, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Costura.Fody.5.0.0-alpha0281\lib\netstandard1.0\Costura.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cyotek.Drawing.BitmapFont, Version=1.0.0.0, Culture=neutral, PublicKeyToken=58daa28b0b2de221, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Cyotek.Drawing.BitmapFont.1.3.2\lib\net20\Cyotek.Drawing.BitmapFont.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="DiscordRPC, Version=1.0.175.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DiscordRichPresence.1.0.175\lib\net35\DiscordRPC.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ExpandablePanel, Version=1.0.3651.36120, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ExpandablePanel.2.0.0\lib\4.0\ExpandablePanel.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="filetransferprotocollib">
|
|
<HintPath>..\filetransferprotocollib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GeoAPI, Version=1.7.4.0, Culture=neutral, PublicKeyToken=a1a0da7def465678, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MapSuiteDependency-GeoAPI.10.2.0\lib\net45\GeoAPI.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="HelixToolkit, Version=1.1.0.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\HelixToolkit.1.1.0\lib\portable-net45+win8+wpa81+wp8\HelixToolkit.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="HelixToolkit.Wpf, Version=1.1.0.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\HelixToolkit.Wpf.1.1.0\lib\net45\HelixToolkit.Wpf.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="HelixToolkit.Wpf.SharpDX, Version=1.1.0.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\HelixToolkit.Wpf.SharpDX.1.1.0\lib\net45\HelixToolkit.Wpf.SharpDX.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpZipLib.1.0.0-alpha2\lib\netstandard1.3\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Lidgren.Network.1.0.2\lib\net451\Lidgren.Network.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MetroFramework.Design, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Design.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MapSuiteDependency-MicrosoftSqlServerTypes.10.2.0\lib\net45\Microsoft.SqlServer.Types.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Win32.Primitives.4.0.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NetTopologySuite, Version=1.14.0.0, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MapSuiteDependency-NetTopologySuite.10.2.0\lib\net45\NetTopologySuite.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\OpenTK.1.1.2225.0\lib\net20\OpenTK.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="PowerCollections, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2573bf8a1bdddcd5, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MapSuiteDependency-NetTopologySuite.10.2.0\lib\net45\PowerCollections.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\RestSharp.106.11.7\lib\net452\RestSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.D3DCompiler, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.D3DCompiler.4.0.1\lib\net45\SharpDX.D3DCompiler.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Direct2D1, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.Direct2D1.4.0.1\lib\net45\SharpDX.Direct2D1.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net45\SharpDX.Direct3D11.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Direct3D11.Effects, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.Direct3D11.Effects.4.0.1\lib\net45\SharpDX.Direct3D11.Effects.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.ComponentModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ComponentModel.Primitives.4.0.0\lib\net46\System.ComponentModel.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="ThinkGeo.MapSuite, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ThinkGeo.MapSuite.11.0.0-beta042\lib\net45\ThinkGeo.MapSuite.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="ThinkGeo.MapSuite.ProductCenter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ThinkGeo.MapSuite.ProductCenter.11.0.0-beta012\lib\net45\ThinkGeo.MapSuite.ProductCenter.exe</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Classes\Bink.cs" />
|
|
<Compile Include="Classes\COL.cs" />
|
|
<Compile Include="Classes\CSM.cs" />
|
|
<Compile Include="Classes\Models\DefaultModels\CharacterModel.cs" />
|
|
<Compile Include="Classes\Models\DefaultModels\ModelBase.cs" />
|
|
<Compile Include="Classes\Models\DefaultModels\Texture.cs" />
|
|
<Compile Include="Classes\Models\DefaultModels\TextureSelector.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Classes\Models\Backgrounds.cs" />
|
|
<Compile Include="Classes\Models\BackgroundTypes.cs" />
|
|
<Compile Include="Classes\Models\Box.cs" />
|
|
<Compile Include="Classes\Models\Effects.cs" />
|
|
<Compile Include="Classes\Models\Matrix3D.cs" />
|
|
<Compile Include="Classes\Models\ModelView.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Classes\Models\ModelView.Designer.cs">
|
|
<DependentUpon>ModelView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Classes\Models\Object3D.cs" />
|
|
<Compile Include="Classes\Models\Object3DGroup.cs" />
|
|
<Compile Include="Classes\Models\Point3D.cs" />
|
|
<Compile Include="Classes\Models\Positions.cs" />
|
|
<Compile Include="Classes\Models\ProjectionTypes.cs" />
|
|
<Compile Include="Classes\Models\RotationOrders.cs" />
|
|
<Compile Include="Classes\Models\Texel.cs" />
|
|
<Compile Include="Classes\Models\TexelComparer.cs" />
|
|
<Compile Include="Classes\Models\TexturePlane.cs" />
|
|
<Compile Include="Classes\Network.cs" />
|
|
<Compile Include="Classes\PCK.cs" />
|
|
<Compile Include="Classes\RichPresenceClient.cs" />
|
|
<Compile Include="Classes\Update.cs" />
|
|
<Compile Include="Forms\Additional-Popups\FakeProgressBar.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\FakeProgressBar.Designer.cs">
|
|
<DependentUpon>FakeProgressBar.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\rename.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\rename.Designer.cs">
|
|
<DependentUpon>rename.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\ChangeTile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\ChangeTile.Designer.cs">
|
|
<DependentUpon>ChangeTile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\SetBulkSpeed.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\SetBulkSpeed.Designer.cs">
|
|
<DependentUpon>SetBulkSpeed.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Audio\addCategory.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Audio\addCategory.Designer.cs">
|
|
<DependentUpon>addCategory.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addMeta.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addMeta.Designer.cs">
|
|
<DependentUpon>addMeta.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addMetaAdvanced.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addMetaAdvanced.Designer.cs">
|
|
<DependentUpon>addMetaAdvanced.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addnewskin.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\addnewskin.Designer.cs">
|
|
<DependentUpon>addnewskin.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\AddPCKPassword.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\AddPCKPassword.Designer.cs">
|
|
<DependentUpon>AddPCKPassword.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\AdvancedOptions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\AdvancedOptions.Designer.cs">
|
|
<DependentUpon>AdvancedOptions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\creatorSpotlight.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\creatorSpotlight.Designer.cs">
|
|
<DependentUpon>creatorSpotlight.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\EntryEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\EntryEditor.Designer.cs">
|
|
<DependentUpon>EntryEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Classes\FileBase.cs" />
|
|
<Compile Include="Classes\FileData.cs" />
|
|
<Compile Include="Classes\FileOutput.cs" />
|
|
<Compile Include="Forms\Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\generateModel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\generateModel.Designer.cs">
|
|
<DependentUpon>generateModel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\goodbye.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\goodbye.Designer.cs">
|
|
<DependentUpon>goodbye.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\SkinPreview.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Skins-And-Textures\SkinPreview.Designer.cs">
|
|
<DependentUpon>SkinPreview.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Testx-12.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Testx-12.Designer.cs">
|
|
<DependentUpon>Testx-12.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\AnimationEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\AnimationEditor.Designer.cs">
|
|
<DependentUpon>AnimationEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\FrameEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Animation\FrameEditor.Designer.cs">
|
|
<DependentUpon>FrameEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Audio\AudioEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Audio\AudioEditor.Designer.cs">
|
|
<DependentUpon>AudioEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\COLEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\COLEditor.Designer.cs">
|
|
<DependentUpon>COLEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installPS3.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installPS3.Designer.cs">
|
|
<DependentUpon>installPS3.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installVita.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installVita.Designer.cs">
|
|
<DependentUpon>installVita.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installWiiU.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\installWiiU.Designer.cs">
|
|
<DependentUpon>installWiiU.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\Job.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\Job.Designer.cs">
|
|
<DependentUpon>Job.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\PCK Manager.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\PCK Manager.Designer.cs">
|
|
<DependentUpon>PCK Manager.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\pckCenter.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\pckCenter.Designer.cs">
|
|
<DependentUpon>pckCenter.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\pckCenterOpen.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\pckCenterOpen.Designer.cs">
|
|
<DependentUpon>pckCenterOpen.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\pckLocked.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\pckLocked.Designer.cs">
|
|
<DependentUpon>pckLocked.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Pref.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\Pref.Designer.cs">
|
|
<DependentUpon>Pref.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\Promo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\Promo.Designer.cs">
|
|
<DependentUpon>Promo.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\renameLoc.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\renameLoc.Designer.cs">
|
|
<DependentUpon>renameLoc.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\TextureConverterUtility.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\TextureConverterUtility.Designer.cs">
|
|
<DependentUpon>TextureConverterUtility.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ZipArchive.cs" />
|
|
<Compile Include="generateModelOLD.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>generateModelOLD.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Classes\InterpolationPictureBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Classes\KeyValuePair.cs" />
|
|
<Compile Include="Classes\LOC.cs" />
|
|
<Compile Include="Forms\Utilities\LOCEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Utilities\LOCEditor.Designer.cs">
|
|
<DependentUpon>LOCEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\meta.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\meta.Designer.cs">
|
|
<DependentUpon>meta.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\MetaADD.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\MetaADD.Designer.cs">
|
|
<DependentUpon>MetaADD.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\presetMeta.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\presetMeta.Designer.cs">
|
|
<DependentUpon>presetMeta.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Classes\Program.cs" />
|
|
<Compile Include="Forms\Additional-Popups\programInfo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Additional-Popups\programInfo.Designer.cs">
|
|
<DependentUpon>programInfo.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Classes\RenderBase.cs" />
|
|
<Compile Include="Classes\TextureCodec.cs" />
|
|
<Compile Include="Classes\TextureUtils.cs" />
|
|
<EmbeddedResource Include="Forms\Additional-Popups\FakeProgressBar.resx">
|
|
<DependentUpon>FakeProgressBar.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\rename.resx">
|
|
<DependentUpon>rename.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Animation\ChangeTile.resx">
|
|
<DependentUpon>ChangeTile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Animation\SetBulkSpeed.resx">
|
|
<DependentUpon>SetBulkSpeed.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Audio\addCategory.resx">
|
|
<DependentUpon>addCategory.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addMeta.ja.resx">
|
|
<DependentUpon>addMeta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addMeta.resx">
|
|
<DependentUpon>addMeta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addMetaAdvanced.ja.resx">
|
|
<DependentUpon>addMetaAdvanced.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addMetaAdvanced.resx">
|
|
<DependentUpon>addMetaAdvanced.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addnewskin.ja.resx">
|
|
<DependentUpon>addnewskin.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\addnewskin.resx">
|
|
<DependentUpon>addnewskin.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\AddPCKPassword.resx">
|
|
<DependentUpon>AddPCKPassword.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\AdvancedOptions.ja.resx">
|
|
<DependentUpon>AdvancedOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\AdvancedOptions.resx">
|
|
<DependentUpon>AdvancedOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\creatorSpotlight.ja.resx">
|
|
<DependentUpon>creatorSpotlight.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\creatorSpotlight.resx">
|
|
<DependentUpon>creatorSpotlight.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\EntryEditor.ja.resx">
|
|
<DependentUpon>EntryEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\EntryEditor.resx">
|
|
<DependentUpon>EntryEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form1.ja.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\generateModel.ja.resx">
|
|
<DependentUpon>generateModel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\generateModel.resx">
|
|
<DependentUpon>generateModel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\goodbye.ja.resx">
|
|
<DependentUpon>goodbye.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\goodbye.resx">
|
|
<DependentUpon>goodbye.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Skins-And-Textures\SkinPreview.resx">
|
|
<DependentUpon>SkinPreview.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Testx-12.resx">
|
|
<DependentUpon>Testx-12.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Animation\AnimationEditor.resx">
|
|
<DependentUpon>AnimationEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Animation\FrameEditor.resx">
|
|
<DependentUpon>FrameEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Audio\AudioEditor.resx">
|
|
<DependentUpon>AudioEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\COLEditor.ja.resx">
|
|
<DependentUpon>COLEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\COLEditor.resx">
|
|
<DependentUpon>COLEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\installPS3.resx">
|
|
<DependentUpon>installPS3.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\installVita.resx">
|
|
<DependentUpon>installVita.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\installWiiU.ja.resx">
|
|
<DependentUpon>installWiiU.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\installWiiU.resx">
|
|
<DependentUpon>installWiiU.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\Job.resx">
|
|
<DependentUpon>Job.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\LOCEditor.ja.resx">
|
|
<DependentUpon>LOCEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\meta.ja.resx">
|
|
<DependentUpon>meta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\MetaADD.ja.resx">
|
|
<DependentUpon>MetaADD.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\PCK Manager.ja.resx">
|
|
<DependentUpon>PCK Manager.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\PCK Manager.resx">
|
|
<DependentUpon>PCK Manager.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\pckCenter.ja.resx">
|
|
<DependentUpon>pckCenter.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\pckCenter.resx">
|
|
<DependentUpon>pckCenter.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\pckCenterOpen.ja.resx">
|
|
<DependentUpon>pckCenterOpen.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\pckCenterOpen.resx">
|
|
<DependentUpon>pckCenterOpen.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\pckLocked.ja.resx">
|
|
<DependentUpon>pckLocked.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\pckLocked.resx">
|
|
<DependentUpon>pckLocked.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Pref.ja.resx">
|
|
<DependentUpon>Pref.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\Pref.resx">
|
|
<DependentUpon>Pref.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\presetMeta.ja.resx">
|
|
<DependentUpon>presetMeta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\Promo.resx">
|
|
<DependentUpon>Promo.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\renameLoc.resx">
|
|
<DependentUpon>renameLoc.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\TextureConverterUtility.resx">
|
|
<DependentUpon>TextureConverterUtility.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="generateModelOLD.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>generateModelOLD.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Utilities\LOCEditor.resx">
|
|
<DependentUpon>LOCEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\meta.resx">
|
|
<DependentUpon>meta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\MetaADD.resx">
|
|
<DependentUpon>MetaADD.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\presetMeta.resx">
|
|
<DependentUpon>presetMeta.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Additional-Popups\programInfo.resx">
|
|
<DependentUpon>programInfo.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="bin\Release\settings.ini" />
|
|
<None Include="bin\Release\templates\UntitledSkinPCK.pck" />
|
|
<None Include="CommunityKey.snk" />
|
|
<None Include="OpenTK.dll.config" />
|
|
<None Include="packages.config" />
|
|
<None Include="PCKStudio.pfx" />
|
|
<None Include="Properties\app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\apps.zip" />
|
|
<None Include="Resources\binkawin.asi" />
|
|
<None Include="Resources\settings.ini" />
|
|
<None Include="Resources\tileData.json" />
|
|
<None Include="Resources\UntitledSkinPCK.pck" />
|
|
<None Include="xbox.png" />
|
|
<None Include="youtube_PNG15.png" />
|
|
<None Include="Resources\Del.png" />
|
|
<None Include="Resources\ExportFile.png" />
|
|
<None Include="Resources\power3.png" />
|
|
<None Include="pckCenterHeader.png" />
|
|
<None Include="Resources\power.png" />
|
|
<None Include="Resources\youtube_PNG15.png" />
|
|
<None Include="Resources\pckClosed.png" />
|
|
<None Include="Resources\pckClosed.bmp" />
|
|
<None Include="ps3.png" />
|
|
<None Include="Resources\wii-u-games-tool.png" />
|
|
<None Include="More2.png" />
|
|
<None Include="Resources\turn-off %281%291.png" />
|
|
<None Include="MROE.png" />
|
|
<Content Include="lib\sharpdx_direct3d11_1_effects_arm.dll" />
|
|
<Content Include="lib\sharpdx_direct3d11_1_effects_x64.dll" />
|
|
<Content Include="lib\sharpdx_direct3d11_1_effects_x86.dll" />
|
|
<None Include="wiiu.png" />
|
|
<Content Include="Resources\binka_encode.exe" />
|
|
<None Include="Resources\discord.png" />
|
|
<None Include="Resources\man.png" />
|
|
<None Include="Resources\external-content.duckduckgo.png" />
|
|
<None Include="Resources\clock.png" />
|
|
<None Include="Resources\changeTile.png" />
|
|
<None Include="Resources\items.png" />
|
|
<Content Include="Resources\mss32.dll" />
|
|
<None Include="Resources\sdDownload.png" />
|
|
<None Include="Resources\Replace.png" />
|
|
<None Include="Resources\pack.png" />
|
|
<None Include="Resources\TileData.txt" />
|
|
<None Include="Resources\terrain.png" />
|
|
<Content Include="Sin_titulo991.ico" />
|
|
<Content Include="x64\d3dcompiler_47.dll" />
|
|
<Content Include="x86\d3dcompiler_47.dll" />
|
|
<None Include="Splash.png" />
|
|
<None Include="Resources\bg1.png" />
|
|
<None Include="bg2.png" />
|
|
<None Include="bin\Release\fileIcons\ARROW.png" />
|
|
<None Include="bin\Release\fileIcons\BINKA ICON.png" />
|
|
<None Include="bin\Release\fileIcons\IMAGE ICON.png" />
|
|
<None Include="bin\Release\fileIcons\LOC ICON.png" />
|
|
<None Include="bin\Release\fileIcons\PCK ICON.png" />
|
|
<None Include="bin\Release\fileIcons\ZUnknown.png" />
|
|
<None Include="bin\Release\fileIcons\ZZFolder.png" />
|
|
<Content Include="favicon %285%29.ico" />
|
|
<Content Include="favicon %286%29.ico" />
|
|
<Content Include="Resources\NoImageFound.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\iconImageList\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\packages\ThinkGeo.MapSuite.11.0.0-beta042\build\net45\ThinkGeo.MapSuite.targets" Condition="Exists('..\packages\ThinkGeo.MapSuite.11.0.0-beta042\build\net45\ThinkGeo.MapSuite.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\ThinkGeo.MapSuite.11.0.0-beta042\build\net45\ThinkGeo.MapSuite.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ThinkGeo.MapSuite.11.0.0-beta042\build\net45\ThinkGeo.MapSuite.targets'))" />
|
|
<Error Condition="!Exists('..\packages\Fody.6.2.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.0\build\Fody.targets'))" />
|
|
<Error Condition="!Exists('..\packages\Costura.Fody.5.0.0-alpha0281\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.0.0-alpha0281\build\Costura.Fody.props'))" />
|
|
<Error Condition="!Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\Fody.6.2.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.2.0\build\Fody.targets')" />
|
|
<Import Project="..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |