Muchinfo.MTPClient.Trade.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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>{D5C79D3D-B585-4802-8994-D2C77E5E86C3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Trade</RootNamespace>
  11. <AssemblyName>Client.Trade</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. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <StartupObject />
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <SignAssembly>true</SignAssembly>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  49. <DebugSymbols>true</DebugSymbols>
  50. <OutputPath>bin\x86\Debug\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <DebugType>full</DebugType>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  58. <OutputPath>bin\x86\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="Client.WPF.Controls">
  67. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  68. </Reference>
  69. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=4.1.24.16313, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  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="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=59d6d24383174ac4, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\..\..\02.Libs\System.Windows.Interactivity.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Xml" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="System.Xaml">
  94. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  95. </Reference>
  96. <Reference Include="WindowsBase" />
  97. <Reference Include="PresentationCore" />
  98. <Reference Include="PresentationFramework" />
  99. <Reference Include="Xceed.Wpf.Toolkit">
  100. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Properties\AssemblyInfo.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. <Compile Include="Properties\Settings.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Settings.settings</DependentUpon>
  115. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  116. </Compile>
  117. <Compile Include="Utilities\FocusControl.cs" />
  118. <Compile Include="ViewModels\BidPayTradeViewModel.cs" />
  119. <Compile Include="ViewModels\BidTradeViewModel.cs" />
  120. <Compile Include="ViewModels\ChannelTradeViewMode.cs" />
  121. <Compile Include="ViewModels\ERMCP\HedgingEntrustViewModel.cs" />
  122. <Compile Include="ViewModels\MarketTradeViewModel.cs" />
  123. <Compile Include="ViewModels\MixPayTradeViewModel.cs" />
  124. <Compile Include="ViewModels\MixTradeViewModel.cs" />
  125. <Compile Include="ViewModels\QuickOrderViewModel.cs" />
  126. <Compile Include="ViewModels\SaleTradeViewModel.cs" />
  127. <Compile Include="ViewModels\TradeBaseViewModel.cs" />
  128. <Compile Include="ViewModels\TradeListingFullViewModel.cs" />
  129. <Compile Include="ViewModels\TradeListingViewModel.cs" />
  130. <Compile Include="ViewModels\TradeOrderViewModel.cs" />
  131. <Compile Include="ViewModels\Unified\BidFullPayOrderViewModel.cs" />
  132. <Compile Include="ViewModels\Unified\BidOrderViewModel.cs" />
  133. <Compile Include="ViewModels\Unified\EntrustOrderBase.cs" />
  134. <Compile Include="ViewModels\Unified\EntrustOrderViewModel.cs" />
  135. <Compile Include="ViewModels\Unified\MakeMarketOrderViewModel.cs" />
  136. <Compile Include="ViewModels\Unified\MixOrderViewModel.cs" />
  137. <Compile Include="ViewModels\Unified\SaleGoodsOrderViewModel.cs" />
  138. <Compile Include="Views\EntrustOrderFrame.xaml.cs">
  139. <DependentUpon>EntrustOrderFrame.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\EntrustOrderView.xaml.cs">
  142. <DependentUpon>EntrustOrderView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\ERMCP\HedgingEntrustWindow.xaml.cs">
  145. <DependentUpon>HedgingEntrustWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\OrderContent.xaml.cs">
  148. <DependentUpon>OrderContent.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\OrderFloatView.xaml.cs">
  151. <DependentUpon>OrderFloatView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\QuickOrderBar.xaml.cs">
  154. <DependentUpon>QuickOrderBar.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\SPSLView.xaml.cs">
  157. <DependentUpon>SPSLView.xaml</DependentUpon>
  158. </Compile>
  159. <EmbeddedResource Include="Properties\Resources.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. <None Include="Muchinfo.MTPClient.snk" />
  164. <None Include="Properties\Settings.settings">
  165. <Generator>SettingsSingleFileGenerator</Generator>
  166. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  167. </None>
  168. <AppDesigner Include="Properties\" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Page Include="Views\EntrustOrderFrame.xaml">
  172. <SubType>Designer</SubType>
  173. <Generator>MSBuild:Compile</Generator>
  174. </Page>
  175. <Page Include="Views\EntrustOrderView.xaml">
  176. <SubType>Designer</SubType>
  177. <Generator>MSBuild:Compile</Generator>
  178. </Page>
  179. <Page Include="Views\ERMCP\HedgingEntrustWindow.xaml">
  180. <SubType>Designer</SubType>
  181. <Generator>MSBuild:Compile</Generator>
  182. </Page>
  183. <Page Include="Views\OrderContent.xaml">
  184. <SubType>Designer</SubType>
  185. <Generator>MSBuild:Compile</Generator>
  186. </Page>
  187. <Page Include="Views\OrderFloatView.xaml">
  188. <SubType>Designer</SubType>
  189. <Generator>MSBuild:Compile</Generator>
  190. </Page>
  191. <Page Include="Views\QuickOrderBar.xaml">
  192. <SubType>Designer</SubType>
  193. <Generator>MSBuild:Compile</Generator>
  194. </Page>
  195. <Page Include="Views\SPSLView.xaml">
  196. <SubType>Designer</SubType>
  197. <Generator>MSBuild:Compile</Generator>
  198. </Page>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  202. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  203. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  206. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  207. <Name>Muchinfo.MTPClient.Resources</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  210. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  211. <Name>Muchinfo.MTPClient.Data</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  214. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  215. <Name>Muchinfo.MTPClient.IService</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Service\Muchinfo.MTPClient.Service.csproj">
  218. <Project>{1a680b25-1e0f-4485-a3cf-df194f395014}</Project>
  219. <Name>Muchinfo.MTPClient.Service</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\Muchinfo.MTPClient.Bank\Muchinfo.MTPClient.Bank.csproj">
  222. <Project>{BB40C679-5DC1-4062-8E6F-54C04B4D5CF0}</Project>
  223. <Name>Muchinfo.MTPClient.Bank</Name>
  224. </ProjectReference>
  225. </ItemGroup>
  226. <ItemGroup />
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  229. Other similar extension points exist, see Microsoft.Common.targets.
  230. <Target Name="BeforeBuild">
  231. </Target>
  232. <Target Name="AfterBuild">
  233. </Target>
  234. -->
  235. </Project>