MuchInfo.Chart.App.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{FF880152-8DAF-4B5F-9DD6-A5521483A789}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MuchInfo.Chart.App</RootNamespace>
  11. <AssemblyName>MuchInfo.Chart.App</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. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. <IsWebBootstrapper>false</IsWebBootstrapper>
  22. <PublishUrl>发布\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <UseVSHostingProcess>true</UseVSHostingProcess>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>none</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <NoWarn>
  57. </NoWarn>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ApplicationIcon>CandlestickChart.ico</ApplicationIcon>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <StartupObject>
  64. </StartupObject>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <SignAssembly>true</SignAssembly>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <AssemblyOriginatorKeyFile>MuchInfo.Chart.WPF.snk</AssemblyOriginatorKeyFile>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=4.1.24.16313, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\Lib\net4.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  76. </Reference>
  77. <Reference Include="GalaSoft.MvvmLight.WPF4, Version=4.1.24.16313, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\Lib\net4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=59d6d24383174ac4, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\Lib\net4.0\Microsoft.Practices.ServiceLocation.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Muchinfo.IO.Compressions">
  86. <HintPath>..\Lib\muchinfo\Muchinfo.IO.Compressions.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Muchinfo.Quote.Contracts">
  89. <HintPath>..\Lib\muchinfo\Muchinfo.Quote.Contracts.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Muchinfo.Quote.Data">
  92. <HintPath>..\Lib\muchinfo\Muchinfo.Quote.Data.dll</HintPath>
  93. </Reference>
  94. <Reference Include="PresentationFramework.Classic" />
  95. <Reference Include="System" />
  96. <Reference Include="System.Configuration" />
  97. <Reference Include="System.Data" />
  98. <Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\Lib\muchinfo\System.Data.SQLite.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Windows.Forms" />
  103. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>..\Lib\net4.0\System.Windows.Interactivity.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Xml" />
  108. <Reference Include="Microsoft.CSharp" />
  109. <Reference Include="System.Core" />
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="System.Xaml">
  113. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  114. </Reference>
  115. <Reference Include="WindowsBase" />
  116. <Reference Include="PresentationCore" />
  117. <Reference Include="PresentationFramework" />
  118. <Reference Include="Xceed.Wpf.Toolkit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  119. <SpecificVersion>False</SpecificVersion>
  120. <HintPath>..\Lib\net4.0\Xceed.Wpf.Toolkit.dll</HintPath>
  121. </Reference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ApplicationDefinition Include="App.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </ApplicationDefinition>
  128. <Compile Include="Converters\ColorConverter.cs" />
  129. <Compile Include="Converters\ComparisonGoodsCommandConverter.cs" />
  130. <Compile Include="Converters\LanguageConverter.cs" />
  131. <Compile Include="Quote\QuoteComponentProxy.cs" />
  132. <Compile Include="Quote\HistoryCycleExtensions.cs" />
  133. <Compile Include="Services\DataService.cs" />
  134. <Compile Include="Services\IDataService.cs" />
  135. <Compile Include="ViewModels\MainViewModel.cs" />
  136. <Compile Include="ViewModels\ViewModelLocator.cs" />
  137. <Page Include="MainWindow.xaml">
  138. <Generator>MSBuild:Compile</Generator>
  139. <SubType>Designer</SubType>
  140. </Page>
  141. <Compile Include="App.xaml.cs">
  142. <DependentUpon>App.xaml</DependentUpon>
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="MainWindow.xaml.cs">
  146. <DependentUpon>MainWindow.xaml</DependentUpon>
  147. <SubType>Code</SubType>
  148. </Compile>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="Properties\AssemblyInfo.cs">
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="Properties\Resources.Designer.cs">
  155. <AutoGen>True</AutoGen>
  156. <DesignTime>True</DesignTime>
  157. <DependentUpon>Resources.resx</DependentUpon>
  158. </Compile>
  159. <Compile Include="Properties\Settings.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Settings.settings</DependentUpon>
  162. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  163. </Compile>
  164. <Content Include="x64\SQLite.Interop.dll">
  165. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="x86\SQLite.Interop.dll">
  168. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  169. </Content>
  170. <EmbeddedResource Include="Properties\Resources.resx">
  171. <Generator>ResXFileCodeGenerator</Generator>
  172. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  173. </EmbeddedResource>
  174. <Content Include="Data\msft.csv">
  175. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="DB\HistoryQuote.db">
  178. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  179. </Content>
  180. <None Include="MuchInfo.Chart.WPF.snk" />
  181. <None Include="Properties\Settings.settings">
  182. <Generator>SettingsSingleFileGenerator</Generator>
  183. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  184. </None>
  185. <AppDesigner Include="Properties\" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="App.config" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\Easychart.Finance.Win\IndexFormula.Finance.Win.csproj">
  192. <Project>{52158822-2033-4d8d-8a16-f19d86300506}</Project>
  193. <Name>IndexFormula.Finance.Win</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\Easychart.Finance\IndexFormula.Finance.csproj">
  196. <Project>{cbbb5f3e-0e14-4ae3-9a90-968e4bdc2c9c}</Project>
  197. <Name>IndexFormula.Finance</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\HistoryComponent\Muchinfo.Quote.HistoryClient\Muchinfo.Quote.HistoryClient.csproj">
  200. <Project>{8d8fa99a-9e34-4925-8109-441a2fb43ba4}</Project>
  201. <Name>Muchinfo.Quote.HistoryClient</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\HistoryComponent\Muchinfo.Quote.SqliteDal\Muchinfo.Quote.SqliteDal.csproj">
  204. <Project>{2750702a-5960-4682-979c-4ca5ceafd546}</Project>
  205. <Name>Muchinfo.Quote.SqliteDal</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\MuchInfo.Chart.DataAccess\MuchInfo.Chart.DataAccess.csproj">
  208. <Project>{c32dedcc-8b9f-48c2-9a8f-177578558993}</Project>
  209. <Name>MuchInfo.Chart.DataAccess</Name>
  210. </ProjectReference>
  211. <ProjectReference Include="..\MuchInfo.Chart.Data\MuchInfo.Chart.Data.csproj">
  212. <Project>{9a393243-d39d-4e81-9e2a-e54f80233961}</Project>
  213. <Name>MuchInfo.Chart.Data</Name>
  214. </ProjectReference>
  215. <ProjectReference Include="..\MuchInfo.Chart.FormulaEdit\MuchInfo.Chart.FormulaEdit.csproj">
  216. <Project>{4a107ff1-669e-4b6e-9343-eee5d3fa0ecb}</Project>
  217. <Name>MuchInfo.Chart.FormulaEdit</Name>
  218. </ProjectReference>
  219. <ProjectReference Include="..\MuchInfo.Chart.Infrastructure\MuchInfo.Chart.Infrastructure.csproj">
  220. <Project>{c22edb97-4a1a-44f7-a08c-9863c86c0e64}</Project>
  221. <Name>MuchInfo.Chart.Infrastructure</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\MuchInfo.Chart.WPF\MuchInfo.Chart.WPF.csproj">
  224. <Project>{76f359df-44cb-4232-b3a2-3b1a26c40b0d}</Project>
  225. <Name>MuchInfo.Chart.WPF</Name>
  226. </ProjectReference>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <Resource Include="CandlestickChart.ico" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  233. <Visible>False</Visible>
  234. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  235. <Install>true</Install>
  236. </BootstrapperPackage>
  237. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  238. <Visible>False</Visible>
  239. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  240. <Install>false</Install>
  241. </BootstrapperPackage>
  242. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  243. <Visible>False</Visible>
  244. <ProductName>.NET Framework 3.5 SP1</ProductName>
  245. <Install>false</Install>
  246. </BootstrapperPackage>
  247. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  248. <Visible>False</Visible>
  249. <ProductName>Windows Installer 4.5</ProductName>
  250. <Install>true</Install>
  251. </BootstrapperPackage>
  252. </ItemGroup>
  253. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  254. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  255. Other similar extension points exist, see Microsoft.Common.targets.
  256. <Target Name="BeforeBuild">
  257. </Target>
  258. <Target Name="AfterBuild">
  259. </Target>
  260. -->
  261. </Project>