历史数据分析
董斌辉 authored at 2018-02-13 16:14:38
4.69 KiB
Stock
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{520BF7F2-CAA1-4FD7-8B78-FB61E26D1075}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>StockData</RootNamespace>
    <AssemblyName>StockData</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\bin\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="HtmlAgilityPack">
      <HintPath>..\Dll\HtmlAgilityPack.dll</HintPath>
    </Reference>
    <Reference Include="NewLife.Core">
      <HintPath>..\Dll\NewLife.Core.dll</HintPath>
    </Reference>
    <Reference Include="ServiceStack.Common">
      <HintPath>..\Dll\ServiceStack.Common.dll</HintPath>
    </Reference>
    <Reference Include="ServiceStack.Interfaces">
      <HintPath>..\Dll\ServiceStack.Interfaces.dll</HintPath>
    </Reference>
    <Reference Include="ServiceStack.Redis">
      <HintPath>..\Dll\ServiceStack.Redis.dll</HintPath>
    </Reference>
    <Reference Include="ServiceStack.Text">
      <HintPath>..\Dll\ServiceStack.Text.dll</HintPath>
    </Reference>
    <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.Net.Http" />
    <Reference Include="System.Xml" />
    <Reference Include="XCode">
      <HintPath>..\Dll\XCode.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Analysis\Entity\股票分析元数据.Biz.cs" />
    <Compile Include="Analysis\Entity\股票分析元数据.cs" />
    <Compile Include="Analysis\StockHelper.cs" />
    <Compile Include="Entity\指数信息.Biz.cs" />
    <Compile Include="Entity\指数信息.cs" />
    <Compile Include="Entity\板块分类.Biz.cs" />
    <Compile Include="Entity\板块分类.cs" />
    <Compile Include="Entity\股票历史文本数据.Biz.cs" />
    <Compile Include="Entity\股票历史文本数据.cs" />
    <Compile Include="Entity\股票基础信息.Biz.cs" />
    <Compile Include="Entity\股票基础信息.cs" />
    <Compile Include="Entity\股票日数据.Biz.cs" />
    <Compile Include="Entity\股票日数据.cs" />
    <Compile Include="Entity\股票板块信息.Biz.cs" />
    <Compile Include="Entity\股票板块信息.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Analysis\XCoder.log">
      <DependentUpon>XCoder.tt</DependentUpon>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
    </None>
    <None Include="App.config" />
    <None Include="XCoder.log">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>XCoder.tt</DependentUpon>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Analysis\Analysis.xml">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="Analysis\XCoder.tt">
      <Generator>TextTemplatingFileGenerator</Generator>
      <LastGenOutput>XCoder.log</LastGenOutput>
    </Content>
    <Content Include="StockData.xml">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="XCoder.tt">
      <Generator>TextTemplatingFileGenerator</Generator>
      <LastGenOutput>XCoder.log</LastGenOutput>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>