| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{9A393243-D39D-4E81-9E2A-E54F80233961}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MuchInfo.Chart.Data</RootNamespace>
- <AssemblyName>Client.Chart.Data</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>MuchInfo.Chart.WPF.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\Lib\net4.0\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DrawingToolInfo.cs" />
- <Compile Include="EnumTypes\ChartLanguageType.cs" />
- <Compile Include="EnumTypes\CycleType.cs" />
- <Compile Include="EnumTypes\DashStyleType.cs" />
- <Compile Include="EnumTypes\DrawingToolPositionType.cs" />
- <Compile Include="EnumTypes\DrawingToolType.cs" />
- <Compile Include="EnumTypes\GoodsType.cs" />
- <Compile Include="EnumTypes\IndicatorAddType.cs" />
- <Compile Include="EnumTypes\IndicatorType.cs" />
- <Compile Include="EnumTypes\LinePlotType.cs" />
- <Compile Include="EnumTypes\PointDotType.cs" />
- <Compile Include="EnumTypes\PointerType.cs" />
- <Compile Include="EnumTypes\PriceColorType.cs" />
- <Compile Include="EnumTypes\VolumeColorType.cs" />
- <Compile Include="Interfaces\IBarDataPoint.cs" />
- <Compile Include="Interfaces\IDataId.cs" />
- <Compile Include="Interfaces\IDateDataPoint.cs" />
- <Compile Include="Interfaces\IDeletable.cs" />
- <Compile Include="Interfaces\ILineDataPoint.cs" />
- <Compile Include="Interfaces\ILineDataSet.cs" />
- <Compile Include="Interfaces\IOHLCDataPoint.cs" />
- <Compile Include="Interfaces\IToolTipControlProvider.cs" />
- <Compile Include="Models\BarDataPoint.cs" />
- <Compile Include="Models\FormulaModel.cs" />
- <Compile Include="Models\GoodsInfo.cs" />
- <Compile Include="Models\IndicatorModel.cs" />
- <Compile Include="Models\OHLCDataPoint.cs" />
- <Compile Include="Models\ProgramModel.cs" />
- <Compile Include="Models\SpaceModel.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="MuchInfo.Chart.WPF.snk" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|