diff --git a/Exceptron.Client/Exceptron.Client.csproj b/Exceptron.Client/Exceptron.Client.csproj index afc59c9b1..b74cdfd4f 100644 --- a/Exceptron.Client/Exceptron.Client.csproj +++ b/Exceptron.Client/Exceptron.Client.csproj @@ -21,7 +21,7 @@ true - bin\x86\Debug\ + ..\_output\ DEBUG;TRACE full x86 @@ -29,7 +29,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\_output\ TRACE diff --git a/Marr.Data/Marr.Data.csproj b/Marr.Data/Marr.Data.csproj index 096bf0554..47c9ed99c 100644 --- a/Marr.Data/Marr.Data.csproj +++ b/Marr.Data/Marr.Data.csproj @@ -23,7 +23,7 @@ true - bin\x86\Debug\ + ..\_output\ DEBUG;TRACE full x86 @@ -31,7 +31,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\_output\ TRACE true pdbonly diff --git a/NzbDrone.Api/NzbDrone.Api.csproj b/NzbDrone.Api/NzbDrone.Api.csproj index 743d127a4..ad7a52ffd 100644 --- a/NzbDrone.Api/NzbDrone.Api.csproj +++ b/NzbDrone.Api/NzbDrone.Api.csproj @@ -18,7 +18,7 @@ true - bin\x86\Debug\ + ..\_output\ DEBUG;TRACE full x86 @@ -26,7 +26,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\_output\ TRACE true pdbonly diff --git a/NzbDrone.Common/NzbDrone.Common.csproj b/NzbDrone.Common/NzbDrone.Common.csproj index eb3991af7..8b1b1259a 100644 --- a/NzbDrone.Common/NzbDrone.Common.csproj +++ b/NzbDrone.Common/NzbDrone.Common.csproj @@ -19,7 +19,7 @@ true - bin\x86\Debug\ + ..\_output\ DEBUG;TRACE full x86 @@ -27,7 +27,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\_output\ TRACE true pdbonly diff --git a/NzbDrone.Console/NzbDrone.Console.csproj b/NzbDrone.Console/NzbDrone.Console.csproj index bbbcefc9a..137768ec3 100644 --- a/NzbDrone.Console/NzbDrone.Console.csproj +++ b/NzbDrone.Console/NzbDrone.Console.csproj @@ -63,6 +63,10 @@ OnBuildSuccess + + False + ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll + False ..\packages\NLog.2.0.1.2\lib\net40\NLog.dll diff --git a/NzbDrone.Console/packages.config b/NzbDrone.Console/packages.config index d889a47ab..6d679e899 100644 --- a/NzbDrone.Console/packages.config +++ b/NzbDrone.Console/packages.config @@ -3,4 +3,5 @@ + \ No newline at end of file diff --git a/NzbDrone.Core/NzbDrone.Core.csproj b/NzbDrone.Core/NzbDrone.Core.csproj index 301ff1887..b4f1263f6 100644 --- a/NzbDrone.Core/NzbDrone.Core.csproj +++ b/NzbDrone.Core/NzbDrone.Core.csproj @@ -37,7 +37,7 @@ true full false - bin\Debug\ + ..\_output\ DEBUG;TRACE prompt 4 @@ -46,7 +46,7 @@ x86 pdbonly true - bin\Release\ + ..\_output\ TRACE prompt 4 diff --git a/NzbDrone/NzbDrone.csproj b/NzbDrone/NzbDrone.csproj index 0fb94b9cb..d3551c601 100644 --- a/NzbDrone/NzbDrone.csproj +++ b/NzbDrone/NzbDrone.csproj @@ -71,6 +71,10 @@ False ..\packages\FluentMigrator.1.1.1.0\tools\FluentMigrator.Runner.dll + + False + ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll + ..\Libraries\Interop.NetFwTypeLib.dll True diff --git a/NzbDrone/packages.config b/NzbDrone/packages.config index d990a6770..c6d386832 100644 --- a/NzbDrone/packages.config +++ b/NzbDrone/packages.config @@ -13,4 +13,5 @@ + \ No newline at end of file