Added a new form to allow the user to manage naming patterns.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user