comparison Messaging/Client/Client.csproj @ 28:4c0dea4760c5

RabbitMq working
author adminsh@apollo
date Wed, 21 Mar 2012 20:29:04 +0000
parents 045dac571339
children 9919ee227c93
comparison
equal deleted inserted replaced
27:96fdf58e05b4 28:4c0dea4760c5
34 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
39 <ApplicationIcon>message.ico</ApplicationIcon> 39 <ApplicationIcon>
40 </ApplicationIcon>
40 </PropertyGroup> 41 </PropertyGroup>
41 <ItemGroup> 42 <ItemGroup>
43 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
44 <SpecificVersion>False</SpecificVersion>
45 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath>
46 </Reference>
42 <Reference Include="System" /> 47 <Reference Include="System" />
43 <Reference Include="System.Xml" /> 48 <Reference Include="System.Xml" />
44 <Reference Include="System.Core" /> 49 <Reference Include="System.Core" />
45 <Reference Include="System.Xaml"> 50 <Reference Include="System.Xaml">
46 <RequiredTargetFramework>4.0</RequiredTargetFramework> 51 <RequiredTargetFramework>4.0</RequiredTargetFramework>
92 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 97 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
93 </None> 98 </None>
94 <AppDesigner Include="Properties\" /> 99 <AppDesigner Include="Properties\" />
95 </ItemGroup> 100 </ItemGroup>
96 <ItemGroup> 101 <ItemGroup>
97 <Resource Include="message.ico" /> 102 <ProjectReference Include="..\Common\Common.csproj">
103 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project>
104 <Name>Common</Name>
105 </ProjectReference>
98 </ItemGroup> 106 </ItemGroup>
99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 107 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 108 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets. 109 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild"> 110 <Target Name="BeforeBuild">