Rename Database helper class to DBTools so there's no confusion about naming later

This commit is contained in:
Matt Nadareski
2016-03-24 21:09:35 -07:00
parent be3c718af2
commit 19e05b3d22
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
<Compile Include="Helper\Converters.cs" />
<Compile Include="Core\Generate.cs" />
<Compile Include="Core\Import.cs" />
<Compile Include="Helper\Database.cs" />
<Compile Include="Helper\DBTools.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Helper\Remapping.cs" />