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

github.com/mono/mono.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
committerMiguel de Icaza <miguel@gnome.org>2016-05-19 00:59:25 +0300
commit33ed1e451f3218959d5df0b058fc20df061cb78e (patch)
tree30e53a43ad14b0bcb2354723cc5b8e2f06c2835f /mcs/class/Mono.CodeContracts
parent0dc17dcc9e6d04d7f35f1129c95c544297ac6380 (diff)
[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cyclic assemblies
Diffstat (limited to 'mcs/class/Mono.CodeContracts')
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
index 215e1ba9035..2153ab2cd1b 100644
--- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
+++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>./../../class/lib/net_4_x</OutputPath>
+ <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoStdLib>True</NoStdLib>