Mercurial > silverbladetech
comparison Messaging/Server/Server.csproj @ 29:9919ee227c93
msmq added
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 22:09:18 +0000 |
parents | 4c0dea4760c5 |
children | 7d9de5746f18 |
comparison
equal
deleted
inserted
replaced
28:4c0dea4760c5 | 29:9919ee227c93 |
---|---|
60 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> | 60 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> |
61 <SpecificVersion>False</SpecificVersion> | 61 <SpecificVersion>False</SpecificVersion> |
62 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> | 62 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> |
63 </Reference> | 63 </Reference> |
64 <Reference Include="System" /> | 64 <Reference Include="System" /> |
65 <Reference Include="System.Messaging" /> | |
65 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | 66 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
66 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> | 67 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> |
67 </Reference> | 68 </Reference> |
68 <Reference Include="System.Xml" /> | 69 <Reference Include="System.Xml" /> |
69 <Reference Include="System.Core" /> | 70 <Reference Include="System.Core" /> |
78 <ApplicationDefinition Include="App.xaml"> | 79 <ApplicationDefinition Include="App.xaml"> |
79 <Generator>MSBuild:Compile</Generator> | 80 <Generator>MSBuild:Compile</Generator> |
80 <SubType>Designer</SubType> | 81 <SubType>Designer</SubType> |
81 </ApplicationDefinition> | 82 </ApplicationDefinition> |
82 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> | 83 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> |
83 <Compile Include="EndPoints\RabbitEndPoint.cs" /> | |
84 <Compile Include="EndPoints\RabbitProtoEndPoint.cs" /> | |
85 <Compile Include="EndPoints\SocketEndPoint.cs" /> | |
86 <Compile Include="Interfaces\IListener.cs" /> | 84 <Compile Include="Interfaces\IListener.cs" /> |
85 <Compile Include="Listeners\MsmqListener.cs" /> | |
87 <Compile Include="Locator.cs" /> | 86 <Compile Include="Locator.cs" /> |
88 <Compile Include="Listeners\RabbitQueueListener.cs" /> | 87 <Compile Include="Listeners\RabbitQueueListener.cs" /> |
89 <Compile Include="UI\MainWindowViewModel.cs" /> | 88 <Compile Include="UI\MainWindowViewModel.cs" /> |
90 <Compile Include="EndPoints\BaseEndPoint.cs" /> | 89 <Compile Include="EndPoints\MessageEndPoint.cs" /> |
91 <Page Include="UI\MainWindow.xaml"> | 90 <Page Include="UI\MainWindow.xaml"> |
92 <Generator>MSBuild:Compile</Generator> | 91 <Generator>MSBuild:Compile</Generator> |
93 <SubType>Designer</SubType> | 92 <SubType>Designer</SubType> |
94 </Page> | 93 </Page> |
95 <Compile Include="App.xaml.cs"> | 94 <Compile Include="App.xaml.cs"> |