From d281f67570d3544eab028b7fd06e98450b6815ef Mon Sep 17 00:00:00 2001 From: BlueBlock Date: Sat, 3 Aug 2019 20:44:22 -0400 Subject: change exe projects to true for AutoGenerateBindingRedirects resolves build warning for mismatching assemblies --- .../BackendTester/Duplicati.CommandLine.BackendTester.csproj | 2 +- .../CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj | 2 +- .../Duplicati.CommandLine.ConfigurationImporter.csproj | 2 +- Duplicati/CommandLine/Duplicati.CommandLine.csproj | 2 +- .../CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj | 2 +- Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj | 2 +- Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj | 3 +++ Duplicati/Service/Duplicati.Service.csproj | 2 +- Duplicati/UnitTest/Duplicati.UnitTest.csproj | 3 +++ Duplicati/WindowsService/WindowsService.csproj | 2 +- 10 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj index 2098e5f35..47f42addf 100644 --- a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj +++ b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj @@ -18,7 +18,7 @@ v4.6.2 false - false + true true diff --git a/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj b/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj index fc32b39c4..af3ca4d8b 100644 --- a/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj +++ b/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj @@ -12,7 +12,7 @@ v4.6.2 false - false + true true diff --git a/Duplicati/CommandLine/ConfigurationImporter/Duplicati.CommandLine.ConfigurationImporter.csproj b/Duplicati/CommandLine/ConfigurationImporter/Duplicati.CommandLine.ConfigurationImporter.csproj index 4d0de1a49..f1e88e434 100644 --- a/Duplicati/CommandLine/ConfigurationImporter/Duplicati.CommandLine.ConfigurationImporter.csproj +++ b/Duplicati/CommandLine/ConfigurationImporter/Duplicati.CommandLine.ConfigurationImporter.csproj @@ -33,7 +33,7 @@ 4 - false + true diff --git a/Duplicati/CommandLine/Duplicati.CommandLine.csproj b/Duplicati/CommandLine/Duplicati.CommandLine.csproj index fa8cbeedc..1324b9fbd 100644 --- a/Duplicati/CommandLine/Duplicati.CommandLine.csproj +++ b/Duplicati/CommandLine/Duplicati.CommandLine.csproj @@ -19,7 +19,7 @@ v4.6.2 false - false + true true diff --git a/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj b/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj index f3d1ed24d..d2d33b7c7 100644 --- a/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj +++ b/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj @@ -11,7 +11,7 @@ Duplicati.snk v4.6.2 false - false + true diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj index 68903cceb..38eea5ee0 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj @@ -28,7 +28,7 @@ v4.6.2 false - false + true bin\Debug diff --git a/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj b/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj index 7816c2ddf..ea08912a2 100644 --- a/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj +++ b/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj @@ -34,6 +34,9 @@ false false + + true + ..\..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll diff --git a/Duplicati/Service/Duplicati.Service.csproj b/Duplicati/Service/Duplicati.Service.csproj index 57c78b661..f4e9a4f18 100644 --- a/Duplicati/Service/Duplicati.Service.csproj +++ b/Duplicati/Service/Duplicati.Service.csproj @@ -33,7 +33,7 @@ false - false + true diff --git a/Duplicati/UnitTest/Duplicati.UnitTest.csproj b/Duplicati/UnitTest/Duplicati.UnitTest.csproj index 8759ab969..e7bac83a2 100644 --- a/Duplicati/UnitTest/Duplicati.UnitTest.csproj +++ b/Duplicati/UnitTest/Duplicati.UnitTest.csproj @@ -32,6 +32,9 @@ 4 false + + true + ..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll diff --git a/Duplicati/WindowsService/WindowsService.csproj b/Duplicati/WindowsService/WindowsService.csproj index 6869e1e7e..727c1f75a 100644 --- a/Duplicati/WindowsService/WindowsService.csproj +++ b/Duplicati/WindowsService/WindowsService.csproj @@ -12,7 +12,7 @@ Duplicati.WindowsService v4.6.2 512 - false + true false -- cgit v1.2.3