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>2016-12-30 01:12:41 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-12-30 01:12:41 +0300
commit52eb8e84784944c2d874d3e646a36ee9656dd59e (patch)
tree7cb2c2c291725e948caeb4567002d1b6f305b18c /Duplicati/Tools
parent9dc44f48410b5d52db7efd0b0670c3f7a7edabdf (diff)
Disabled MSBuild for much faster builds on MacOS
Diffstat (limited to 'Duplicati/Tools')
-rw-r--r--Duplicati/Tools/Duplicati.Tools.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/Tools/Duplicati.Tools.csproj b/Duplicati/Tools/Duplicati.Tools.csproj
index 18fe68dd5..5614616da 100644
--- a/Duplicati/Tools/Duplicati.Tools.csproj
+++ b/Duplicati/Tools/Duplicati.Tools.csproj
@@ -8,6 +8,7 @@
<RootNamespace>Duplicati.Tools</RootNamespace>
<AssemblyName>Duplicati.Tools</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <UseMSBuildEngine>false</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>