[DatabaseTools] Rename DBTools

This commit is contained in:
Matt Nadareski
2016-06-12 20:05:20 -07:00
parent 8f3ff61cd4
commit b54f771d3c
5 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ namespace SabreTools.Helper
/// <summary>
/// All general database operations
/// </summary>
public class DBTools
public class DatabaseTools
{
/// <summary>
/// Ensure that the databse exists and has the proper schema

View File

@@ -92,7 +92,7 @@
<ItemGroup>
<Compile Include="Data\Constants.cs" />
<Compile Include="Tools\CRC32.cs" />
<Compile Include="DBTools.cs" />
<Compile Include="DatabaseTools.cs" />
<Compile Include="Data\Enums.cs" />
<Compile Include="Interfaces\IGenerate.cs" />
<Compile Include="Interfaces\IImport.cs" />