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/WindowsService
parent9dc44f48410b5d52db7efd0b0670c3f7a7edabdf (diff)
Disabled MSBuild for much faster builds on MacOS
Diffstat (limited to 'Duplicati/WindowsService')
-rw-r--r--Duplicati/WindowsService/WindowsService.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/WindowsService/WindowsService.csproj b/Duplicati/WindowsService/WindowsService.csproj
index 8903bf209..d25403e62 100644
--- a/Duplicati/WindowsService/WindowsService.csproj
+++ b/Duplicati/WindowsService/WindowsService.csproj
@@ -14,6 +14,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<SignAssembly>true</SignAssembly>
+ <UseMSBuildEngine>false</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>