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.Web.WebPages.Deployment
parent0dc17dcc9e6d04d7f35f1129c95c544297ac6380 (diff)
[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cyclic assemblies
Diffstat (limited to 'mcs/class/System.Web.WebPages.Deployment')
-rw-r--r--mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment-net_4_x.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment-net_4_x.csproj b/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment-net_4_x.csproj
index 52d8c8cec99..3790e984af2 100644
--- a/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment-net_4_x.csproj
+++ b/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment-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>