Mercurial > silverbladetech
diff Messaging/Server/Server.csproj @ 29:9919ee227c93
msmq added
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 22:09:18 +0000 |
parents | 4c0dea4760c5 |
children | 7d9de5746f18 |
line wrap: on
line diff
--- a/Messaging/Server/Server.csproj Wed Mar 21 20:29:04 2012 +0000 +++ b/Messaging/Server/Server.csproj Wed Mar 21 22:09:18 2012 +0000 @@ -62,6 +62,7 @@ <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> </Reference> <Reference Include="System" /> + <Reference Include="System.Messaging" /> <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> </Reference> @@ -80,14 +81,12 @@ <SubType>Designer</SubType> </ApplicationDefinition> <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> - <Compile Include="EndPoints\RabbitEndPoint.cs" /> - <Compile Include="EndPoints\RabbitProtoEndPoint.cs" /> - <Compile Include="EndPoints\SocketEndPoint.cs" /> <Compile Include="Interfaces\IListener.cs" /> + <Compile Include="Listeners\MsmqListener.cs" /> <Compile Include="Locator.cs" /> <Compile Include="Listeners\RabbitQueueListener.cs" /> <Compile Include="UI\MainWindowViewModel.cs" /> - <Compile Include="EndPoints\BaseEndPoint.cs" /> + <Compile Include="EndPoints\MessageEndPoint.cs" /> <Page Include="UI\MainWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType>