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

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 9919ee227c93
children 83c1f62d9370
comparison
equal deleted inserted replaced
30:8d574f2d4174 31:7d9de5746f18
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
39 <ApplicationIcon>UI\mail.ico</ApplicationIcon> 39 <ApplicationIcon>UI\mail.ico</ApplicationIcon>
40 </PropertyGroup> 40 </PropertyGroup>
41 <ItemGroup> 41 <ItemGroup>
42 <Reference Include="clrzmq">
43 <HintPath>..\Libs\ZeroMq\clrzmq.dll</HintPath>
44 </Reference>
42 <Reference Include="Elysium.Theme"> 45 <Reference Include="Elysium.Theme">
43 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath> 46 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
44 </Reference> 47 </Reference>
45 <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL"> 48 <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
46 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath> 49 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
79 <ApplicationDefinition Include="App.xaml"> 82 <ApplicationDefinition Include="App.xaml">
80 <Generator>MSBuild:Compile</Generator> 83 <Generator>MSBuild:Compile</Generator>
81 <SubType>Designer</SubType> 84 <SubType>Designer</SubType>
82 </ApplicationDefinition> 85 </ApplicationDefinition>
83 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> 86 <Compile Include="Converters\ToggleButtonToTextConverter.cs" />
84 <Compile Include="Interfaces\IListener.cs" /> 87 <Compile Include="Listeners\IListener.cs" />
85 <Compile Include="Listeners\MsmqListener.cs" /> 88 <Compile Include="Listeners\MsmqListener.cs" />
89 <Compile Include="Listeners\ZeroMqListener.cs" />
86 <Compile Include="Locator.cs" /> 90 <Compile Include="Locator.cs" />
87 <Compile Include="Listeners\RabbitQueueListener.cs" /> 91 <Compile Include="Listeners\RabbitQueueListener.cs" />
88 <Compile Include="UI\MainWindowViewModel.cs" /> 92 <Compile Include="UI\MainWindowViewModel.cs" />
89 <Compile Include="EndPoints\MessageEndPoint.cs" /> 93 <Compile Include="EndPoints\MessageEndPoint.cs" />
90 <Page Include="UI\MainWindow.xaml"> 94 <Page Include="UI\MainWindow.xaml">
93 </Page> 97 </Page>
94 <Compile Include="App.xaml.cs"> 98 <Compile Include="App.xaml.cs">
95 <DependentUpon>App.xaml</DependentUpon> 99 <DependentUpon>App.xaml</DependentUpon>
96 <SubType>Code</SubType> 100 <SubType>Code</SubType>
97 </Compile> 101 </Compile>
98 <Compile Include="Listeners\AsyncSocketListener.cs" />
99 <Compile Include="UI\MainWindow.xaml.cs"> 102 <Compile Include="UI\MainWindow.xaml.cs">
100 <DependentUpon>MainWindow.xaml</DependentUpon> 103 <DependentUpon>MainWindow.xaml</DependentUpon>
101 <SubType>Code</SubType> 104 <SubType>Code</SubType>
102 </Compile> 105 </Compile>
103 </ItemGroup> 106 </ItemGroup>
134 <ItemGroup> 137 <ItemGroup>
135 <Resource Include="UI\mail.ico" /> 138 <Resource Include="UI\mail.ico" />
136 </ItemGroup> 139 </ItemGroup>
137 <ItemGroup /> 140 <ItemGroup />
138 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 141 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142 <PropertyGroup>
143 <PostBuildEvent>copy $(SolutionDir)Libs\zeromq\libzmq.dll $(TargetDir)</PostBuildEvent>
144 </PropertyGroup>
139 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 145 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140 Other similar extension points exist, see Microsoft.Common.targets. 146 Other similar extension points exist, see Microsoft.Common.targets.
141 <Target Name="BeforeBuild"> 147 <Target Name="BeforeBuild">
142 </Target> 148 </Target>
143 <Target Name="AfterBuild"> 149 <Target Name="AfterBuild">