From 58dd04aedf6d493571e26faa430ce04244ee77ab Mon Sep 17 00:00:00 2001 From: Zidonuke Date: Sun, 18 Dec 2011 23:36:27 -0500 Subject: [PATCH 1/2] Fix unit tests not getting a sqlite3.dll copy --- UnitTests/UnitTests.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index ec70bd7f..d4d7d02d 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -125,6 +125,9 @@ + + xcopy $(SolutionDir)SqlBins\sqlite3.dll $(TargetDir) +