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>{31F2E0F2-A94B-4FC0-B4D4-1518600A0256}</ProjectGuid>
|
|
9 <OutputType>WinExe</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>Client</RootNamespace>
|
|
12 <AssemblyName>Client</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>
|
28
|
39 <ApplicationIcon>
|
|
40 </ApplicationIcon>
|
26
|
41 </PropertyGroup>
|
|
42 <ItemGroup>
|
31
|
43 <Reference Include="clrzmq">
|
|
44 <HintPath>..\Libs\ZeroMq\clrzmq.dll</HintPath>
|
|
45 </Reference>
|
30
|
46 <Reference Include="Elysium.Theme">
|
|
47 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
|
|
48 </Reference>
|
28
|
49 <Reference Include="RabbitMQ.Client, Version=2.6.1.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
|
|
50 <SpecificVersion>False</SpecificVersion>
|
|
51 <HintPath>..\Libs\RabbitMq.2.6.1.0\RabbitMQ.Client.dll</HintPath>
|
|
52 </Reference>
|
26
|
53 <Reference Include="System" />
|
29
|
54 <Reference Include="System.Messaging" />
|
26
|
55 <Reference Include="System.Xml" />
|
|
56 <Reference Include="System.Core" />
|
|
57 <Reference Include="System.Xaml">
|
|
58 <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
59 </Reference>
|
|
60 <Reference Include="WindowsBase" />
|
|
61 <Reference Include="PresentationCore" />
|
|
62 <Reference Include="PresentationFramework" />
|
|
63 </ItemGroup>
|
|
64 <ItemGroup>
|
|
65 <ApplicationDefinition Include="App.xaml">
|
|
66 <Generator>MSBuild:Compile</Generator>
|
|
67 <SubType>Designer</SubType>
|
|
68 </ApplicationDefinition>
|
30
|
69 <Page Include="UI\MainWindow.xaml">
|
26
|
70 <Generator>MSBuild:Compile</Generator>
|
|
71 <SubType>Designer</SubType>
|
|
72 </Page>
|
|
73 <Compile Include="App.xaml.cs">
|
|
74 <DependentUpon>App.xaml</DependentUpon>
|
|
75 <SubType>Code</SubType>
|
|
76 </Compile>
|
30
|
77 <Compile Include="UI\MainWindow.xaml.cs">
|
26
|
78 <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
79 <SubType>Code</SubType>
|
|
80 </Compile>
|
|
81 </ItemGroup>
|
|
82 <ItemGroup>
|
|
83 <Compile Include="Properties\AssemblyInfo.cs">
|
|
84 <SubType>Code</SubType>
|
|
85 </Compile>
|
|
86 <Compile Include="Properties\Resources.Designer.cs">
|
|
87 <AutoGen>True</AutoGen>
|
|
88 <DesignTime>True</DesignTime>
|
|
89 <DependentUpon>Resources.resx</DependentUpon>
|
|
90 </Compile>
|
|
91 <Compile Include="Properties\Settings.Designer.cs">
|
|
92 <AutoGen>True</AutoGen>
|
|
93 <DependentUpon>Settings.settings</DependentUpon>
|
|
94 <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
95 </Compile>
|
|
96 <EmbeddedResource Include="Properties\Resources.resx">
|
|
97 <Generator>ResXFileCodeGenerator</Generator>
|
|
98 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
99 </EmbeddedResource>
|
|
100 <None Include="Properties\Settings.settings">
|
|
101 <Generator>SettingsSingleFileGenerator</Generator>
|
|
102 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
103 </None>
|
|
104 <AppDesigner Include="Properties\" />
|
|
105 </ItemGroup>
|
|
106 <ItemGroup>
|
28
|
107 <ProjectReference Include="..\Common\Common.csproj">
|
|
108 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project>
|
|
109 <Name>Common</Name>
|
|
110 </ProjectReference>
|
26
|
111 </ItemGroup>
|
30
|
112 <ItemGroup>
|
|
113 <Resource Include="UI\upload.ico" />
|
|
114 </ItemGroup>
|
26
|
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
31
|
116 <PropertyGroup>
|
|
117 <PostBuildEvent>copy $(SolutionDir)Libs\zeromq\libzmq.dll $(TargetDir)</PostBuildEvent>
|
|
118 </PropertyGroup>
|
26
|
119 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
120 Other similar extension points exist, see Microsoft.Common.targets.
|
|
121 <Target Name="BeforeBuild">
|
|
122 </Target>
|
|
123 <Target Name="AfterBuild">
|
|
124 </Target>
|
|
125 -->
|
|
126 </Project> |