| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{0E0F1524-5BCC-4D88-B15E-3349E24E7466}</ProjectGuid>
- <OutputType>library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Muchinfo.MTPClient.Account</RootNamespace>
- <AssemblyName>Client.Account</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Client.DataPager">
- <HintPath>..\..\..\02.Libs\Muchinfo\Client.DataPager.dll</HintPath>
- </Reference>
- <Reference Include="Client.PC.Common">
- <HintPath>..\..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
- </Reference>
- <Reference Include="Client.WPF.Controls">
- <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
- </Reference>
- <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
- <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
- </Reference>
- <Reference Include="GalaSoft.MvvmLight.WPF4">
- <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\..\..\02.Libs\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Practices.ServiceLocation">
- <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
- </Reference>
- <Reference Include="PresentationFramework.Classic" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\02.Libs\System.Windows.Interactivity.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="UIAutomationProvider" />
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="Xceed.Wpf.Toolkit">
- <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="IViewOperate.cs" />
- <Compile Include="MessengerArgs\CloseOrderArgs.cs" />
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <Compile Include="Utilities\AccountMenuService.cs" />
- <Compile Include="Utilities\FocusControl.cs" />
- <Compile Include="Utilities\PowerConverter.cs" />
- <Compile Include="Utilities\UpFlagConverter.cs" />
- <Compile Include="ViewModels\AccountManagerViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\HistoryOrderQueryViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOHoldDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOHoldLstBySummaryViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOHoldMoreDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOHoldSummaryViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOMainListHolderViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOMainListViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOOrderDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOOrderMoreDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOPrePostDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOPrePostMoreDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOSPSLListViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOTransactionDetailViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOTransactionListViewModel.cs" />
- <Compile Include="ViewModels\AllOrderViewModel\MOTransactionMoreDetailViewModel.cs" />
- <Compile Include="ViewModels\AmountQueryViewModel.cs" />
- <Compile Include="ViewModels\AnnouncementMenuService.cs" />
- <Compile Include="ViewModels\DealCloseViewModel.cs" />
- <Compile Include="ViewModels\MarketOrderBase.cs" />
- <Compile Include="ViewModels\MemberViewModel\MemberAccountViewModel.cs" />
- <Compile Include="ViewModels\MemberViewModel\MemberositionViewModel.cs" />
- <Compile Include="ViewModels\Notices\NoticesBase.cs" />
- <Compile Include="ViewModels\Notices\NoticesViewModel.cs" />
- <Compile Include="ViewModels\Notices\TradeMessageViewModel.cs" />
- <Compile Include="ViewModels\NoticeViewModel.cs" />
- <Compile Include="ViewModels\OperateLogViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MAccountInfoViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MCloseOrderViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MHoldDetailViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MHoldSummaryViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MHoldSubViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MOpenCompleteViewModel.cs" />
- <Compile Include="ViewModels\OrderViewModel\MOrderDetailViewModel.cs" />
- <Compile Include="ViewModels\PrePostDetailViewModel.cs" />
- <Compile Include="ViewModels\RegisterMessageBase.cs" />
- <Compile Include="ViewModels\RiskControlNoticeViewModel.cs" />
- <Compile Include="ViewModels\RiskViewModel.cs" />
- <Compile Include="ViewModels\TaAmountLogListViewModel.cs" />
- <Compile Include="ViewModels\TaAmountLogViewModel.cs" />
- <Compile Include="ViewModels\TradeHeaderViewModel.cs" />
- <Compile Include="ViewModels\TradeParamsSetViewModel.cs" />
- <Compile Include="ViewModels\TradePWDModifyViewModel.cs" />
- <Compile Include="Views\AccountManagerView.xaml.cs">
- <DependentUpon>AccountManagerView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\CapitalAccountListView.xaml.cs">
- <DependentUpon>CapitalAccountListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\CapitalAccountListViewEx.xaml.cs">
- <DependentUpon>CapitalAccountListViewEx.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOTradeSum.xaml.cs">
- <DependentUpon>MOTradeSum.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\SPSL\CapitalSPSLListView.xaml.cs">
- <DependentUpon>CapitalSPSLListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\CATransactionListView.xaml.cs">
- <DependentUpon>CATransactionListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\HistoryOrderQueryView.xaml.cs">
- <DependentUpon>HistoryOrderQueryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOHoldDetailView.xaml.cs">
- <DependentUpon>MOHoldDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOHoldLstBySummary.xaml.cs">
- <DependentUpon>MOHoldLstBySummary.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOHoldMoreDetailView.xaml.cs">
- <DependentUpon>MOHoldMoreDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOHoldPositionsView.xaml.cs">
- <DependentUpon>MOHoldPositionsView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOHoldSummaryView.xaml.cs">
- <DependentUpon>MOHoldSummaryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOMainListHolderView.xaml.cs">
- <DependentUpon>MOMainListHolderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOMainListView.xaml.cs">
- <DependentUpon>MOMainListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\SPSL\MOMainSPSLListView.xaml.cs">
- <DependentUpon>MOMainSPSLListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOOrderDetailView.xaml.cs">
- <DependentUpon>MOOrderDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOOrderMoreDetailView.xaml.cs">
- <DependentUpon>MOOrderMoreDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOPrePostDetailView.xaml.cs">
- <DependentUpon>MOPrePostDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOPrePostMoreDetailView.xaml.cs">
- <DependentUpon>MOPrePostMoreDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\SPSL\MOSPSLListView.xaml.cs">
- <DependentUpon>MOSPSLListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOTransactionDetailView.xaml.cs">
- <DependentUpon>MOTransactionDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOTransactionListView.xaml.cs">
- <DependentUpon>MOTransactionListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AllOrderView\MOTransactionMoreDetailView.xaml.cs">
- <DependentUpon>MOTransactionMoreDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\AmountQueryView.xaml.cs">
- <DependentUpon>AmountQueryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\CATaAmountLogListView.xaml.cs">
- <DependentUpon>CATaAmountLogListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MemberView\MemberAccountView.xaml.cs">
- <DependentUpon>MemberAccountView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MemberView\MemberPositionView.xaml.cs">
- <DependentUpon>MemberPositionView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MessagePromptView.xaml.cs">
- <DependentUpon>MessagePromptView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MsgAlter.xaml.cs">
- <DependentUpon>MsgAlter.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\Notices\NoticesView.xaml.cs">
- <DependentUpon>NoticesView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\NoticeView.xaml.cs">
- <DependentUpon>NoticeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OperateLogView.xaml.cs">
- <DependentUpon>OperateLogView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\DealCloseView.xaml.cs">
- <DependentUpon>DealCloseView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTCloseOrderView.xaml.cs">
- <DependentUpon>MTCloseOrderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTHoldDetailView.xaml.cs">
- <DependentUpon>MTHoldDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTHoldSummaryView.xaml.cs">
- <DependentUpon>MTHoldSummaryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTOpenCompleteView.xaml.cs">
- <DependentUpon>MTOpenCompleteView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTOrderDetailView.xaml.cs">
- <DependentUpon>MTOrderDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderTabView\MTPrePostDetailView.xaml.cs">
- <DependentUpon>MTPrePostDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MHoldSubView.xaml.cs">
- <DependentUpon>MHoldSubView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MHoldSummaryView.xaml.cs">
- <DependentUpon>MHoldSummaryView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MAccountInfoView.xaml.cs">
- <DependentUpon>MAccountInfoView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MCloseOrderView.xaml.cs">
- <DependentUpon>MCloseOrderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MHoldDetailView.xaml.cs">
- <DependentUpon>MHoldDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MOpenCompleteView.xaml.cs">
- <DependentUpon>MOpenCompleteView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderView\MOrderDetailView.xaml.cs">
- <DependentUpon>MOrderDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PrePostDetailView.xaml.cs">
- <DependentUpon>PrePostDetailView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\QueryTaAmountLog.xaml.cs">
- <DependentUpon>QueryTaAmountLog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\QueryTaAmountLogListView.xaml.cs">
- <DependentUpon>QueryTaAmountLogListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RiskControlNoticeView.xaml.cs">
- <DependentUpon>RiskControlNoticeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RiskControlView.xaml.cs">
- <DependentUpon>RiskControlView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RiskView.xaml.cs">
- <DependentUpon>RiskView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TradeHeaderView.xaml.cs">
- <DependentUpon>TradeHeaderView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TradeParamSetView.xaml.cs">
- <DependentUpon>TradeParamSetView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\TradePWDModifyView.xaml.cs">
- <DependentUpon>TradePWDModifyView.xaml</DependentUpon>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="Muchinfo.MTPClient.snk" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <AppDesigner Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="Views\AccountManagerView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\AllOrderView\CapitalAccountListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\CapitalAccountListViewEx.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOTradeSum.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\SPSL\CapitalSPSLListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\CATransactionListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\HistoryOrderQueryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOHoldDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOHoldLstBySummary.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOHoldMoreDetailView.xaml">
- <SubType>Form</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOHoldPositionsView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOHoldSummaryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOMainListHolderView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOMainListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\SPSL\MOMainSPSLListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOOrderDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOOrderMoreDetailView.xaml">
- <SubType>Form</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOPrePostDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOPrePostMoreDetailView.xaml">
- <SubType>Form</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\SPSL\MOSPSLListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOTransactionDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOTransactionListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AllOrderView\MOTransactionMoreDetailView.xaml">
- <SubType>Form</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\AmountQueryView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\CATaAmountLogListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MemberView\MemberAccountView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\MemberView\MemberPositionView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\MessagePromptView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\MsgAlter.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\Notices\NoticesView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\NoticeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OperateLogView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OrderTabView\DealCloseView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OrderTabView\MTCloseOrderView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderTabView\MTHoldDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderTabView\MTHoldSummaryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderTabView\MTOpenCompleteView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderTabView\MTOrderDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderTabView\MTPrePostDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MHoldSubView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MHoldSummaryView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MAccountInfoView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MCloseOrderView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MHoldDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MOpenCompleteView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\OrderView\MOrderDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PrePostDetailView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\QueryTaAmountLog.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\QueryTaAmountLogListView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RiskControlNoticeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RiskControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\RiskView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\TradeHeaderView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\TradeParamSetView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\TradePWDModifyView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
- <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
- <Name>Muchinfo.MTPClient.CustomException</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
- <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
- <Name>Muchinfo.MTPClient.Infrastructure</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
- <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
- <Name>Muchinfo.MTPClient.Resources</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
- <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
- <Name>Muchinfo.MTPClient.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
- <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
- <Name>Muchinfo.MTPClient.IService</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|