26
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 <PropertyGroup>
|
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
6 <ProductVersion>8.0.30703</ProductVersion>
|
|
7 <SchemaVersion>2.0</SchemaVersion>
|
|
8 <ProjectGuid>{A453FF2D-6EF0-4E0F-B19E-5522923C7293}</ProjectGuid>
|
|
9 <OutputType>WinExe</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>Server</RootNamespace>
|
|
12 <AssemblyName>Server</AssemblyName>
|
|
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
15 <FileAlignment>512</FileAlignment>
|
|
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
17 <WarningLevel>4</WarningLevel>
|
|
18 </PropertyGroup>
|
|
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
20 <PlatformTarget>x86</PlatformTarget>
|
|
21 <DebugSymbols>true</DebugSymbols>
|
|
22 <DebugType>full</DebugType>
|
|
23 <Optimize>false</Optimize>
|
|
24 <OutputPath>bin\Debug\</OutputPath>
|
|
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
26 <ErrorReport>prompt</ErrorReport>
|
|
27 <WarningLevel>4</WarningLevel>
|
|
28 </PropertyGroup>
|
|
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
30 <PlatformTarget>x86</PlatformTarget>
|
|
31 <DebugType>pdbonly</DebugType>
|
|
32 <Optimize>true</Optimize>
|
|
33 <OutputPath>bin\Release\</OutputPath>
|
|
34 <DefineConstants>TRACE</DefineConstants>
|
|
35 <ErrorReport>prompt</ErrorReport>
|
|
36 <WarningLevel>4</WarningLevel>
|
|
37 </PropertyGroup>
|
|
38 <PropertyGroup>
|
|
39 <ApplicationIcon>UI\mail.ico</ApplicationIcon>
|
|
40 </PropertyGroup>
|
|
41 <ItemGroup>
|
31
|
42 <Reference Include="clrzmq">
|
|
43 <HintPath>..\Libs\ZeroMq\clrzmq.dll</HintPath>
|
|
44 </Reference>
|
26
|
45 <Reference Include="Elysium.Theme">
|
|
46 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
|
|
47 </Reference>
|
|
48 <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
|
|
49 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
|
|
50 </Reference>
|
|
51 <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
|
|
52 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
|
|
53 </Reference>
|
|
54 <Reference Include="Microsoft.Expression.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
55 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Drawing.dll</HintPath>
|
|
56 </Reference>
|
|
57 <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
58 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Interactions.dll</HintPath>
|
|
59 </Reference>
|
|
60 <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
61 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Windows.Shell.dll</HintPath>
|
|
62 </Reference>
|
27
|
63 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
|
|
64 <SpecificVersion>False</SpecificVersion>
|
|
65 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath>
|
|
66 </Reference>
|
26
|
67 <Reference Include="System" />
|
29
|
68 <Reference Include="System.Messaging" />
|
26
|
69 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
70 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath>
|
|
71 </Reference>
|
|
72 <Reference Include="System.Xml" />
|
|
73 <Reference Include="System.Core" />
|
|
74 <Reference Include="System.Xaml">
|
|
75 <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
76 </Reference>
|
|
77 <Reference Include="WindowsBase" />
|
|
78 <Reference Include="PresentationCore" />
|
|
79 <Reference Include="PresentationFramework" />
|
|
80 </ItemGroup>
|
|
81 <ItemGroup>
|
|
82 <ApplicationDefinition Include="App.xaml">
|
|
83 <Generator>MSBuild:Compile</Generator>
|
|
84 <SubType>Designer</SubType>
|
|
85 </ApplicationDefinition>
|
|
86 <Compile Include="Converters\ToggleButtonToTextConverter.cs" />
|
31
|
87 <Compile Include="Listeners\IListener.cs" />
|
29
|
88 <Compile Include="Listeners\MsmqListener.cs" />
|
31
|
89 <Compile Include="Listeners\ZeroMqListener.cs" />
|
26
|
90 <Compile Include="Locator.cs" />
|
27
|
91 <Compile Include="Listeners\RabbitQueueListener.cs" />
|
26
|
92 <Compile Include="UI\MainWindowViewModel.cs" />
|
29
|
93 <Compile Include="EndPoints\MessageEndPoint.cs" />
|
26
|
94 <Page Include="UI\MainWindow.xaml">
|
|
95 <Generator>MSBuild:Compile</Generator>
|
|
96 <SubType>Designer</SubType>
|
|
97 </Page>
|
|
98 <Compile Include="App.xaml.cs">
|
|
99 <DependentUpon>App.xaml</DependentUpon>
|
|
100 <SubType>Code</SubType>
|
|
101 </Compile>
|
|
102 <Compile Include="UI\MainWindow.xaml.cs">
|
|
103 <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
104 <SubType>Code</SubType>
|
|
105 </Compile>
|
|
106 </ItemGroup>
|
|
107 <ItemGroup>
|
|
108 <Compile Include="Properties\AssemblyInfo.cs">
|
|
109 <SubType>Code</SubType>
|
|
110 </Compile>
|
|
111 <Compile Include="Properties\Resources.Designer.cs">
|
|
112 <AutoGen>True</AutoGen>
|
|
113 <DesignTime>True</DesignTime>
|
|
114 <DependentUpon>Resources.resx</DependentUpon>
|
|
115 </Compile>
|
|
116 <Compile Include="Properties\Settings.Designer.cs">
|
|
117 <AutoGen>True</AutoGen>
|
|
118 <DependentUpon>Settings.settings</DependentUpon>
|
|
119 <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
120 </Compile>
|
|
121 <EmbeddedResource Include="Properties\Resources.resx">
|
|
122 <Generator>ResXFileCodeGenerator</Generator>
|
|
123 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
124 </EmbeddedResource>
|
|
125 <None Include="Properties\Settings.settings">
|
|
126 <Generator>SettingsSingleFileGenerator</Generator>
|
|
127 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
128 </None>
|
|
129 <AppDesigner Include="Properties\" />
|
|
130 </ItemGroup>
|
|
131 <ItemGroup>
|
|
132 <ProjectReference Include="..\Common\Common.csproj">
|
|
133 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project>
|
|
134 <Name>Common</Name>
|
|
135 </ProjectReference>
|
|
136 </ItemGroup>
|
|
137 <ItemGroup>
|
|
138 <Resource Include="UI\mail.ico" />
|
|
139 </ItemGroup>
|
27
|
140 <ItemGroup />
|
26
|
141 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
31
|
142 <PropertyGroup>
|
|
143 <PostBuildEvent>copy $(SolutionDir)Libs\zeromq\libzmq.dll $(TargetDir)</PostBuildEvent>
|
|
144 </PropertyGroup>
|
26
|
145 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
146 Other similar extension points exist, see Microsoft.Common.targets.
|
|
147 <Target Name="BeforeBuild">
|
|
148 </Target>
|
|
149 <Target Name="AfterBuild">
|
|
150 </Target>
|
|
151 -->
|
|
152 </Project> |