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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cazzulino <daniel@cazzulino.com>2015-06-04 19:22:32 +0300
committerDaniel Cazzulino <daniel@cazzulino.com>2015-06-04 19:22:32 +0300
commit0231c6995c834a9b796caefb9298164fc094e331 (patch)
tree6e2fb5b2bdc419669da25db79cb40d34055fd77e /ICSharpCode.NRefactory.Cecil
parent01b9ad3d8843c6daafc29bbea4ed652d8c51bdab (diff)
Make the Mono.Cecil private for input/output detection
Without this, MSBuild would always build this project causing this message: 1>Project 'ICSharpCode.NRefactory.Cecil' is not up to date. CopyLocal reference 'nrefactory\bin\Debug\Mono.Cecil.dll' is missing from output location. This happens if the machine where the build is performed has Mono.Cecil in the GAC. This Private flag overrides that (wrong in this case) default behavior and copies the assembly to the output anyway, causing Input/Output incremental build to kick in.
Diffstat (limited to 'ICSharpCode.NRefactory.Cecil')
-rw-r--r--ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj b/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
index de5e1ad4..fcda55e3 100644
--- a/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
+++ b/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
@@ -102,6 +102,7 @@
<ProjectReference Include="..\..\cecil\Mono.Cecil.csproj">
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
<Name>Mono.Cecil</Name>
+ <Private>true</Private>
</ProjectReference>
</ItemGroup>
</Project>