MuchInfo.Chart.Data.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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>{9A393243-D39D-4E81-9E2A-E54F80233961}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MuchInfo.Chart.Data</RootNamespace>
  11. <AssemblyName>Client.Chart.Data</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="Newtonsoft.Json">
  44. <HintPath>..\Lib\net4.0\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PresentationCore" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  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="DrawingToolInfo.cs" />
  58. <Compile Include="EnumTypes\ChartLanguageType.cs" />
  59. <Compile Include="EnumTypes\CycleType.cs" />
  60. <Compile Include="EnumTypes\DashStyleType.cs" />
  61. <Compile Include="EnumTypes\DrawingToolPositionType.cs" />
  62. <Compile Include="EnumTypes\DrawingToolType.cs" />
  63. <Compile Include="EnumTypes\GoodsType.cs" />
  64. <Compile Include="EnumTypes\IndicatorAddType.cs" />
  65. <Compile Include="EnumTypes\IndicatorType.cs" />
  66. <Compile Include="EnumTypes\LinePlotType.cs" />
  67. <Compile Include="EnumTypes\PointDotType.cs" />
  68. <Compile Include="EnumTypes\PointerType.cs" />
  69. <Compile Include="EnumTypes\PriceColorType.cs" />
  70. <Compile Include="EnumTypes\VolumeColorType.cs" />
  71. <Compile Include="Interfaces\IBarDataPoint.cs" />
  72. <Compile Include="Interfaces\IDataId.cs" />
  73. <Compile Include="Interfaces\IDateDataPoint.cs" />
  74. <Compile Include="Interfaces\IDeletable.cs" />
  75. <Compile Include="Interfaces\ILineDataPoint.cs" />
  76. <Compile Include="Interfaces\ILineDataSet.cs" />
  77. <Compile Include="Interfaces\IOHLCDataPoint.cs" />
  78. <Compile Include="Interfaces\IToolTipControlProvider.cs" />
  79. <Compile Include="Models\BarDataPoint.cs" />
  80. <Compile Include="Models\FormulaModel.cs" />
  81. <Compile Include="Models\GoodsInfo.cs" />
  82. <Compile Include="Models\IndicatorModel.cs" />
  83. <Compile Include="Models\OHLCDataPoint.cs" />
  84. <Compile Include="Models\ProgramModel.cs" />
  85. <Compile Include="Models\SpaceModel.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="MuchInfo.Chart.WPF.snk" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>