Created a new form to allow the user to check the database for internal errors. Needs more testing so this build will have the option not visible. Modified the login form to display database tools.
This commit is contained in:
@@ -137,6 +137,12 @@
|
||||
<Compile Include="FrmChangeShrink.Designer.cs">
|
||||
<DependentUpon>FrmChangeShrink.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmIntegrityCheck.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmIntegrityCheck.Designer.cs">
|
||||
<DependentUpon>FrmIntegrityCheck.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmLogFileViewer.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -223,6 +229,9 @@
|
||||
<EmbeddedResource Include="FrmChangeShrink.resx">
|
||||
<DependentUpon>FrmChangeShrink.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmIntegrityCheck.resx">
|
||||
<DependentUpon>FrmIntegrityCheck.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmLogFileViewer.resx">
|
||||
<DependentUpon>FrmLogFileViewer.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@@ -317,6 +326,14 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
||||
Reference in New Issue
Block a user