Added a new form to allow the user to manage naming patterns.

This commit is contained in:
Admin
2020-12-07 14:56:10 -06:00
parent b82027c796
commit 09768ae88b
10 changed files with 595 additions and 1 deletions
+9
View File
@@ -91,6 +91,12 @@
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="GlobalSettings.cs" />
<Compile Include="NamingConventionManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="NamingConventionManager.Designer.cs">
<DependentUpon>NamingConventionManager.cs</DependentUpon>
</Compile>
<Compile Include="ProfileManager.cs">
<SubType>Form</SubType>
</Compile>
@@ -106,6 +112,9 @@
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="NamingConventionManager.resx">
<DependentUpon>NamingConventionManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProfileManager.resx">
<DependentUpon>ProfileManager.cs</DependentUpon>
</EmbeddedResource>