Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-19 00:59:19 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:31:17 +0300
commit808531ff6c0f6f71830e0a5af4979cbd24dd073c (patch)
treef8e3a1d333481d5a734ef6eaa0097399148fb0e1 /monodoc
parent62b6d2f4e8f420c3672c5ddb04e6021cba993226 (diff)
[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cyclic assemblies
Diffstat (limited to 'monodoc')
-rw-r--r--monodoc/monodoc-net_4_x.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/monodoc/monodoc-net_4_x.csproj b/monodoc/monodoc-net_4_x.csproj
index 00b89651..2bc0d4fc 100644
--- a/monodoc/monodoc-net_4_x.csproj
+++ b/monodoc/monodoc-net_4_x.csproj
@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<NoWarn>618,612,672,809,1699,169,164,162,168,219,618,612</NoWarn>
<OutputPath>./../../class/lib/net_4_x</OutputPath>
+ <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoStdLib>True</NoStdLib>