Muchinfo.MTPClient.Analysis.csproj 10 KB

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