From 03c6dea53fcb62a0da93bb6caf2aa27f43d33277 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 9 Jun 2011 08:24:11 -0700 Subject: [PATCH] Ignore copy error for SQLite.Interop.dll (so I don't need to quick IISExpress manually everytime I debug). --- NzbDrone.Web/NzbDrone.Web.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index 7f99cbdda..c89006b6e 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -921,6 +921,7 @@ - copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)" + copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)" +EXIT 0 \ No newline at end of file