mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-07 14:04:50 +00:00
PckStudio - Fix typo in csproj file
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Numerics;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PckStudio.Core.Json
|
||||
namespace PckStudio.ModelSupport
|
||||
{
|
||||
public class DefaultModel
|
||||
{
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Numerics;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PckStudio.Core.Json
|
||||
namespace PckStudio.ModelSupport
|
||||
{
|
||||
public class ModelMetaDataPart
|
||||
{
|
||||
Reference in New Issue
Block a user