From 42594e7029a0913cc85285ff33195e4015b6c4e1 Mon Sep 17 00:00:00 2001
From: miku-666 <74728189+NessieHax@users.noreply.github.com>
Date: Tue, 25 Nov 2025 05:07:03 +0100
Subject: [PATCH] PckStudio - Fix typo in csproj file
---
PCK-Studio/PckStudio.csproj | 4 ++--
PCK_Studio.sln | 2 +-
.../Extension/SkinExtension.cs | 0
.../Format/External/BedrockLegacyModel.cs | 0
.../Format/External/BedrockModel.cs | 0
.../Format/External/BlockBenchModel.cs | 0
.../Format/Internal/PSM/PSMFile.cs | 0
.../Format/Internal/PSM/PSMFileReader.cs | 0
.../Format/Internal/PSM/PSMFileWriter.cs | 0
.../GameModelImporter.cs | 0
.../GameModelInfo.cs | 0
.../Json/JsonDefaultModel.cs | 2 +-
.../Json/JsonModelMetaData.cs | 2 +-
.../ModelImporter.cs | 0
.../PckStudio.ModelSupport.csproj | 0
.../Properties/AssemblyInfo.cs | 0
.../Properties/Resources.Designer.cs | 0
.../Properties/Resources.resx | 0
.../Resources/defaultModels.json | 0
.../Resources/modelMetaData.json | 0
.../SkinModelImporter.cs | 0
.../SkinModelInfo.cs | 0
22 files changed, 5 insertions(+), 5 deletions(-)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Extension/SkinExtension.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/External/BedrockLegacyModel.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/External/BedrockModel.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/External/BlockBenchModel.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/Internal/PSM/PSMFile.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/Internal/PSM/PSMFileReader.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Format/Internal/PSM/PSMFileWriter.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/GameModelImporter.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/GameModelInfo.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Json/JsonDefaultModel.cs (97%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Json/JsonModelMetaData.cs (97%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/ModelImporter.cs (100%)
rename PckStuido.ModelSupport/PckStuido.ModelSupport.csproj => PckStudio.ModelSupport/PckStudio.ModelSupport.csproj (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Properties/AssemblyInfo.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Properties/Resources.Designer.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Properties/Resources.resx (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Resources/defaultModels.json (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/Resources/modelMetaData.json (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/SkinModelImporter.cs (100%)
rename {PckStuido.ModelSupport => PckStudio.ModelSupport}/SkinModelInfo.cs (100%)
diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj
index 98b7b732..f2ee2064 100644
--- a/PCK-Studio/PckStudio.csproj
+++ b/PCK-Studio/PckStudio.csproj
@@ -716,9 +716,9 @@
{b1e19d0f-6dd5-4d91-9b45-9818759ca8ef}
PckStudio.Rendering
-
+
{43bcacd7-5405-4499-9b45-e1435ac03c26}
- PckStuido.ModelSupport
+ PckStudio.ModelSupport
{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}
diff --git a/PCK_Studio.sln b/PCK_Studio.sln
index 79c1d8d3..0505032a 100644
--- a/PCK_Studio.sln
+++ b/PCK_Studio.sln
@@ -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
diff --git a/PckStuido.ModelSupport/Extension/SkinExtension.cs b/PckStudio.ModelSupport/Extension/SkinExtension.cs
similarity index 100%
rename from PckStuido.ModelSupport/Extension/SkinExtension.cs
rename to PckStudio.ModelSupport/Extension/SkinExtension.cs
diff --git a/PckStuido.ModelSupport/Format/External/BedrockLegacyModel.cs b/PckStudio.ModelSupport/Format/External/BedrockLegacyModel.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/External/BedrockLegacyModel.cs
rename to PckStudio.ModelSupport/Format/External/BedrockLegacyModel.cs
diff --git a/PckStuido.ModelSupport/Format/External/BedrockModel.cs b/PckStudio.ModelSupport/Format/External/BedrockModel.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/External/BedrockModel.cs
rename to PckStudio.ModelSupport/Format/External/BedrockModel.cs
diff --git a/PckStuido.ModelSupport/Format/External/BlockBenchModel.cs b/PckStudio.ModelSupport/Format/External/BlockBenchModel.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/External/BlockBenchModel.cs
rename to PckStudio.ModelSupport/Format/External/BlockBenchModel.cs
diff --git a/PckStuido.ModelSupport/Format/Internal/PSM/PSMFile.cs b/PckStudio.ModelSupport/Format/Internal/PSM/PSMFile.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/Internal/PSM/PSMFile.cs
rename to PckStudio.ModelSupport/Format/Internal/PSM/PSMFile.cs
diff --git a/PckStuido.ModelSupport/Format/Internal/PSM/PSMFileReader.cs b/PckStudio.ModelSupport/Format/Internal/PSM/PSMFileReader.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/Internal/PSM/PSMFileReader.cs
rename to PckStudio.ModelSupport/Format/Internal/PSM/PSMFileReader.cs
diff --git a/PckStuido.ModelSupport/Format/Internal/PSM/PSMFileWriter.cs b/PckStudio.ModelSupport/Format/Internal/PSM/PSMFileWriter.cs
similarity index 100%
rename from PckStuido.ModelSupport/Format/Internal/PSM/PSMFileWriter.cs
rename to PckStudio.ModelSupport/Format/Internal/PSM/PSMFileWriter.cs
diff --git a/PckStuido.ModelSupport/GameModelImporter.cs b/PckStudio.ModelSupport/GameModelImporter.cs
similarity index 100%
rename from PckStuido.ModelSupport/GameModelImporter.cs
rename to PckStudio.ModelSupport/GameModelImporter.cs
diff --git a/PckStuido.ModelSupport/GameModelInfo.cs b/PckStudio.ModelSupport/GameModelInfo.cs
similarity index 100%
rename from PckStuido.ModelSupport/GameModelInfo.cs
rename to PckStudio.ModelSupport/GameModelInfo.cs
diff --git a/PckStuido.ModelSupport/Json/JsonDefaultModel.cs b/PckStudio.ModelSupport/Json/JsonDefaultModel.cs
similarity index 97%
rename from PckStuido.ModelSupport/Json/JsonDefaultModel.cs
rename to PckStudio.ModelSupport/Json/JsonDefaultModel.cs
index 2fb3aadc..59c4a329 100644
--- a/PckStuido.ModelSupport/Json/JsonDefaultModel.cs
+++ b/PckStudio.ModelSupport/Json/JsonDefaultModel.cs
@@ -2,7 +2,7 @@
using System.Numerics;
using Newtonsoft.Json;
-namespace PckStudio.Core.Json
+namespace PckStudio.ModelSupport
{
public class DefaultModel
{
diff --git a/PckStuido.ModelSupport/Json/JsonModelMetaData.cs b/PckStudio.ModelSupport/Json/JsonModelMetaData.cs
similarity index 97%
rename from PckStuido.ModelSupport/Json/JsonModelMetaData.cs
rename to PckStudio.ModelSupport/Json/JsonModelMetaData.cs
index d274cfb3..9d503462 100644
--- a/PckStuido.ModelSupport/Json/JsonModelMetaData.cs
+++ b/PckStudio.ModelSupport/Json/JsonModelMetaData.cs
@@ -2,7 +2,7 @@
using System.Numerics;
using Newtonsoft.Json;
-namespace PckStudio.Core.Json
+namespace PckStudio.ModelSupport
{
public class ModelMetaDataPart
{
diff --git a/PckStuido.ModelSupport/ModelImporter.cs b/PckStudio.ModelSupport/ModelImporter.cs
similarity index 100%
rename from PckStuido.ModelSupport/ModelImporter.cs
rename to PckStudio.ModelSupport/ModelImporter.cs
diff --git a/PckStuido.ModelSupport/PckStuido.ModelSupport.csproj b/PckStudio.ModelSupport/PckStudio.ModelSupport.csproj
similarity index 100%
rename from PckStuido.ModelSupport/PckStuido.ModelSupport.csproj
rename to PckStudio.ModelSupport/PckStudio.ModelSupport.csproj
diff --git a/PckStuido.ModelSupport/Properties/AssemblyInfo.cs b/PckStudio.ModelSupport/Properties/AssemblyInfo.cs
similarity index 100%
rename from PckStuido.ModelSupport/Properties/AssemblyInfo.cs
rename to PckStudio.ModelSupport/Properties/AssemblyInfo.cs
diff --git a/PckStuido.ModelSupport/Properties/Resources.Designer.cs b/PckStudio.ModelSupport/Properties/Resources.Designer.cs
similarity index 100%
rename from PckStuido.ModelSupport/Properties/Resources.Designer.cs
rename to PckStudio.ModelSupport/Properties/Resources.Designer.cs
diff --git a/PckStuido.ModelSupport/Properties/Resources.resx b/PckStudio.ModelSupport/Properties/Resources.resx
similarity index 100%
rename from PckStuido.ModelSupport/Properties/Resources.resx
rename to PckStudio.ModelSupport/Properties/Resources.resx
diff --git a/PckStuido.ModelSupport/Resources/defaultModels.json b/PckStudio.ModelSupport/Resources/defaultModels.json
similarity index 100%
rename from PckStuido.ModelSupport/Resources/defaultModels.json
rename to PckStudio.ModelSupport/Resources/defaultModels.json
diff --git a/PckStuido.ModelSupport/Resources/modelMetaData.json b/PckStudio.ModelSupport/Resources/modelMetaData.json
similarity index 100%
rename from PckStuido.ModelSupport/Resources/modelMetaData.json
rename to PckStudio.ModelSupport/Resources/modelMetaData.json
diff --git a/PckStuido.ModelSupport/SkinModelImporter.cs b/PckStudio.ModelSupport/SkinModelImporter.cs
similarity index 100%
rename from PckStuido.ModelSupport/SkinModelImporter.cs
rename to PckStudio.ModelSupport/SkinModelImporter.cs
diff --git a/PckStuido.ModelSupport/SkinModelInfo.cs b/PckStudio.ModelSupport/SkinModelInfo.cs
similarity index 100%
rename from PckStuido.ModelSupport/SkinModelInfo.cs
rename to PckStudio.ModelSupport/SkinModelInfo.cs