Move 'Features' folder into 'Forms' folder

This commit is contained in:
miku-666
2024-05-01 13:53:59 +02:00
parent be1bd6d054
commit a570f99b44
8 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
namespace PckStudio.Features
namespace PckStudio.Forms.Features
{
partial class CemuPanel
{

View File

@@ -24,7 +24,7 @@ using PckStudio.Extensions;
using PckStudio.Classes.Misc;
using System.Diagnostics;
namespace PckStudio.Features
namespace PckStudio.Forms.Features
{
/// <summary>
/// Wishlist:

View File

@@ -1,4 +1,4 @@
namespace PckStudio.Features
namespace PckStudio.Forms.Features
{
partial class PckManager
{

View File

@@ -18,7 +18,7 @@
using System;
using System.Windows.Forms;
namespace PckStudio.Features
namespace PckStudio.Forms.Features
{
public partial class PckManager : MetroFramework.Forms.MetroForm
{

View File

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

View File

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