Added SQL CE dlls, removed SQLite

This commit is contained in:
kay.one 2011-06-23 00:03:05 -07:00
commit 2537dafb36
8 changed files with 2899 additions and 11 deletions

View file

@ -1,7 +1,6 @@
using System;
using System.Data;
using System.Data.Common;
using System.Data.SQLite;
using System.Data.SqlServerCe;
using System.IO;
using MvcMiniProfiler.Data;