Muchinfo.MTPClient.Account.csproj 26 KB

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