Moved AppSettingsForm and CreditsForm into '/Forms' folder

This commit is contained in:
miku-666
2023-08-12 15:24:58 +02:00
parent c706ac51b5
commit 66fd2315a2
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
namespace PckStudio.Forms.Utilities
namespace PckStudio.Forms
{
partial class AppSettingsForm
{

View File

@@ -10,7 +10,7 @@ using System.Windows.Forms;
using MetroFramework.Forms;
using PckStudio.Properties;
namespace PckStudio.Forms.Utilities
namespace PckStudio.Forms
{
public partial class AppSettingsForm : MetroForm
{

View File

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

View File

@@ -3,7 +3,7 @@ using System.Windows.Forms;
using MetroFramework.Forms;
using PckStudio.Internal;
namespace PckStudio
namespace PckStudio.Forms
{
public partial class CreditsForm : MetroForm
{

View File

@@ -154,10 +154,10 @@
<Compile Include="Forms\Additional-Popups\NumericPrompt.Designer.cs">
<DependentUpon>NumericPrompt.cs</DependentUpon>
</Compile>
<Compile Include="Forms\Utilities\AppSettingsForm.cs">
<Compile Include="Forms\AppSettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\Utilities\AppSettingsForm.Designer.cs">
<Compile Include="Forms\AppSettingsForm.Designer.cs">
<DependentUpon>AppSettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="Internal\ApplicationBuildInfo.cs" />
@@ -438,10 +438,10 @@
</Compile>
<Compile Include="PckNodeSorter.cs" />
<Compile Include="Program.cs" />
<Compile Include="Forms\Additional-Popups\CreditsForm.cs">
<Compile Include="Forms\CreditsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\Additional-Popups\CreditsForm.Designer.cs">
<Compile Include="Forms\CreditsForm.Designer.cs">
<DependentUpon>CreditsForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -542,7 +542,7 @@
<EmbeddedResource Include="Forms\Editor\ANIMEditor.resx">
<DependentUpon>ANIMEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Utilities\AppSettingsForm.resx">
<EmbeddedResource Include="Forms\AppSettingsForm.resx">
<DependentUpon>AppSettingsForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
@@ -595,7 +595,7 @@
<EmbeddedResource Include="Forms\Utilities\TextureConverterUtility.resx">
<DependentUpon>TextureConverterUtility.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Additional-Popups\CreditsForm.resx">
<EmbeddedResource Include="Forms\CreditsForm.resx">
<DependentUpon>CreditsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">