diff --git a/.gitignore b/.gitignore index 223a26d19..2d1da653a 100644 --- a/.gitignore +++ b/.gitignore @@ -124,19 +124,15 @@ _TeamCity* config.xml nzbdrone.log*txt UpdateLogs/ -*/Bootstrap/*.css -*//Bootstrap/*.css -*.eq */.idea/workspace.xml *workspace.xml *.test-cache -*.sqo *.userprefs */test-results/* .idea/* NzbDrone.Web/* *log.txt -siaqodb.lic node_modules/ +UpgradeLog*.htm NzbDrone.Backbone/templates.js NzbDrone.Backbone/Content/bootstrap.css diff --git a/Libraries/Sqlite/Mono.Data.Sqlite.dll b/Libraries/Sqlite/Mono.Data.Sqlite.dll deleted file mode 100644 index dad79f065..000000000 Binary files a/Libraries/Sqlite/Mono.Data.Sqlite.dll and /dev/null differ diff --git a/Libraries/Sqlite/x86/SQLite.Interop.dll b/Libraries/Sqlite/x86/SQLite.Interop.dll new file mode 100644 index 000000000..1838fba8d Binary files /dev/null and b/Libraries/Sqlite/x86/SQLite.Interop.dll differ diff --git a/Libraries/Sqlite/x86/sqlite3.dll b/Libraries/Sqlite/x86/sqlite3.dll deleted file mode 100644 index 45b2e4eb3..000000000 Binary files a/Libraries/Sqlite/x86/sqlite3.dll and /dev/null differ diff --git a/NzbDrone.App.Test/NzbDrone.App.Test.csproj b/NzbDrone.App.Test/NzbDrone.App.Test.csproj index de485a7a0..6424323fc 100644 --- a/NzbDrone.App.Test/NzbDrone.App.Test.csproj +++ b/NzbDrone.App.Test/NzbDrone.App.Test.csproj @@ -60,9 +60,9 @@ ..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll - + False - ..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll + ..\packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll diff --git a/NzbDrone.App.Test/packages.config b/NzbDrone.App.Test/packages.config index bd67fdc24..8bf830567 100644 --- a/NzbDrone.App.Test/packages.config +++ b/NzbDrone.App.Test/packages.config @@ -1,7 +1,7 @@  - + diff --git a/NzbDrone.Backbone/.idea/scopes/scope_settings.xml b/NzbDrone.Backbone/.idea/scopes/scope_settings.xml new file mode 100644 index 000000000..922003b84 --- /dev/null +++ b/NzbDrone.Backbone/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/NzbDrone.Common.Test/NzbDrone.Common.Test.csproj b/NzbDrone.Common.Test/NzbDrone.Common.Test.csproj index ca81e25e4..f7311fbe2 100644 --- a/NzbDrone.Common.Test/NzbDrone.Common.Test.csproj +++ b/NzbDrone.Common.Test/NzbDrone.Common.Test.csproj @@ -61,9 +61,9 @@ False ..\packages\Autofac.3.0.1\lib\net40\Autofac.Configuration.dll - + False - ..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll + ..\packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll diff --git a/NzbDrone.Common.Test/packages.config b/NzbDrone.Common.Test/packages.config index c0539435e..4d5465ff2 100644 --- a/NzbDrone.Common.Test/packages.config +++ b/NzbDrone.Common.Test/packages.config @@ -1,7 +1,7 @@  - + diff --git a/NzbDrone.Console/NzbDrone.Console.csproj b/NzbDrone.Console/NzbDrone.Console.csproj index 9662296c6..c50ec4f3c 100644 --- a/NzbDrone.Console/NzbDrone.Console.csproj +++ b/NzbDrone.Console/NzbDrone.Console.csproj @@ -124,7 +124,7 @@ - xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\x86\*.*" "$(TargetDir)" + xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"