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

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 9919ee227c93
children 83c1f62d9370
line wrap: on
line diff
--- a/Messaging/Server/Server.csproj	Wed Mar 21 22:26:48 2012 +0000
+++ b/Messaging/Server/Server.csproj	Thu Mar 22 08:09:41 2012 +0000
@@ -39,6 +39,9 @@
     <ApplicationIcon>UI\mail.ico</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>
@@ -81,8 +84,9 @@
       <SubType>Designer</SubType>
     </ApplicationDefinition>
     <Compile Include="Converters\ToggleButtonToTextConverter.cs" />
-    <Compile Include="Interfaces\IListener.cs" />
+    <Compile Include="Listeners\IListener.cs" />
     <Compile Include="Listeners\MsmqListener.cs" />
+    <Compile Include="Listeners\ZeroMqListener.cs" />
     <Compile Include="Locator.cs" />
     <Compile Include="Listeners\RabbitQueueListener.cs" />
     <Compile Include="UI\MainWindowViewModel.cs" />
@@ -95,7 +99,6 @@
       <DependentUpon>App.xaml</DependentUpon>
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="Listeners\AsyncSocketListener.cs" />
     <Compile Include="UI\MainWindow.xaml.cs">
       <DependentUpon>MainWindow.xaml</DependentUpon>
       <SubType>Code</SubType>
@@ -136,6 +139,9 @@
   </ItemGroup>
   <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">