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

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 8d574f2d4174
children
comparison
equal deleted inserted replaced
30:8d574f2d4174 31:7d9de5746f18
38 <PropertyGroup> 38 <PropertyGroup>
39 <ApplicationIcon> 39 <ApplicationIcon>
40 </ApplicationIcon> 40 </ApplicationIcon>
41 </PropertyGroup> 41 </PropertyGroup>
42 <ItemGroup> 42 <ItemGroup>
43 <Reference Include="clrzmq">
44 <HintPath>..\Libs\ZeroMq\clrzmq.dll</HintPath>
45 </Reference>
43 <Reference Include="Elysium.Theme"> 46 <Reference Include="Elysium.Theme">
44 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath> 47 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
45 </Reference> 48 </Reference>
46 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> 49 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
47 <SpecificVersion>False</SpecificVersion> 50 <SpecificVersion>False</SpecificVersion>
108 </ItemGroup> 111 </ItemGroup>
109 <ItemGroup> 112 <ItemGroup>
110 <Resource Include="UI\upload.ico" /> 113 <Resource Include="UI\upload.ico" />
111 </ItemGroup> 114 </ItemGroup>
112 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 <PropertyGroup>
117 <PostBuildEvent>copy $(SolutionDir)Libs\zeromq\libzmq.dll $(TargetDir)</PostBuildEvent>
118 </PropertyGroup>
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 119 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets. 120 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild"> 121 <Target Name="BeforeBuild">
116 </Target> 122 </Target>
117 <Target Name="AfterBuild"> 123 <Target Name="AfterBuild">