Mercurial > silverbladetech
comparison Messaging/Server/Server.csproj @ 27:96fdf58e05b4
Server working with sockets and rabbitmq
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 19:00:59 +0000 |
parents | 045dac571339 |
children | 4c0dea4760c5 |
comparison
equal
deleted
inserted
replaced
26:045dac571339 | 27:96fdf58e05b4 |
---|---|
55 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Interactions.dll</HintPath> | 55 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Interactions.dll</HintPath> |
56 </Reference> | 56 </Reference> |
57 <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | 57 <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
58 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Windows.Shell.dll</HintPath> | 58 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Windows.Shell.dll</HintPath> |
59 </Reference> | 59 </Reference> |
60 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> | |
61 <SpecificVersion>False</SpecificVersion> | |
62 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> | |
63 </Reference> | |
60 <Reference Include="System" /> | 64 <Reference Include="System" /> |
61 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | 65 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
62 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> | 66 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> |
63 </Reference> | 67 </Reference> |
64 <Reference Include="System.Xml" /> | 68 <Reference Include="System.Xml" /> |
74 <ApplicationDefinition Include="App.xaml"> | 78 <ApplicationDefinition Include="App.xaml"> |
75 <Generator>MSBuild:Compile</Generator> | 79 <Generator>MSBuild:Compile</Generator> |
76 <SubType>Designer</SubType> | 80 <SubType>Designer</SubType> |
77 </ApplicationDefinition> | 81 </ApplicationDefinition> |
78 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> | 82 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> |
83 <Compile Include="EndPoints\RabbitEndPoint.cs" /> | |
84 <Compile Include="EndPoints\RabbitProtoEndPoint.cs" /> | |
85 <Compile Include="EndPoints\SocketEndPoint.cs" /> | |
79 <Compile Include="Interfaces\IListener.cs" /> | 86 <Compile Include="Interfaces\IListener.cs" /> |
80 <Compile Include="Locator.cs" /> | 87 <Compile Include="Locator.cs" /> |
88 <Compile Include="Listeners\RabbitQueueListener.cs" /> | |
81 <Compile Include="UI\MainWindowViewModel.cs" /> | 89 <Compile Include="UI\MainWindowViewModel.cs" /> |
82 <Compile Include="Sockets\StateObject.cs" /> | 90 <Compile Include="Listeners\StateObject.cs" /> |
83 <Compile Include="UI\MessagingEndpoint.cs" /> | 91 <Compile Include="EndPoints\BaseEndPoint.cs" /> |
84 <Page Include="UI\MainWindow.xaml"> | 92 <Page Include="UI\MainWindow.xaml"> |
85 <Generator>MSBuild:Compile</Generator> | 93 <Generator>MSBuild:Compile</Generator> |
86 <SubType>Designer</SubType> | 94 <SubType>Designer</SubType> |
87 </Page> | 95 </Page> |
88 <Compile Include="App.xaml.cs"> | 96 <Compile Include="App.xaml.cs"> |
89 <DependentUpon>App.xaml</DependentUpon> | 97 <DependentUpon>App.xaml</DependentUpon> |
90 <SubType>Code</SubType> | 98 <SubType>Code</SubType> |
91 </Compile> | 99 </Compile> |
92 <Compile Include="Sockets\AsyncSocketListener.cs" /> | 100 <Compile Include="Listeners\AsyncSocketListener.cs" /> |
93 <Compile Include="UI\MainWindow.xaml.cs"> | 101 <Compile Include="UI\MainWindow.xaml.cs"> |
94 <DependentUpon>MainWindow.xaml</DependentUpon> | 102 <DependentUpon>MainWindow.xaml</DependentUpon> |
95 <SubType>Code</SubType> | 103 <SubType>Code</SubType> |
96 </Compile> | 104 </Compile> |
97 </ItemGroup> | 105 </ItemGroup> |
126 </ProjectReference> | 134 </ProjectReference> |
127 </ItemGroup> | 135 </ItemGroup> |
128 <ItemGroup> | 136 <ItemGroup> |
129 <Resource Include="UI\mail.ico" /> | 137 <Resource Include="UI\mail.ico" /> |
130 </ItemGroup> | 138 </ItemGroup> |
139 <ItemGroup /> | |
131 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 140 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
132 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
133 Other similar extension points exist, see Microsoft.Common.targets. | 142 Other similar extension points exist, see Microsoft.Common.targets. |
134 <Target Name="BeforeBuild"> | 143 <Target Name="BeforeBuild"> |
135 </Target> | 144 </Target> |