PckStudio - Fix typo in csproj file

This commit is contained in:
miku-666
2025-11-25 05:07:03 +01:00
parent 71518bed8c
commit 42594e7029
22 changed files with 5 additions and 5 deletions

View File

@@ -716,9 +716,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

@@ -2,7 +2,7 @@
using System.Numerics;
using Newtonsoft.Json;
namespace PckStudio.Core.Json
namespace PckStudio.ModelSupport
{
public class DefaultModel
{

View File

@@ -2,7 +2,7 @@
using System.Numerics;
using Newtonsoft.Json;
namespace PckStudio.Core.Json
namespace PckStudio.ModelSupport
{
public class ModelMetaDataPart
{