MuchInfo.Chart.DataAdapter.csproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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>{F0D7A64E-E20C-48E5-9A59-D2B7A8692033}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MuchInfo.Chart.DataAdapter</RootNamespace>
  11. <AssemblyName>MuchInfo.Chart.DataAdapter</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>SAK</SccProjectName>
  15. <SccLocalPath>SAK</SccLocalPath>
  16. <SccAuxPath>SAK</SccAuxPath>
  17. <SccProvider>SAK</SccProvider>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. </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. </PropertyGroup>
  36. <PropertyGroup>
  37. <SignAssembly>true</SignAssembly>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <AssemblyOriginatorKeyFile>MuchInfo.Chart.WPF.snk</AssemblyOriginatorKeyFile>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="PresentationCore" />
  44. <Reference Include="PresentationFramework" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="WindowsBase" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="DataPointMananer.cs" />
  58. <Compile Include="DataService.cs" />
  59. <Compile Include="IDataService.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\Easychart.Finance.Win\IndexFormula.Finance.Win.csproj">
  64. <Project>{52158822-2033-4d8d-8a16-f19d86300506}</Project>
  65. <Name>IndexFormula.Finance.Win</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\Easychart.Finance\IndexFormula.Finance.csproj">
  68. <Project>{cbbb5f3e-0e14-4ae3-9a90-968e4bdc2c9c}</Project>
  69. <Name>IndexFormula.Finance</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\MuchInfo.Chart.Data\MuchInfo.Chart.Data.csproj">
  72. <Project>{9a393243-d39d-4e81-9e2a-e54f80233961}</Project>
  73. <Name>MuchInfo.Chart.Data</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="MuchInfo.Chart.WPF.snk" />
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. </Project>