diff --git a/SabreHelper/AnyCPU/sqlite3.dll b/SabreHelper/AnyCPU/sqlite3.dll new file mode 100644 index 00000000..fcac1b2d Binary files /dev/null and b/SabreHelper/AnyCPU/sqlite3.dll differ diff --git a/SabreHelper/SabreHelper.csproj b/SabreHelper/SabreHelper.csproj index 32253277..24014296 100644 --- a/SabreHelper/SabreHelper.csproj +++ b/SabreHelper/SabreHelper.csproj @@ -50,7 +50,7 @@ MinimumRecommendedRules.ruleset - Always + OnBuildSuccess @@ -116,61 +116,13 @@ - + Always - + Always - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - + Always @@ -181,9 +133,11 @@ - if $(PlatformName) == x64 del /f /q sqlite3.dll -if $(PlatformName) == x64 move /y sqlite3-x64.dll sqlite3.dll -if $(PlatformName) == AnyCPU del /f /q sqlite3-x64.dll + + + + + xcopy /s /e /y "$(SolutionDir)$(ProjectName)\$(PlatformName)\*.dll" "$(SolutionDir)$(ProjectName)"