Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-08-04 03:44:22 +0300
committerBlueBlock <danb@pobox.com>2019-08-04 03:44:22 +0300
commitd281f67570d3544eab028b7fd06e98450b6815ef (patch)
treefe4432ff0a1f32087f62e067e1faeee04d056cbe /Duplicati/WindowsService
parentcb9bd2f8fc6ca153d53c885694fa73d97601fec8 (diff)
change exe projects to true for AutoGenerateBindingRedirects
resolves build warning for mismatching assemblies
Diffstat (limited to 'Duplicati/WindowsService')
-rw-r--r--Duplicati/WindowsService/WindowsService.csproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<AssemblyName>Duplicati.WindowsService</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<UseMSBuildEngine>false</UseMSBuildEngine>
</PropertyGroup>