diff Messaging/Client/Client.csproj @ 31:7d9de5746f18

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 8d574f2d4174
children
line wrap: on
line diff
--- a/Messaging/Client/Client.csproj	Wed Mar 21 22:26:48 2012 +0000
+++ b/Messaging/Client/Client.csproj	Thu Mar 22 08:09:41 2012 +0000
@@ -40,6 +40,9 @@
     </ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="clrzmq">
+      <HintPath>..\Libs\ZeroMq\clrzmq.dll</HintPath>
+    </Reference>
     <Reference Include="Elysium.Theme">
       <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
     </Reference>
@@ -110,6 +113,9 @@
     <Resource Include="UI\upload.ico" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PostBuildEvent>copy $(SolutionDir)Libs\zeromq\libzmq.dll $(TargetDir)</PostBuildEvent>
+  </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">