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
path: root/Tools
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 /Tools
parente2171b413004673f39dde8d1166fe336c13adee9 (diff)
Added the `<Prefer32Bit>False</Prefer32Bit>` option to all executables.
This fixes #2519
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CGIProxyHandler/CGIProxyHandler.csproj1
-rw-r--r--Tools/SQLiteTool/SQLiteTool.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tools/CGIProxyHandler/CGIProxyHandler.csproj b/Tools/CGIProxyHandler/CGIProxyHandler.csproj
index 40d9ab562..1939f37ec 100644
--- a/Tools/CGIProxyHandler/CGIProxyHandler.csproj
+++ b/Tools/CGIProxyHandler/CGIProxyHandler.csproj
@@ -5,6 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{EA4505A7-3BDE-4057-BD90-94808D649570}</ProjectGuid>
<OutputType>Exe</OutputType>
+ <Prefer32Bit>False</Prefer32Bit>
<RootNamespace>CGIProxyHandler</RootNamespace>
<AssemblyName>CGIProxyHandler</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
diff --git a/Tools/SQLiteTool/SQLiteTool.csproj b/Tools/SQLiteTool/SQLiteTool.csproj
index 8eb20e101..ef01989e5 100644
--- a/Tools/SQLiteTool/SQLiteTool.csproj
+++ b/Tools/SQLiteTool/SQLiteTool.csproj
@@ -7,6 +7,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3B546BD0-7549-4CE3-9B68-5C149B8AA2E7}</ProjectGuid>
<OutputType>Exe</OutputType>
+ <Prefer32Bit>False</Prefer32Bit>
<RootNamespace>SQLiteTool</RootNamespace>
<AssemblyName>SQLiteTool</AssemblyName>
</PropertyGroup>