summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Chen (JOCHEN7) <jochen@microsoft.com>2015-05-20 09:30:56 -0700
committerJohn Chen (JOCHEN7) <jochen@microsoft.com>2015-05-20 09:30:56 -0700
commit2ec6b94f7e90353f8cda32ddee9adf5e7206529c (patch)
tree1591dc0dd23ba3b3c985413a7cc6a90356c62c29 /src
parentbd3fe2ff3b70e5979949788f4fead9556e2e1d9a (diff)
downloadcoreclr-2ec6b94f7e90353f8cda32ddee9adf5e7206529c.tar.gz
coreclr-2ec6b94f7e90353f8cda32ddee9adf5e7206529c.tar.bz2
coreclr-2ec6b94f7e90353f8cda32ddee9adf5e7206529c.zip
Clarify that the final mscorlib.dll is in bin\Product
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/Tools/PostProcessingTools.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/Tools/PostProcessingTools.targets b/src/mscorlib/Tools/PostProcessingTools.targets
index a01f55e4c0..78768ebaae 100644
--- a/src/mscorlib/Tools/PostProcessingTools.targets
+++ b/src/mscorlib/Tools/PostProcessingTools.targets
@@ -18,6 +18,7 @@
<!-- Copy to the final output location -->
<Copy Retries="3" SourceFiles="@(RewrittenAssembly)" DestinationFiles="$(FinalOutputPath)\%(RewrittenAssembly.FileName)%(RewrittenAssembly.Extension)"/>
+ <Message Importance="High" Text="$(MSBuildProjectName) -&gt; $(FinalOutputPath)\%(RewrittenAssembly.FileName)%(RewrittenAssembly.Extension)" />
<Copy Retries="3" SourceFiles="$(CurrentAssemblyPdb)" DestinationFiles="$(FinalOutputPath)\$(TargetName).pdb"/>
</Target>