Muchinfo.MTPClient.Account.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  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>{0E0F1524-5BCC-4D88-B15E-3349E24E7466}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Account</RootNamespace>
  11. <AssemblyName>Client.Account</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="Client.DataPager">
  42. <HintPath>..\..\..\02.Libs\Muchinfo\Client.DataPager.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Client.PC.Common">
  45. <HintPath>..\..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Client.WPF.Controls">
  48. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  49. </Reference>
  50. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  51. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  52. </Reference>
  53. <Reference Include="GalaSoft.MvvmLight.WPF4">
  54. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  55. </Reference>
  56. <Reference Include="log4net">
  57. <HintPath>..\..\..\02.Libs\log4net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Practices.ServiceLocation">
  60. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  61. </Reference>
  62. <Reference Include="PresentationFramework.Classic" />
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\..\02.Libs\System.Windows.Interactivity.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Xml" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="System.Xaml">
  77. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  78. </Reference>
  79. <Reference Include="UIAutomationProvider" />
  80. <Reference Include="WindowsBase" />
  81. <Reference Include="PresentationCore" />
  82. <Reference Include="PresentationFramework" />
  83. <Reference Include="Xceed.Wpf.Toolkit">
  84. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  85. </Reference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="IViewOperate.cs" />
  89. <Compile Include="MessengerArgs\CloseOrderArgs.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs">
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="Properties\Resources.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Resources.resx</DependentUpon>
  97. </Compile>
  98. <Compile Include="Properties\Settings.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Settings.settings</DependentUpon>
  101. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  102. </Compile>
  103. <Compile Include="Utilities\AccountMenuService.cs" />
  104. <Compile Include="Utilities\FocusControl.cs" />
  105. <Compile Include="Utilities\PowerConverter.cs" />
  106. <Compile Include="Utilities\UpFlagConverter.cs" />
  107. <Compile Include="ViewModels\AccountManagerViewModel.cs" />
  108. <Compile Include="ViewModels\AllOrderViewModel\HistoryOrderQueryViewModel.cs" />
  109. <Compile Include="ViewModels\AllOrderViewModel\MOHoldDetailViewModel.cs" />
  110. <Compile Include="ViewModels\AllOrderViewModel\MOHoldLstBySummaryViewModel.cs" />
  111. <Compile Include="ViewModels\AllOrderViewModel\MOHoldMoreDetailViewModel.cs" />
  112. <Compile Include="ViewModels\AllOrderViewModel\MOHoldSummaryViewModel.cs" />
  113. <Compile Include="ViewModels\AllOrderViewModel\MOMainListHolderViewModel.cs" />
  114. <Compile Include="ViewModels\AllOrderViewModel\MOMainListViewModel.cs" />
  115. <Compile Include="ViewModels\AllOrderViewModel\MOOrderDetailViewModel.cs" />
  116. <Compile Include="ViewModels\AllOrderViewModel\MOOrderMoreDetailViewModel.cs" />
  117. <Compile Include="ViewModels\AllOrderViewModel\MOPrePostDetailViewModel.cs" />
  118. <Compile Include="ViewModels\AllOrderViewModel\MOPrePostMoreDetailViewModel.cs" />
  119. <Compile Include="ViewModels\AllOrderViewModel\MOSPSLListViewModel.cs" />
  120. <Compile Include="ViewModels\AllOrderViewModel\MOTransactionDetailViewModel.cs" />
  121. <Compile Include="ViewModels\AllOrderViewModel\MOTransactionListViewModel.cs" />
  122. <Compile Include="ViewModels\AllOrderViewModel\MOTransactionMoreDetailViewModel.cs" />
  123. <Compile Include="ViewModels\AmountQueryViewModel.cs" />
  124. <Compile Include="ViewModels\AnnouncementMenuService.cs" />
  125. <Compile Include="ViewModels\DealCloseViewModel.cs" />
  126. <Compile Include="ViewModels\MarketOrderBase.cs" />
  127. <Compile Include="ViewModels\MemberViewModel\MemberAccountViewModel.cs" />
  128. <Compile Include="ViewModels\MemberViewModel\MemberositionViewModel.cs" />
  129. <Compile Include="ViewModels\Notices\NoticesBase.cs" />
  130. <Compile Include="ViewModels\Notices\NoticesViewModel.cs" />
  131. <Compile Include="ViewModels\Notices\TradeMessageViewModel.cs" />
  132. <Compile Include="ViewModels\NoticeViewModel.cs" />
  133. <Compile Include="ViewModels\OperateLogViewModel.cs" />
  134. <Compile Include="ViewModels\OrderViewModel\MAccountInfoViewModel.cs" />
  135. <Compile Include="ViewModels\OrderViewModel\MCloseOrderViewModel.cs" />
  136. <Compile Include="ViewModels\OrderViewModel\MHoldDetailViewModel.cs" />
  137. <Compile Include="ViewModels\OrderViewModel\MHoldSummaryViewModel.cs" />
  138. <Compile Include="ViewModels\OrderViewModel\MHoldSubViewModel.cs" />
  139. <Compile Include="ViewModels\OrderViewModel\MOpenCompleteViewModel.cs" />
  140. <Compile Include="ViewModels\OrderViewModel\MOrderDetailViewModel.cs" />
  141. <Compile Include="ViewModels\PrePostDetailViewModel.cs" />
  142. <Compile Include="ViewModels\RegisterMessageBase.cs" />
  143. <Compile Include="ViewModels\RiskControlNoticeViewModel.cs" />
  144. <Compile Include="ViewModels\RiskViewModel.cs" />
  145. <Compile Include="ViewModels\TaAmountLogListViewModel.cs" />
  146. <Compile Include="ViewModels\TaAmountLogViewModel.cs" />
  147. <Compile Include="ViewModels\TradeHeaderViewModel.cs" />
  148. <Compile Include="ViewModels\TradeParamsSetViewModel.cs" />
  149. <Compile Include="ViewModels\TradePWDModifyViewModel.cs" />
  150. <Compile Include="Views\AccountManagerView.xaml.cs">
  151. <DependentUpon>AccountManagerView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\AllOrderView\CapitalAccountListView.xaml.cs">
  154. <DependentUpon>CapitalAccountListView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\AllOrderView\CapitalAccountListViewEx.xaml.cs">
  157. <DependentUpon>CapitalAccountListViewEx.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\AllOrderView\MOTradeSum.xaml.cs">
  160. <DependentUpon>MOTradeSum.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Views\AllOrderView\SPSL\CapitalSPSLListView.xaml.cs">
  163. <DependentUpon>CapitalSPSLListView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\AllOrderView\CATransactionListView.xaml.cs">
  166. <DependentUpon>CATransactionListView.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Views\AllOrderView\HistoryOrderQueryView.xaml.cs">
  169. <DependentUpon>HistoryOrderQueryView.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Views\AllOrderView\MOHoldDetailView.xaml.cs">
  172. <DependentUpon>MOHoldDetailView.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Views\AllOrderView\MOHoldLstBySummary.xaml.cs">
  175. <DependentUpon>MOHoldLstBySummary.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\AllOrderView\MOHoldMoreDetailView.xaml.cs">
  178. <DependentUpon>MOHoldMoreDetailView.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Views\AllOrderView\MOHoldPositionsView.xaml.cs">
  181. <DependentUpon>MOHoldPositionsView.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Views\AllOrderView\MOHoldSummaryView.xaml.cs">
  184. <DependentUpon>MOHoldSummaryView.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Views\AllOrderView\MOMainListHolderView.xaml.cs">
  187. <DependentUpon>MOMainListHolderView.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Views\AllOrderView\MOMainListView.xaml.cs">
  190. <DependentUpon>MOMainListView.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Views\AllOrderView\SPSL\MOMainSPSLListView.xaml.cs">
  193. <DependentUpon>MOMainSPSLListView.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Views\AllOrderView\MOOrderDetailView.xaml.cs">
  196. <DependentUpon>MOOrderDetailView.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\AllOrderView\MOOrderMoreDetailView.xaml.cs">
  199. <DependentUpon>MOOrderMoreDetailView.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Views\AllOrderView\MOPrePostDetailView.xaml.cs">
  202. <DependentUpon>MOPrePostDetailView.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Views\AllOrderView\MOPrePostMoreDetailView.xaml.cs">
  205. <DependentUpon>MOPrePostMoreDetailView.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Views\AllOrderView\SPSL\MOSPSLListView.xaml.cs">
  208. <DependentUpon>MOSPSLListView.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Views\AllOrderView\MOTransactionDetailView.xaml.cs">
  211. <DependentUpon>MOTransactionDetailView.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Views\AllOrderView\MOTransactionListView.xaml.cs">
  214. <DependentUpon>MOTransactionListView.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="Views\AllOrderView\MOTransactionMoreDetailView.xaml.cs">
  217. <DependentUpon>MOTransactionMoreDetailView.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="Views\AmountQueryView.xaml.cs">
  220. <DependentUpon>AmountQueryView.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Views\CATaAmountLogListView.xaml.cs">
  223. <DependentUpon>CATaAmountLogListView.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Views\MemberView\MemberAccountView.xaml.cs">
  226. <DependentUpon>MemberAccountView.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Views\MemberView\MemberPositionView.xaml.cs">
  229. <DependentUpon>MemberPositionView.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Views\MessagePromptView.xaml.cs">
  232. <DependentUpon>MessagePromptView.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Views\MsgAlter.xaml.cs">
  235. <DependentUpon>MsgAlter.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Views\Notices\NoticesView.xaml.cs">
  238. <DependentUpon>NoticesView.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Views\NoticeView.xaml.cs">
  241. <DependentUpon>NoticeView.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Views\OperateLogView.xaml.cs">
  244. <DependentUpon>OperateLogView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Views\OrderTabView\DealCloseView.xaml.cs">
  247. <DependentUpon>DealCloseView.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Views\OrderTabView\MTCloseOrderView.xaml.cs">
  250. <DependentUpon>MTCloseOrderView.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Views\OrderTabView\MTHoldDetailView.xaml.cs">
  253. <DependentUpon>MTHoldDetailView.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Views\OrderTabView\MTHoldSummaryView.xaml.cs">
  256. <DependentUpon>MTHoldSummaryView.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Views\OrderTabView\MTOpenCompleteView.xaml.cs">
  259. <DependentUpon>MTOpenCompleteView.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Views\OrderTabView\MTOrderDetailView.xaml.cs">
  262. <DependentUpon>MTOrderDetailView.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Views\OrderTabView\MTPrePostDetailView.xaml.cs">
  265. <DependentUpon>MTPrePostDetailView.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Views\OrderView\MHoldSubView.xaml.cs">
  268. <DependentUpon>MHoldSubView.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Views\OrderView\MHoldSummaryView.xaml.cs">
  271. <DependentUpon>MHoldSummaryView.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Views\OrderView\MAccountInfoView.xaml.cs">
  274. <DependentUpon>MAccountInfoView.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="Views\OrderView\MCloseOrderView.xaml.cs">
  277. <DependentUpon>MCloseOrderView.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="Views\OrderView\MHoldDetailView.xaml.cs">
  280. <DependentUpon>MHoldDetailView.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="Views\OrderView\MOpenCompleteView.xaml.cs">
  283. <DependentUpon>MOpenCompleteView.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Views\OrderView\MOrderDetailView.xaml.cs">
  286. <DependentUpon>MOrderDetailView.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="Views\PrePostDetailView.xaml.cs">
  289. <DependentUpon>PrePostDetailView.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="Views\QueryTaAmountLog.xaml.cs">
  292. <DependentUpon>QueryTaAmountLog.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="Views\QueryTaAmountLogListView.xaml.cs">
  295. <DependentUpon>QueryTaAmountLogListView.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="Views\RiskControlNoticeView.xaml.cs">
  298. <DependentUpon>RiskControlNoticeView.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="Views\RiskControlView.xaml.cs">
  301. <DependentUpon>RiskControlView.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="Views\RiskView.xaml.cs">
  304. <DependentUpon>RiskView.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="Views\TradeHeaderView.xaml.cs">
  307. <DependentUpon>TradeHeaderView.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="Views\TradeParamSetView.xaml.cs">
  310. <DependentUpon>TradeParamSetView.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="Views\TradePWDModifyView.xaml.cs">
  313. <DependentUpon>TradePWDModifyView.xaml</DependentUpon>
  314. </Compile>
  315. <EmbeddedResource Include="Properties\Resources.resx">
  316. <Generator>ResXFileCodeGenerator</Generator>
  317. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  318. </EmbeddedResource>
  319. <None Include="Muchinfo.MTPClient.snk" />
  320. <None Include="Properties\Settings.settings">
  321. <Generator>SettingsSingleFileGenerator</Generator>
  322. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  323. </None>
  324. <AppDesigner Include="Properties\" />
  325. </ItemGroup>
  326. <ItemGroup>
  327. <Page Include="Views\AccountManagerView.xaml">
  328. <Generator>MSBuild:Compile</Generator>
  329. <SubType>Designer</SubType>
  330. </Page>
  331. <Page Include="Views\AllOrderView\CapitalAccountListView.xaml">
  332. <SubType>Designer</SubType>
  333. <Generator>MSBuild:Compile</Generator>
  334. </Page>
  335. <Page Include="Views\AllOrderView\CapitalAccountListViewEx.xaml">
  336. <SubType>Designer</SubType>
  337. <Generator>MSBuild:Compile</Generator>
  338. </Page>
  339. <Page Include="Views\AllOrderView\MOTradeSum.xaml">
  340. <SubType>Designer</SubType>
  341. <Generator>MSBuild:Compile</Generator>
  342. </Page>
  343. <Page Include="Views\AllOrderView\SPSL\CapitalSPSLListView.xaml">
  344. <SubType>Designer</SubType>
  345. <Generator>MSBuild:Compile</Generator>
  346. </Page>
  347. <Page Include="Views\AllOrderView\CATransactionListView.xaml">
  348. <SubType>Designer</SubType>
  349. <Generator>MSBuild:Compile</Generator>
  350. </Page>
  351. <Page Include="Views\AllOrderView\HistoryOrderQueryView.xaml">
  352. <SubType>Designer</SubType>
  353. <Generator>MSBuild:Compile</Generator>
  354. </Page>
  355. <Page Include="Views\AllOrderView\MOHoldDetailView.xaml">
  356. <SubType>Designer</SubType>
  357. <Generator>MSBuild:Compile</Generator>
  358. </Page>
  359. <Page Include="Views\AllOrderView\MOHoldLstBySummary.xaml">
  360. <SubType>Designer</SubType>
  361. <Generator>MSBuild:Compile</Generator>
  362. </Page>
  363. <Page Include="Views\AllOrderView\MOHoldMoreDetailView.xaml">
  364. <SubType>Form</SubType>
  365. <Generator>MSBuild:Compile</Generator>
  366. </Page>
  367. <Page Include="Views\AllOrderView\MOHoldPositionsView.xaml">
  368. <SubType>Designer</SubType>
  369. <Generator>MSBuild:Compile</Generator>
  370. </Page>
  371. <Page Include="Views\AllOrderView\MOHoldSummaryView.xaml">
  372. <SubType>Designer</SubType>
  373. <Generator>MSBuild:Compile</Generator>
  374. </Page>
  375. <Page Include="Views\AllOrderView\MOMainListHolderView.xaml">
  376. <SubType>Designer</SubType>
  377. <Generator>MSBuild:Compile</Generator>
  378. </Page>
  379. <Page Include="Views\AllOrderView\MOMainListView.xaml">
  380. <SubType>Designer</SubType>
  381. <Generator>MSBuild:Compile</Generator>
  382. </Page>
  383. <Page Include="Views\AllOrderView\SPSL\MOMainSPSLListView.xaml">
  384. <SubType>Designer</SubType>
  385. <Generator>MSBuild:Compile</Generator>
  386. </Page>
  387. <Page Include="Views\AllOrderView\MOOrderDetailView.xaml">
  388. <SubType>Designer</SubType>
  389. <Generator>MSBuild:Compile</Generator>
  390. </Page>
  391. <Page Include="Views\AllOrderView\MOOrderMoreDetailView.xaml">
  392. <SubType>Form</SubType>
  393. <Generator>MSBuild:Compile</Generator>
  394. </Page>
  395. <Page Include="Views\AllOrderView\MOPrePostDetailView.xaml">
  396. <SubType>Designer</SubType>
  397. <Generator>MSBuild:Compile</Generator>
  398. </Page>
  399. <Page Include="Views\AllOrderView\MOPrePostMoreDetailView.xaml">
  400. <SubType>Form</SubType>
  401. <Generator>MSBuild:Compile</Generator>
  402. </Page>
  403. <Page Include="Views\AllOrderView\SPSL\MOSPSLListView.xaml">
  404. <SubType>Designer</SubType>
  405. <Generator>MSBuild:Compile</Generator>
  406. </Page>
  407. <Page Include="Views\AllOrderView\MOTransactionDetailView.xaml">
  408. <SubType>Designer</SubType>
  409. <Generator>MSBuild:Compile</Generator>
  410. </Page>
  411. <Page Include="Views\AllOrderView\MOTransactionListView.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="Views\AllOrderView\MOTransactionMoreDetailView.xaml">
  416. <SubType>Form</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="Views\AmountQueryView.xaml">
  420. <Generator>MSBuild:Compile</Generator>
  421. <SubType>Designer</SubType>
  422. </Page>
  423. <Page Include="Views\CATaAmountLogListView.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="Views\MemberView\MemberAccountView.xaml">
  428. <Generator>MSBuild:Compile</Generator>
  429. <SubType>Designer</SubType>
  430. </Page>
  431. <Page Include="Views\MemberView\MemberPositionView.xaml">
  432. <Generator>MSBuild:Compile</Generator>
  433. <SubType>Designer</SubType>
  434. </Page>
  435. <Page Include="Views\MessagePromptView.xaml">
  436. <Generator>MSBuild:Compile</Generator>
  437. <SubType>Designer</SubType>
  438. </Page>
  439. <Page Include="Views\MsgAlter.xaml">
  440. <Generator>MSBuild:Compile</Generator>
  441. <SubType>Designer</SubType>
  442. </Page>
  443. <Page Include="Views\Notices\NoticesView.xaml">
  444. <SubType>Designer</SubType>
  445. <Generator>MSBuild:Compile</Generator>
  446. </Page>
  447. <Page Include="Views\NoticeView.xaml">
  448. <Generator>MSBuild:Compile</Generator>
  449. <SubType>Designer</SubType>
  450. </Page>
  451. <Page Include="Views\OperateLogView.xaml">
  452. <Generator>MSBuild:Compile</Generator>
  453. <SubType>Designer</SubType>
  454. </Page>
  455. <Page Include="Views\OrderTabView\DealCloseView.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Page Include="Views\OrderTabView\MTCloseOrderView.xaml">
  460. <SubType>Designer</SubType>
  461. <Generator>MSBuild:Compile</Generator>
  462. </Page>
  463. <Page Include="Views\OrderTabView\MTHoldDetailView.xaml">
  464. <SubType>Designer</SubType>
  465. <Generator>MSBuild:Compile</Generator>
  466. </Page>
  467. <Page Include="Views\OrderTabView\MTHoldSummaryView.xaml">
  468. <SubType>Designer</SubType>
  469. <Generator>MSBuild:Compile</Generator>
  470. </Page>
  471. <Page Include="Views\OrderTabView\MTOpenCompleteView.xaml">
  472. <SubType>Designer</SubType>
  473. <Generator>MSBuild:Compile</Generator>
  474. </Page>
  475. <Page Include="Views\OrderTabView\MTOrderDetailView.xaml">
  476. <SubType>Designer</SubType>
  477. <Generator>MSBuild:Compile</Generator>
  478. </Page>
  479. <Page Include="Views\OrderTabView\MTPrePostDetailView.xaml">
  480. <SubType>Designer</SubType>
  481. <Generator>MSBuild:Compile</Generator>
  482. </Page>
  483. <Page Include="Views\OrderView\MHoldSubView.xaml">
  484. <SubType>Designer</SubType>
  485. <Generator>MSBuild:Compile</Generator>
  486. </Page>
  487. <Page Include="Views\OrderView\MHoldSummaryView.xaml">
  488. <SubType>Designer</SubType>
  489. <Generator>MSBuild:Compile</Generator>
  490. </Page>
  491. <Page Include="Views\OrderView\MAccountInfoView.xaml">
  492. <SubType>Designer</SubType>
  493. <Generator>MSBuild:Compile</Generator>
  494. </Page>
  495. <Page Include="Views\OrderView\MCloseOrderView.xaml">
  496. <SubType>Designer</SubType>
  497. <Generator>MSBuild:Compile</Generator>
  498. </Page>
  499. <Page Include="Views\OrderView\MHoldDetailView.xaml">
  500. <SubType>Designer</SubType>
  501. <Generator>MSBuild:Compile</Generator>
  502. </Page>
  503. <Page Include="Views\OrderView\MOpenCompleteView.xaml">
  504. <SubType>Designer</SubType>
  505. <Generator>MSBuild:Compile</Generator>
  506. </Page>
  507. <Page Include="Views\OrderView\MOrderDetailView.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. <Page Include="Views\PrePostDetailView.xaml">
  512. <SubType>Designer</SubType>
  513. <Generator>MSBuild:Compile</Generator>
  514. </Page>
  515. <Page Include="Views\QueryTaAmountLog.xaml">
  516. <SubType>Designer</SubType>
  517. <Generator>MSBuild:Compile</Generator>
  518. </Page>
  519. <Page Include="Views\QueryTaAmountLogListView.xaml">
  520. <SubType>Designer</SubType>
  521. <Generator>MSBuild:Compile</Generator>
  522. </Page>
  523. <Page Include="Views\RiskControlNoticeView.xaml">
  524. <Generator>MSBuild:Compile</Generator>
  525. <SubType>Designer</SubType>
  526. </Page>
  527. <Page Include="Views\RiskControlView.xaml">
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. </Page>
  531. <Page Include="Views\RiskView.xaml">
  532. <Generator>MSBuild:Compile</Generator>
  533. <SubType>Designer</SubType>
  534. </Page>
  535. <Page Include="Views\TradeHeaderView.xaml">
  536. <Generator>MSBuild:Compile</Generator>
  537. <SubType>Designer</SubType>
  538. </Page>
  539. <Page Include="Views\TradeParamSetView.xaml">
  540. <SubType>Designer</SubType>
  541. <Generator>MSBuild:Compile</Generator>
  542. </Page>
  543. <Page Include="Views\TradePWDModifyView.xaml">
  544. <Generator>MSBuild:Compile</Generator>
  545. <SubType>Designer</SubType>
  546. </Page>
  547. </ItemGroup>
  548. <ItemGroup>
  549. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
  550. <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
  551. <Name>Muchinfo.MTPClient.CustomException</Name>
  552. </ProjectReference>
  553. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  554. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  555. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  556. </ProjectReference>
  557. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  558. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  559. <Name>Muchinfo.MTPClient.Resources</Name>
  560. </ProjectReference>
  561. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  562. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  563. <Name>Muchinfo.MTPClient.Data</Name>
  564. </ProjectReference>
  565. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  566. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  567. <Name>Muchinfo.MTPClient.IService</Name>
  568. </ProjectReference>
  569. </ItemGroup>
  570. <ItemGroup />
  571. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  572. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  573. Other similar extension points exist, see Microsoft.Common.targets.
  574. <Target Name="BeforeBuild">
  575. </Target>
  576. <Target Name="AfterBuild">
  577. </Target>
  578. -->
  579. </Project>