Mercurial > silverbladetech
comparison Messaging/Client/Client.csproj @ 30:8d574f2d4174
Cleaned up client
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 22:26:48 +0000 |
parents | 9919ee227c93 |
children | 7d9de5746f18 |
comparison
equal
deleted
inserted
replaced
29:9919ee227c93 | 30:8d574f2d4174 |
---|---|
38 <PropertyGroup> | 38 <PropertyGroup> |
39 <ApplicationIcon> | 39 <ApplicationIcon> |
40 </ApplicationIcon> | 40 </ApplicationIcon> |
41 </PropertyGroup> | 41 </PropertyGroup> |
42 <ItemGroup> | 42 <ItemGroup> |
43 <Reference Include="Elysium.Theme"> | |
44 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath> | |
45 </Reference> | |
43 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> | 46 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> |
44 <SpecificVersion>False</SpecificVersion> | 47 <SpecificVersion>False</SpecificVersion> |
45 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> | 48 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath> |
46 </Reference> | 49 </Reference> |
47 <Reference Include="System" /> | 50 <Reference Include="System" /> |
58 <ItemGroup> | 61 <ItemGroup> |
59 <ApplicationDefinition Include="App.xaml"> | 62 <ApplicationDefinition Include="App.xaml"> |
60 <Generator>MSBuild:Compile</Generator> | 63 <Generator>MSBuild:Compile</Generator> |
61 <SubType>Designer</SubType> | 64 <SubType>Designer</SubType> |
62 </ApplicationDefinition> | 65 </ApplicationDefinition> |
63 <Compile Include="Sockets\AsynchronousClient.cs" /> | 66 <Page Include="UI\MainWindow.xaml"> |
64 <Compile Include="Sockets\StateObject.cs" /> | |
65 <Page Include="MainWindow.xaml"> | |
66 <Generator>MSBuild:Compile</Generator> | 67 <Generator>MSBuild:Compile</Generator> |
67 <SubType>Designer</SubType> | 68 <SubType>Designer</SubType> |
68 </Page> | 69 </Page> |
69 <Compile Include="App.xaml.cs"> | 70 <Compile Include="App.xaml.cs"> |
70 <DependentUpon>App.xaml</DependentUpon> | 71 <DependentUpon>App.xaml</DependentUpon> |
71 <SubType>Code</SubType> | 72 <SubType>Code</SubType> |
72 </Compile> | 73 </Compile> |
73 <Compile Include="MainWindow.xaml.cs"> | 74 <Compile Include="UI\MainWindow.xaml.cs"> |
74 <DependentUpon>MainWindow.xaml</DependentUpon> | 75 <DependentUpon>MainWindow.xaml</DependentUpon> |
75 <SubType>Code</SubType> | 76 <SubType>Code</SubType> |
76 </Compile> | 77 </Compile> |
77 </ItemGroup> | 78 </ItemGroup> |
78 <ItemGroup> | 79 <ItemGroup> |
103 <ProjectReference Include="..\Common\Common.csproj"> | 104 <ProjectReference Include="..\Common\Common.csproj"> |
104 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project> | 105 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project> |
105 <Name>Common</Name> | 106 <Name>Common</Name> |
106 </ProjectReference> | 107 </ProjectReference> |
107 </ItemGroup> | 108 </ItemGroup> |
109 <ItemGroup> | |
110 <Resource Include="UI\upload.ico" /> | |
111 </ItemGroup> | |
108 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 112 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
109 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
110 Other similar extension points exist, see Microsoft.Common.targets. | 114 Other similar extension points exist, see Microsoft.Common.targets. |
111 <Target Name="BeforeBuild"> | 115 <Target Name="BeforeBuild"> |
112 </Target> | 116 </Target> |