Hopefully fix build errors on Bamboo.

This commit is contained in:
Deathmax 2011-12-14 14:43:52 +08:00
parent 7446dcfd8d
commit 4fd6276ec2
7 changed files with 12 additions and 14 deletions

View file

@ -3,7 +3,7 @@ using System.Data;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Community.CsharpSqlite.SQLiteClient;
using Mono.Data.Sqlite;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TShockAPI;
using TShockAPI.DB;