Fully upgraded MP Added client profiling

This commit is contained in:
Mark McDowall 2012-07-27 15:15:28 -07:00
commit e7c5ceb865
9 changed files with 55 additions and 1519 deletions

View file

@ -1,8 +1,8 @@
using System;
using System.Data.Common;
using System.Data.SqlServerCe;
using MvcMiniProfiler;
using MvcMiniProfiler.Data;
using StackExchange.Profiling;
using StackExchange.Profiling.Data;
namespace NzbDrone.Core.Datastore
{