Muchinfo.MTPClient.Analysis.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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>{068B63C0-0FFA-45A7-B6B0-BBA09E5B9744}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Analysis</RootNamespace>
  11. <AssemblyName>Client.Analysis</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>pdbonly</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. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Client.DataPager">
  63. <HintPath>..\..\..\02.Libs\Muchinfo\Client.DataPager.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Client.PC.Common">
  66. <HintPath>..\..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Client.WPF.Controls">
  69. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Easychart.Finance, Version=0.0.0.0, Culture=neutral, PublicKeyToken=963fc28423c698f8, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\..\02.Libs\Muchinfo.Chart\Easychart.Finance.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Easychart.Finance.Win, Version=0.0.0.0, Culture=neutral, PublicKeyToken=963fc28423c698f8, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\..\02.Libs\Muchinfo.Chart\Easychart.Finance.Win.dll</HintPath>
  78. </Reference>
  79. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  80. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  81. </Reference>
  82. <Reference Include="GalaSoft.MvvmLight.WPF4">
  83. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  84. </Reference>
  85. <Reference Include="log4net">
  86. <HintPath>..\..\..\02.Libs\log4net.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Practices.ServiceLocation">
  89. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  90. </Reference>
  91. <Reference Include="PresentationFramework.Classic" />
  92. <Reference Include="System" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Windows.Forms" />
  96. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  97. <Reference Include="System.Xml" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Core" />
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="System.Data.DataSetExtensions" />
  102. <Reference Include="System.Xaml">
  103. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  104. </Reference>
  105. <Reference Include="WindowsBase" />
  106. <Reference Include="PresentationCore" />
  107. <Reference Include="PresentationFramework" />
  108. <Reference Include="WindowsFormsIntegration" />
  109. <Reference Include="Xceed.Wpf.Toolkit">
  110. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  111. </Reference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="Properties\AssemblyInfo.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="Properties\Resources.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DesignTime>True</DesignTime>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. </Compile>
  122. <Compile Include="Properties\Settings.Designer.cs">
  123. <AutoGen>True</AutoGen>
  124. <DependentUpon>Settings.settings</DependentUpon>
  125. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  126. </Compile>
  127. <Compile Include="Utilities\DataMananer.cs" />
  128. <Compile Include="Utilities\ItemWidthListBox.cs" />
  129. <Compile Include="ViewModels\CChartViewModel.cs" />
  130. <Compile Include="ViewModels\ChartViewModelBase.cs" />
  131. <Compile Include="ViewModels\FormChartViewModel.cs" />
  132. <Compile Include="ViewModels\GoodInfoCommissions.cs" />
  133. <Compile Include="ViewModels\HistoryCommissionsListViewModel.cs" />
  134. <Compile Include="ViewModels\PirceCardViewModel.cs" />
  135. <Compile Include="ViewModels\QuotePriceViewModel.cs" />
  136. <Compile Include="ViewModels\QuoteTikDetailViewModel.cs" />
  137. <Compile Include="ViewModels\SubViewModelBase.cs" />
  138. <Compile Include="Views\CChartView.xaml.cs">
  139. <DependentUpon>CChartView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\FormChartView.xaml.cs">
  142. <DependentUpon>FormChartView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\PriceCard\HistoryCommissionsList.xaml.cs">
  145. <DependentUpon>HistoryCommissionsList.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\PriceCard\PriceCardDiskAskBid.xaml.cs">
  148. <DependentUpon>PriceCardDiskAskBid.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\PriceCard\PriceCardDiskMakeMatch2.xaml.cs">
  151. <DependentUpon>PriceCardDiskMakeMatch2.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\PriceCard\QuotePenItemView.xaml.cs">
  154. <DependentUpon>QuotePenItemView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\PriceCard\QuotePriceView.xaml.cs">
  157. <DependentUpon>QuotePriceView.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\PriceCard\QuoteTikDetailView.xaml.cs">
  160. <DependentUpon>QuoteTikDetailView.xaml</DependentUpon>
  161. </Compile>
  162. <EmbeddedResource Include="Properties\Resources.resx">
  163. <Generator>ResXFileCodeGenerator</Generator>
  164. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  165. </EmbeddedResource>
  166. <None Include="Muchinfo.MTPClient.snk" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. <AppDesigner Include="Properties\" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Page Include="Views\CChartView.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="Views\FormChartView.xaml">
  179. <Generator>MSBuild:Compile</Generator>
  180. <SubType>Designer</SubType>
  181. </Page>
  182. <Page Include="Views\PriceCard\HistoryCommissionsList.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="Views\PriceCard\PriceCardDiskAskBid.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="Views\PriceCard\PriceCardDiskMakeMatch2.xaml">
  191. <Generator>MSBuild:Compile</Generator>
  192. <SubType>Designer</SubType>
  193. </Page>
  194. <Page Include="Views\PriceCard\QuotePenItemView.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="Views\PriceCard\QuotePriceView.xaml">
  199. <Generator>MSBuild:Compile</Generator>
  200. <SubType>Designer</SubType>
  201. </Page>
  202. <Page Include="Views\PriceCard\QuoteTikDetailView.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  209. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  210. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  213. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  214. <Name>Muchinfo.MTPClient.Resources</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  217. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  218. <Name>Muchinfo.MTPClient.Data</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  221. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  222. <Name>Muchinfo.MTPClient.IService</Name>
  223. </ProjectReference>
  224. </ItemGroup>
  225. <ItemGroup>
  226. <COMReference Include="FINANCEPRICELib">
  227. <Guid>{239D383A-6774-4DC1-BA7E-93ED49774010}</Guid>
  228. <VersionMajor>1</VersionMajor>
  229. <VersionMinor>0</VersionMinor>
  230. <Lcid>0</Lcid>
  231. <WrapperTool>tlbimp</WrapperTool>
  232. <Isolated>False</Isolated>
  233. <EmbedInteropTypes>False</EmbedInteropTypes>
  234. </COMReference>
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  238. Other similar extension points exist, see Microsoft.Common.targets.
  239. <Target Name="BeforeBuild">
  240. </Target>
  241. <Target Name="AfterBuild">
  242. </Target>
  243. -->
  244. </Project>