Remade V_EditorPro to have the same features and more than V_EditorClassic

This commit is contained in:
Brendan
2024-05-27 21:30:39 +02:00
parent 4b731ab731
commit 9ad885bf1d
6 changed files with 320 additions and 107 deletions

View File

@@ -49,6 +49,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -60,6 +66,9 @@
<Compile Include="SearchReplaceDialog.cs">
<SubType>Form</SubType>
</Compile>
<EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>