Fixed model support namespace typo

This commit is contained in:
MattNL
2026-02-15 08:04:50 -05:00
parent 03c37acead
commit c6819496b2
23 changed files with 12 additions and 12 deletions

View File

@@ -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
{

View File

@@ -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>

View File

@@ -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

View File

@@ -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
{

View File

@@ -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

View File

@@ -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>

View File

@@ -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("")]

View File

@@ -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;