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/CommandLine/Duplicati.CommandLine.csproj
parent9dc44f48410b5d52db7efd0b0670c3f7a7edabdf (diff)
Disabled MSBuild for much faster builds on MacOS
Diffstat (limited to 'Duplicati/CommandLine/Duplicati.CommandLine.csproj')
-rw-r--r--Duplicati/CommandLine/Duplicati.CommandLine.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/CommandLine/Duplicati.CommandLine.csproj b/Duplicati/CommandLine/Duplicati.CommandLine.csproj
index 659271287..c5f41c54d 100644
--- a/Duplicati/CommandLine/Duplicati.CommandLine.csproj
+++ b/Duplicati/CommandLine/Duplicati.CommandLine.csproj
@@ -18,6 +18,7 @@
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
+ <UseMSBuildEngine>false</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>