mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-17 10:52:17 +00:00
Move 'Features' folder into 'Forms' folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio.Features
|
||||
namespace PckStudio.Forms.Features
|
||||
{
|
||||
partial class CemuPanel
|
||||
{
|
||||
@@ -24,7 +24,7 @@ using PckStudio.Extensions;
|
||||
using PckStudio.Classes.Misc;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace PckStudio.Features
|
||||
namespace PckStudio.Forms.Features
|
||||
{
|
||||
/// <summary>
|
||||
/// Wishlist:
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio.Features
|
||||
namespace PckStudio.Forms.Features
|
||||
{
|
||||
partial class PckManager
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PckStudio.Features
|
||||
namespace PckStudio.Forms.Features
|
||||
{
|
||||
public partial class PckManager : MetroFramework.Forms.MetroForm
|
||||
{
|
||||
@@ -25,7 +25,7 @@ using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.IO.PckAudio;
|
||||
using PckStudio.Internal.IO._3DST;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.Features;
|
||||
using PckStudio.Forms.Features;
|
||||
using PckStudio.Extensions;
|
||||
using PckStudio.Popups;
|
||||
using PckStudio.Classes.Utils;
|
||||
|
||||
@@ -239,10 +239,10 @@
|
||||
<Compile Include="Classes\Models\TexelComparer.cs" />
|
||||
<Compile Include="Classes\Models\TexturePlane.cs" />
|
||||
<Compile Include="Classes\Misc\RichPresenceClient.cs" />
|
||||
<Compile Include="Features\CemuPanel.cs">
|
||||
<Compile Include="Forms\Features\CemuPanel.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Features\CemuPanel.Designer.cs">
|
||||
<Compile Include="Forms\Features\CemuPanel.Designer.cs">
|
||||
<DependentUpon>CemuPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Internal\IO\TGA\TGAFileData.cs" />
|
||||
@@ -376,10 +376,10 @@
|
||||
<Compile Include="Forms\Editor\BoxEditor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Features\PckManager.cs">
|
||||
<Compile Include="Forms\Features\PckManager.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Features\PckManager.Designer.cs">
|
||||
<Compile Include="Forms\Features\PckManager.Designer.cs">
|
||||
<DependentUpon>PckManager.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Editor\BoxEditor.Designer.cs">
|
||||
@@ -437,7 +437,7 @@
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Internal\IO\3DST\TextureCodec.cs" />
|
||||
<EmbeddedResource Include="Features\CemuPanel.resx">
|
||||
<EmbeddedResource Include="Forms\Features\CemuPanel.resx">
|
||||
<DependentUpon>CemuPanel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Additional-Popups\EntityForms\AddEntry.resx">
|
||||
@@ -523,7 +523,7 @@
|
||||
<EmbeddedResource Include="Forms\Additional-Popups\InProgressPrompt.resx">
|
||||
<DependentUpon>InProgressPrompt.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Features\PckManager.resx">
|
||||
<EmbeddedResource Include="Forms\Features\PckManager.resx">
|
||||
<DependentUpon>PckManager.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Editor\BoxEditor.resx">
|
||||
|
||||
Reference in New Issue
Block a user