Muchinfo.MTPClient.UI.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5771C28F-6EC1-47A4-B2E4-54CBB04B220E}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.UI</RootNamespace>
  11. <AssemblyName>Client.UI</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <SignAssembly>true</SignAssembly>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="CefSharp, Version=1.25.7.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\02.Libs\CefSharp.dll</HintPath>
  44. </Reference>
  45. <Reference Include="CefSharp.Wpf, Version=1.25.7.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\02.Libs\CefSharp.Wpf.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Client.PC.Common">
  50. <HintPath>..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Client.WPF.Controls">
  53. <HintPath>..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  54. </Reference>
  55. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  56. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  57. </Reference>
  58. <Reference Include="GalaSoft.MvvmLight.WPF4">
  59. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  60. </Reference>
  61. <Reference Include="HtmlTextEditor">
  62. <HintPath>..\..\02.Libs\Muchinfo\HtmlTextEditor.dll</HintPath>
  63. </Reference>
  64. <Reference Include="log4net">
  65. <HintPath>..\..\02.Libs\log4net.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Expression.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\02.Libs\Microsoft.Expression.Drawing.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  72. <Reference Include="Microsoft.Practices.ServiceLocation">
  73. <HintPath>..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\02.Libs\Newtonsoft.Json.dll</HintPath>
  78. </Reference>
  79. <Reference Include="PresentationFramework.Classic" />
  80. <Reference Include="System" />
  81. <Reference Include="System.configuration" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\02.Libs\System.Windows.Interactivity.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Xml" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Xaml">
  95. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  96. </Reference>
  97. <Reference Include="WindowsBase" />
  98. <Reference Include="PresentationCore" />
  99. <Reference Include="PresentationFramework" />
  100. <Reference Include="WindowsFormsIntegration" />
  101. <Reference Include="Xceed.Wpf.Themes">
  102. <HintPath>..\..\02.Libs\Xceed.Wpf.Themes.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Xceed.Wpf.Toolkit">
  105. <HintPath>..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  106. </Reference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Properties\AssemblyInfo.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Resources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. <Compile Include="Utilities\ChartManager.cs" />
  123. <Compile Include="Utilities\DataGridHelper.cs" />
  124. <Compile Include="Utilities\InputHelper.cs" />
  125. <Compile Include="Utilities\MessageRegister.cs" />
  126. <Compile Include="Utilities\ValidCode.cs" />
  127. <Compile Include="Utilities\WindowHelper.cs" />
  128. <Compile Include="ViewModelLocator.cs" />
  129. <Compile Include="ViewModels\HomeViewModel.cs" />
  130. <Compile Include="ViewModels\InputTradePassWordViewModel.cs" />
  131. <Compile Include="ViewModels\LinkStateViewModel.cs" />
  132. <Compile Include="ViewModels\LoginViewModel.cs" />
  133. <Compile Include="ViewModels\MainContentViewModel.cs" />
  134. <Compile Include="ViewModels\MenuTreeViewModel.cs" />
  135. <Compile Include="ViewModels\QuoteListViewModel.cs" />
  136. <Compile Include="ViewModels\RateNoticeViewModel.cs" />
  137. <Compile Include="ViewModels\StatusBarViewModel.cs" />
  138. <Compile Include="ViewModels\TradeLoginViewModel.cs" />
  139. <Compile Include="Views\AboutView.xaml.cs">
  140. <DependentUpon>AboutView.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Views\HorizontalLayout.xaml.cs">
  143. <DependentUpon>HorizontalLayout.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Views\InputTradePassWordView.xaml.cs">
  146. <DependentUpon>InputTradePassWordView.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Views\LinkStateView.xaml.cs">
  149. <DependentUpon>LinkStateView.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Views\LoginNewView.xaml.cs">
  152. <DependentUpon>LoginNewView.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Views\LoginView_1.xaml.cs">
  155. <DependentUpon>LoginView_1.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Views\MainContent.xaml.cs">
  158. <DependentUpon>MainContent.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Views\MainPage.xaml.cs">
  161. <DependentUpon>MainPage.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Views\QuoteListView.xaml.cs">
  164. <DependentUpon>QuoteListView.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Views\RateNotices.xaml.cs">
  167. <DependentUpon>RateNotices.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Views\StatusBarControl.xaml.cs">
  170. <DependentUpon>StatusBarControl.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Views\SystemMenuTree.xaml.cs">
  173. <DependentUpon>SystemMenuTree.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Views\TradeLoginView.xaml.cs">
  176. <DependentUpon>TradeLoginView.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Views\TraditionLayout.xaml.cs">
  179. <DependentUpon>TraditionLayout.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Views\VerticalLayout.xaml.cs">
  182. <DependentUpon>VerticalLayout.xaml</DependentUpon>
  183. </Compile>
  184. <EmbeddedResource Include="Properties\Resources.resx">
  185. <Generator>ResXFileCodeGenerator</Generator>
  186. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  187. </EmbeddedResource>
  188. <None Include="Muchinfo.MTPClient.snk" />
  189. <None Include="Properties\Settings.settings">
  190. <Generator>SettingsSingleFileGenerator</Generator>
  191. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  192. </None>
  193. <AppDesigner Include="Properties\" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Page Include="Views\AboutView.xaml">
  197. <Generator>MSBuild:Compile</Generator>
  198. <SubType>Designer</SubType>
  199. </Page>
  200. <Page Include="Views\HorizontalLayout.xaml">
  201. <SubType>Designer</SubType>
  202. <Generator>MSBuild:Compile</Generator>
  203. </Page>
  204. <Page Include="Views\InputTradePassWordView.xaml">
  205. <Generator>MSBuild:Compile</Generator>
  206. <SubType>Designer</SubType>
  207. </Page>
  208. <Page Include="Views\LinkStateView.xaml">
  209. <Generator>MSBuild:Compile</Generator>
  210. <SubType>Designer</SubType>
  211. </Page>
  212. <Page Include="Views\LoginNewView.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="Views\LoginView_1.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="Views\MainContent.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="Views\MainPage.xaml">
  225. <SubType>Designer</SubType>
  226. <Generator>MSBuild:Compile</Generator>
  227. </Page>
  228. <Page Include="Views\QuoteListView.xaml">
  229. <Generator>MSBuild:Compile</Generator>
  230. <SubType>Designer</SubType>
  231. </Page>
  232. <Page Include="Views\RateNotices.xaml">
  233. <Generator>MSBuild:Compile</Generator>
  234. <SubType>Designer</SubType>
  235. </Page>
  236. <Page Include="Views\StatusBarControl.xaml">
  237. <Generator>MSBuild:Compile</Generator>
  238. <SubType>Designer</SubType>
  239. </Page>
  240. <Page Include="Views\SystemMenuTree.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Views\TradeLoginView.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Views\TraditionLayout.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="Views\VerticalLayout.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. </ItemGroup>
  257. <ItemGroup>
  258. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
  259. <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
  260. <Name>Muchinfo.MTPClient.CustomException</Name>
  261. </ProjectReference>
  262. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  263. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  264. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  265. </ProjectReference>
  266. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  267. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  268. <Name>Muchinfo.MTPClient.Resources</Name>
  269. </ProjectReference>
  270. <ProjectReference Include="..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  271. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  272. <Name>Muchinfo.MTPClient.Data</Name>
  273. </ProjectReference>
  274. <ProjectReference Include="..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  275. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  276. <Name>Muchinfo.MTPClient.IService</Name>
  277. </ProjectReference>
  278. <ProjectReference Include="..\..\05.Services\Muchinfo.TASClient.Service\Muchinfo.MTPClient.Service.csproj">
  279. <Project>{1a680b25-1e0f-4485-a3cf-df194f395014}</Project>
  280. <Name>Muchinfo.MTPClient.Service</Name>
  281. </ProjectReference>
  282. <ProjectReference Include="..\..\06.Communication\Muchinfo.TASClient.NetworkCore\Muchinfo.MTPClient.NetworkCore.csproj">
  283. <Project>{13776f78-1ec8-4afc-8865-f3de92037e14}</Project>
  284. <Name>Muchinfo.MTPClient.NetworkCore</Name>
  285. </ProjectReference>
  286. <ProjectReference Include="..\Modules\Muchinfo.MTPClient.Analysis\Muchinfo.MTPClient.Analysis.csproj">
  287. <Project>{068b63c0-0ffa-45a7-b6b0-bba09e5b9744}</Project>
  288. <Name>Muchinfo.MTPClient.Analysis</Name>
  289. </ProjectReference>
  290. <ProjectReference Include="..\Modules\Muchinfo.MTPClient.Bank\Muchinfo.MTPClient.Bank.csproj">
  291. <Project>{bb40c679-5dc1-4062-8e6f-54c04b4d5cf0}</Project>
  292. <Name>Muchinfo.MTPClient.Bank</Name>
  293. </ProjectReference>
  294. <ProjectReference Include="..\Modules\Muchinfo.MTPClient.Delivery\Muchinfo.MTPClient.Delivery.csproj">
  295. <Project>{7a7e0861-0b9e-43c3-a267-6d6a5dcacad7}</Project>
  296. <Name>Muchinfo.MTPClient.Delivery</Name>
  297. </ProjectReference>
  298. <ProjectReference Include="..\Modules\Muchinfo.MTPClient.Listing\Muchinfo.MTPClient.Listing.csproj">
  299. <Project>{2f01a831-ff43-4045-b9b6-ad28563daba2}</Project>
  300. <Name>Muchinfo.MTPClient.Listing</Name>
  301. </ProjectReference>
  302. <ProjectReference Include="..\Modules\Muchinfo.MTPClient.Sale\Muchinfo.MTPClient.Sale.csproj">
  303. <Project>{3d4f3aa5-7d6a-4b46-b280-5a9bd525df00}</Project>
  304. <Name>Muchinfo.MTPClient.Sale</Name>
  305. </ProjectReference>
  306. <ProjectReference Include="..\Modules\Muchinfo.TASClient.Account\Muchinfo.MTPClient.Account.csproj">
  307. <Project>{0e0f1524-5bcc-4d88-b15e-3349e24e7466}</Project>
  308. <Name>Muchinfo.MTPClient.Account</Name>
  309. </ProjectReference>
  310. <ProjectReference Include="..\Modules\Muchinfo.TASClient.Quotation\Muchinfo.MTPClient.Quotation.csproj">
  311. <Project>{ea71755b-fd81-4110-bfa0-ffa3433c6c69}</Project>
  312. <Name>Muchinfo.MTPClient.Quotation</Name>
  313. </ProjectReference>
  314. <ProjectReference Include="..\Modules\Muchinfo.TASClient.Trade\Muchinfo.MTPClient.Trade.csproj">
  315. <Project>{d5c79d3d-b585-4802-8994-d2c77e5e86c3}</Project>
  316. <Name>Muchinfo.MTPClient.Trade</Name>
  317. </ProjectReference>
  318. <ProjectReference Include="..\Modules\Mucinfo.MTPClient.Report\Muchinfo.MTPClient.Report.csproj">
  319. <Project>{06a09852-2262-4ddb-b8fa-588cb2f7fe9b}</Project>
  320. <Name>Muchinfo.MTPClient.Report</Name>
  321. </ProjectReference>
  322. </ItemGroup>
  323. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  324. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  325. Other similar extension points exist, see Microsoft.Common.targets.
  326. <Target Name="BeforeBuild">
  327. </Target>
  328. <Target Name="AfterBuild">
  329. </Target>
  330. -->
  331. </Project>