mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-21 21:36:10 +00:00
Fixed model support namespace typo
This commit is contained in:
@@ -16,7 +16,7 @@ using PckStudio.Core.Skin;
|
||||
using PckStudio.Core.Extensions;
|
||||
using PckStudio.Interfaces;
|
||||
using PckStudio.ModelSupport;
|
||||
using PckStuido.ModelSupport.Extension;
|
||||
using PckStudio.ModelSupport.Extension;
|
||||
|
||||
namespace PckStudio.Forms.Editor
|
||||
{
|
||||
|
||||
@@ -709,9 +709,9 @@
|
||||
<Project>{b1e19d0f-6dd5-4d91-9b45-9818759ca8ef}</Project>
|
||||
<Name>PckStudio.Rendering</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\PckStuido.ModelSupport\PckStuido.ModelSupport.csproj">
|
||||
<ProjectReference Include="..\PckStudio.ModelSupport\PckStudio.ModelSupport.csproj">
|
||||
<Project>{43bcacd7-5405-4499-9b45-e1435ac03c26}</Project>
|
||||
<Name>PckStuido.ModelSupport</Name>
|
||||
<Name>PckStudio.ModelSupport</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Vendor\OMI-Lib\OMI Filetypes Library\OMI Filetype Library.csproj">
|
||||
<Project>{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}</Project>
|
||||
|
||||
@@ -15,7 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PckStudio.Rendering", "PckS
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PckStudio.Core", "PckStudio.Core\PckStudio.Core.csproj", "{345EABED-F0D1-4D04-B409-BABDEF747352}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PckStuido.ModelSupport", "PckStuido.ModelSupport\PckStuido.ModelSupport.csproj", "{43BCACD7-5405-4499-9B45-E1435AC03C26}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PckStudio.ModelSupport", "PckStudio.ModelSupport\PckStudio.ModelSupport.csproj", "{43BCACD7-5405-4499-9B45-E1435AC03C26}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -7,7 +7,7 @@ using OMI.Formats.Model;
|
||||
using PckStudio.Core.Skin;
|
||||
using PckStudio.ModelSupport;
|
||||
|
||||
namespace PckStuido.ModelSupport.Extension
|
||||
namespace PckStudio.ModelSupport.Extension
|
||||
{
|
||||
public static class SkinExtension
|
||||
{
|
||||
@@ -33,7 +33,7 @@ using PckStudio.Core.Json;
|
||||
using PckStudio.Core.Extensions;
|
||||
using PckStudio.Core;
|
||||
using PckStudio.ModelSupport.Format.External;
|
||||
using PckStuido.ModelSupport.Properties;
|
||||
using PckStudio.ModelSupport.Properties;
|
||||
using NamedTexture = PckStudio.Core.NamedData<System.Drawing.Image>;
|
||||
|
||||
namespace PckStudio.ModelSupport
|
||||
@@ -8,8 +8,8 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<DefineConstants Condition="'$(Configuration)' != 'Debug'">NDEBUG</DefineConstants>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PckStuido.ModelSupport</RootNamespace>
|
||||
<AssemblyName>PckStuido.ModelSupport</AssemblyName>
|
||||
<RootNamespace>PckStudio.ModelSupport</RootNamespace>
|
||||
<AssemblyName>PckStudio.ModelSupport</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<LangVersion>12</LangVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("PckStuido.ModelSupport")]
|
||||
[assembly: AssemblyTitle("PckStudio.ModelSupport")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("PckStuido.ModelSupport")]
|
||||
[assembly: AssemblyProduct("PckStudio.ModelSupport")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PckStuido.ModelSupport.Properties {
|
||||
namespace PckStudio.ModelSupport.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace PckStuido.ModelSupport.Properties {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PckStuido.ModelSupport.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PckStudio.ModelSupport.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
Reference in New Issue
Block a user