summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/dotnet/client-010/default.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/dotnet/client-010/default.build b/qpid/dotnet/client-010/default.build
index 1e49cb31a2..ee3e9387f9 100644
--- a/qpid/dotnet/client-010/default.build
+++ b/qpid/dotnet/client-010/default.build
@@ -161,6 +161,8 @@
<!-- copy reference assemblies over to the output dir -->
<copy todir="${build.dir}" file="lib/log4net/log4net.dll"/>
<copy todir="${build.dir}" file="lib/nunit/nunit.framework.dll"/>
+ <copy todir="${build.dir}" file="lib/plossum/C5.dll"/>
+ <copy todir="${build.dir}" file="lib/plossum/Plossum CommandLine.dll"/>
<!-- Compile assemblies. -->
<nant target="build">