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 /msvc/scripts/csproj.tmpl
parent0dc17dcc9e6d04d7f35f1129c95c544297ac6380 (diff)
[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cyclic assemblies
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index c3edc87ba37..02ef2e45743 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -9,6 +9,7 @@
<OutputType>@OUTPUTTYPE@</OutputType>
<NoWarn>@DISABLEDWARNINGS@</NoWarn>
<OutputPath>@OUTPUTDIR@</OutputPath>
+ <IntermediateOutputPath>obj-@OUTPUTSUFFIX@</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
@NOSTDLIB@
@STARTUPOBJECT@