mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-06 20:08:14 +00:00
Moved AppSettingsForm and CreditsForm into '/Forms' folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio.Forms.Utilities
|
||||
namespace PckStudio.Forms
|
||||
{
|
||||
partial class AppSettingsForm
|
||||
{
|
||||
@@ -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
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Forms
|
||||
{
|
||||
partial class CreditsForm
|
||||
{
|
||||
@@ -3,7 +3,7 @@ using System.Windows.Forms;
|
||||
using MetroFramework.Forms;
|
||||
using PckStudio.Internal;
|
||||
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Forms
|
||||
{
|
||||
public partial class CreditsForm : MetroForm
|
||||
{
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user