diff --git a/GBM/Game Backup Monitor.vbproj b/GBM/Game Backup Monitor.vbproj index 889693d..c9f2855 100644 --- a/GBM/Game Backup Monitor.vbproj +++ b/GBM/Game Backup Monitor.vbproj @@ -1,4 +1,4 @@ - + Debug @@ -90,6 +90,14 @@ x64 ManagedMinimumRules.ruleset + + echo Running x64 Post Build Event... + COPY /Y "$(SolutionDir)\GBM\x64\sqlite3.dll" . + RMDIR /S /Q Utilities\x86 + echo Running x86 Post Build Event... + COPY /Y "$(SolutionDir)\GBM\x86\sqlite3.dll" . + RMDIR /S /Q Utilities\x64 + False @@ -321,6 +329,7 @@ PreserveNewest + @@ -332,9 +341,7 @@ - - PreserveNewest - + PreserveNewest @@ -384,6 +391,7 @@ True + \ No newline at end of file diff --git a/GBM/sqlite3.dll b/GBM/x64/sqlite3.dll similarity index 100% rename from GBM/sqlite3.dll rename to GBM/x64/sqlite3.dll diff --git a/GBM/x86/sqlite3.dll b/GBM/x86/sqlite3.dll new file mode 100644 index 0000000..315ade8 Binary files /dev/null and b/GBM/x86/sqlite3.dll differ