summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.proj b/src/DotNetOpenAuth/DotNetOpenAuth.proj
index 1c07144..3a9f222 100644
--- a/src/DotNetOpenAuth/DotNetOpenAuth.proj
+++ b/src/DotNetOpenAuth/DotNetOpenAuth.proj
@@ -45,6 +45,7 @@
<MakeDir Directories="$(ILMergeOutputContractAssemblyDirectory)" />
+ <Message Text="Merging $(ILMergeOutputContractAssembly)" Importance="high" />
<ILMerge
ExcludeFile="$(ProjectRoot)ILMergeInternalizeExceptions.txt"
InputAssemblies="@(ILMergeInputContractAssemblies)"
@@ -60,6 +61,7 @@
<Target Name="BuildUnifiedProductAssembly" DependsOnTargets="BuildILMergeInputs"
Inputs="@(ILMergeProductInputAssemblies);@(ILMergeInputAssemblies)" Outputs="$(ILMergeOutputAssembly);$(ILMergeOutputXmlDocs)">
<MakeDir Directories="$(ILMergeOutputAssemblyDirectory)" />
+ <Message Text="Merging $(ILMergeOutputAssembly)" Importance="high" />
<ILMerge
ExcludeFile="$(ProjectRoot)ILMergeInternalizeExceptions.txt"
InputAssemblies="@(ILMergeProductInputAssemblies);@(ILMergeInputAssemblies)"