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:
authorKenneth Skovhede <kenneth@hexad.dk>2017-06-02 10:42:29 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-06-02 10:42:29 +0300
commit2b2e495e15d09b0667fb0be508cd8a576fbdc5f5 (patch)
tree833568b2786b5eda8eee5c51f76b988ab2c84475 /thirdparty
parente2171b413004673f39dde8d1166fe336c13adee9 (diff)
Added the `<Prefer32Bit>False</Prefer32Bit>` option to all executables.
This fixes #2519
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/TlsTest/TlsTest.csproj1
-rw-r--r--thirdparty/mozroots/mozroots.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/TlsTest/TlsTest.csproj b/thirdparty/TlsTest/TlsTest.csproj
index e7897ac9e..7ef228c3b 100644
--- a/thirdparty/TlsTest/TlsTest.csproj
+++ b/thirdparty/TlsTest/TlsTest.csproj
@@ -5,6 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{95B35AA3-7F86-43F1-9794-0CA115CFDF32}</ProjectGuid>
<OutputType>Exe</OutputType>
+ <Prefer32Bit>False</Prefer32Bit>
<RootNamespace>TlsTest</RootNamespace>
<AssemblyName>TlsTest</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
diff --git a/thirdparty/mozroots/mozroots.csproj b/thirdparty/mozroots/mozroots.csproj
index dafa9eba6..a681b630e 100644
--- a/thirdparty/mozroots/mozroots.csproj
+++ b/thirdparty/mozroots/mozroots.csproj
@@ -5,6 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C44F0C79-B4E2-4D41-B357-1FD7B8888E78}</ProjectGuid>
<OutputType>Exe</OutputType>
+ <Prefer32Bit>False</Prefer32Bit>
<RootNamespace>mozroots</RootNamespace>
<AssemblyName>mozroots</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>