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/System.Design
parent0dc17dcc9e6d04d7f35f1129c95c544297ac6380 (diff)
[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cyclic assemblies
Diffstat (limited to 'mcs/class/System.Design')
-rw-r--r--mcs/class/System.Design/System.Design-net_4_x.csproj1
-rw-r--r--mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Design/System.Design-net_4_x.csproj b/mcs/class/System.Design/System.Design-net_4_x.csproj
index 9340ea5f036..2e7c085912f 100644
--- a/mcs/class/System.Design/System.Design-net_4_x.csproj
+++ b/mcs/class/System.Design/System.Design-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>
diff --git a/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj b/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj
index c7f1dbd4fde..054619a984f 100644
--- a/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj
+++ b/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj
@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>./../../class/lib/net_4_x/plaindesign</OutputPath>
+ <IntermediateOutputPath>obj-plaindesign</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoStdLib>True</NoStdLib>