<?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>{30736711-9B5E-4BC4-A9B7-EAB29C6A3E00}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>GasolineBlend.DAL</RootNamespace>
|
<AssemblyName>GasolineBlend.DAL</AssemblyName>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
</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>
|
<ItemGroup>
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.3.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
<HintPath>..\packages\BouncyCastle.1.8.3.1\lib\BouncyCastle.Crypto.dll</HintPath>
|
</Reference>
|
<Reference Include="Dapper, Version=1.50.5.0, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\Dapper.1.50.5\lib\net451\Dapper.dll</HintPath>
|
</Reference>
|
<Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
<HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="MySql.Data, Version=8.0.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
<HintPath>..\packages\MySql.Data.8.0.11\lib\net452\MySql.Data.dll</HintPath>
|
</Reference>
|
<Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
<HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
|
</Reference>
|
<Reference Include="SqlSugar, Version=5.1.4.72, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\SqlSugar.5.1.4.72\lib\SqlSugar.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
</Reference>
|
<Reference Include="System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration.Install" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing.Design" />
|
<Reference Include="System.Management" />
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Numerics" />
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Transactions" />
|
<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" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="AccountDAL.cs" />
|
<Compile Include="AccountGroupDAL.cs" />
|
<Compile Include="EnterpriseInformationDAL.cs" />
|
<Compile Include="DefaultCompanyDAL.cs" />
|
<Compile Include="PushDataDAL.cs" />
|
<Compile Include="OrderDataDAL.cs" />
|
<Compile Include="UserPackageDataDAL.cs" />
|
<Compile Include="SubsidyInquiryRecordDAL.cs" />
|
<Compile Include="SubsidizedCompaniesDAL.cs" />
|
<Compile Include="ChatHistoryDAL.cs" />
|
<Compile Include="CollectArticleDAL.cs" />
|
<Compile Include="StarAgentDAL.cs" />
|
<Compile Include="AreaDataDAL.cs" />
|
<Compile Include="AgentDataDAL.cs" />
|
<Compile Include="SubsidyDataDAL.cs" />
|
<Compile Include="ArticleDataDAL.cs" />
|
<Compile Include="AssessAnalysisDAL.cs" />
|
<Compile Include="AssessCapitalDAL.cs" />
|
<Compile Include="AssessCapitalExDAL.cs" />
|
<Compile Include="AssessCapitalOperateDAL.cs" />
|
<Compile Include="AssessCapitalOperateExDAL.cs" />
|
<Compile Include="AssessDebtDAL.cs" />
|
<Compile Include="AssessDebtExDAL.cs" />
|
<Compile Include="AssessDebtOutDAL.cs" />
|
<Compile Include="AssessDepreciationDAL.cs" />
|
<Compile Include="AssessFileDAL.cs" />
|
<Compile Include="AssessGageDAL.cs" />
|
<Compile Include="AssessGageTableDAL.cs" />
|
<Compile Include="AssessTableDAL.cs" />
|
<Compile Include="AssessTableExDAL.cs" />
|
<Compile Include="AssessTaxAddedDAL.cs" />
|
<Compile Include="AssessTaxDAL.cs" />
|
<Compile Include="AssessTaxIncomeDAL.cs" />
|
<Compile Include="AssureInnerDAL.cs" />
|
<Compile Include="AssureOutTableDAL.cs" />
|
<Compile Include="AssurePledgeDAL.cs" />
|
<Compile Include="AssurePledgeInnerDAL.cs" />
|
<Compile Include="BaseAlarmDAL.cs" />
|
<Compile Include="BaseFRDAL.cs" />
|
<Compile Include="BaseMySQLDAL.cs" />
|
<Compile Include="BaseNewsDAL.cs" />
|
<Compile Include="BaseSPMDAL.cs" />
|
<Compile Include="BaseStockDAL.cs" />
|
<Compile Include="BaseTushareDAL.cs" />
|
<Compile Include="BaseWXDAL.cs" />
|
<Compile Include="BaseXTDAL.cs" />
|
<Compile Include="BaseZdwDAL.cs" />
|
<Compile Include="CashFlowExDAL.cs" />
|
<Compile Include="ChinaStockDAL.cs" />
|
<Compile Include="ComCheckTableDAL.cs" />
|
<Compile Include="ComDynamicDAL.cs" />
|
<Compile Include="ComFileAffDAL.cs" />
|
<Compile Include="ComItemTableDAL.cs" />
|
<Compile Include="ComRegionMonitorDAL.cs" />
|
<Compile Include="ComMonitorDAL.cs" />
|
<Compile Include="DepartmentDataDAL.cs" />
|
<Compile Include="MkCompanyTableDAL.cs" />
|
<Compile Include="CompanyZDDAL.cs" />
|
<Compile Include="ComRemindEmailDAL.cs" />
|
<Compile Include="ComRemindRuleDAL.cs" />
|
<Compile Include="ComShareOneDAL.cs" />
|
<Compile Include="ComSiteSupDAL.cs" />
|
<Compile Include="ComSpotCheckDAL.cs" />
|
<Compile Include="EvaIndustryMgtDAL.cs" />
|
<Compile Include="EvaNatureCorDAL.cs" />
|
<Compile Include="EvaRecallPayParaExDAL.cs" />
|
<Compile Include="EvaRegoinMapDAL.cs" />
|
<Compile Include="EvaReportExDAL.cs" />
|
<Compile Include="EvaSubAPRExDAL.cs" />
|
<Compile Include="EvaSubAttributionExDAL.cs" />
|
<Compile Include="EvaSubjectExDAL.cs" />
|
<Compile Include="FinBalanceSheetDAL.cs" />
|
<Compile Include="BaseDAL.cs" />
|
<Compile Include="FinBalanceSheetExDAL.cs" />
|
<Compile Include="FinCapitalInfoDAL.cs" />
|
<Compile Include="FinCapitalInfoExDAL.cs" />
|
<Compile Include="FinCashFlowTableDAL.cs" />
|
<Compile Include="DebtCategoryDAL.cs" />
|
<Compile Include="AssessGeneralInfoDAL.cs" />
|
<Compile Include="FinCashFlowTableExDAL.cs" />
|
<Compile Include="FinCashFlowTableSupDAL.cs" />
|
<Compile Include="FinConfigExDAL.cs" />
|
<Compile Include="FinCourseTitleExDAL.cs" />
|
<Compile Include="FinCustomAffDAL.cs" />
|
<Compile Include="FinCustomAffExDAL.cs" />
|
<Compile Include="FinDebtInfoDAL.cs" />
|
<Compile Include="FinConfigDAL.cs" />
|
<Compile Include="FinDebtInfoExDAL.cs" />
|
<Compile Include="FinFileAffExDAL.cs" />
|
<Compile Include="FinGeneralAffDAL.cs" />
|
<Compile Include="FinGeneralAffExDAL.cs" />
|
<Compile Include="FinOwnerChangeEquityDAL.cs" />
|
<Compile Include="FinProfitTableExDAL.cs" />
|
<Compile Include="FinSpecialAffDAL.cs" />
|
<Compile Include="FinSpecialAffExDAL.cs" />
|
<Compile Include="FRMReportInfoDAL.cs" />
|
<Compile Include="GetPagingDAL.cs" />
|
<Compile Include="IndustryDAL.cs" />
|
<Compile Include="InfoCashFlowDAL.cs" />
|
<Compile Include="InfoCashFlowExDAL.cs" />
|
<Compile Include="InfoInputOutputDAL.cs" />
|
<Compile Include="InfoProductGroupDAL.cs" />
|
<Compile Include="InfoProductMapDAL.cs" />
|
<Compile Include="LawAbnormalDAL.cs" />
|
<Compile Include="LawSuitDAL.cs" />
|
<Compile Include="CashFlowDAL.cs" />
|
<Compile Include="MkAccReceivableAssignedDAL.cs" />
|
<Compile Include="MkCAPRevDAL.cs" />
|
<Compile Include="MkFinanceLeaseDAL.cs" />
|
<Compile Include="MkFinanceLeaseLtdDAL.cs" />
|
<Compile Include="MkImportRecordDAL.cs" />
|
<Compile Include="MkPledgeRevDAL.cs" />
|
<Compile Include="MkProductionEquipmentDAL.cs" />
|
<Compile Include="MkReceivablesPledgeDAL.cs" />
|
<Compile Include="MkTitleRetentionDAL.cs" />
|
<Compile Include="MkTrustTableDAL.cs" />
|
<Compile Include="MkYongYi_Product_InfoDAL.cs" />
|
<Compile Include="MonPlanTableDAL.cs" />
|
<Compile Include="MonRecycleTableDAL.cs" />
|
<Compile Include="MonRemindEmailDAL.cs" />
|
<Compile Include="MonRemindRuleDAL.cs" />
|
<Compile Include="MonShareOneDAL.cs" />
|
<Compile Include="OutRateDAL.cs" />
|
<Compile Include="FinProfitTableDAL.cs" />
|
<Compile Include="FinProfilePanelDAL.cs" />
|
<Compile Include="PageRouteDAL.cs" />
|
<Compile Include="ProjectDAL.cs" />
|
<Compile Include="ProjectExDAL.cs" />
|
<Compile Include="ProjStateChangeDAL.cs" />
|
<Compile Include="ProjStateChangeExDAL.cs" />
|
<Compile Include="ProjStateDAL.cs" />
|
<Compile Include="ProjStateFlowDAL.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="PropertyInfoDAL.cs" />
|
<Compile Include="PropertyInfoExDAL.cs" />
|
<Compile Include="QccSearchInfoDAL.cs" />
|
<Compile Include="RateAssetRecoverDAL.cs" />
|
<Compile Include="RateBaseDAL.cs" />
|
<Compile Include="RateCompanyDAL.cs" />
|
<Compile Include="RateGradeDAL.cs" />
|
<Compile Include="RecoverPlanDAL.cs" />
|
<Compile Include="ReferenceDataDAL.cs" />
|
<Compile Include="RegionInfoDAL.cs" />
|
<Compile Include="ReportFalseDataDAL.cs" />
|
<Compile Include="ReportHistoryDAL.cs" />
|
<Compile Include="ReportMapDAL.cs" />
|
<Compile Include="RightChangePlanDAL.cs" />
|
<Compile Include="RightStockDAL.cs" />
|
<Compile Include="RmcAccountingFirmDAL.cs" />
|
<Compile Include="RmcCapitalDAL.cs" />
|
<Compile Include="RmcCashFlowSupYearTotalDAL.cs" />
|
<Compile Include="RmcCashFlowTableDAL.cs" />
|
<Compile Include="RmcCashFlowTableSupDAL.cs" />
|
<Compile Include="RmcCashFlowYearTotalDAL.cs" />
|
<Compile Include="RmcCustomAffDAL.cs" />
|
<Compile Include="RmcDebtInfoDAL.cs" />
|
<Compile Include="RmcFileAffDAL.cs" />
|
<Compile Include="RmcFileDAL.cs" />
|
<Compile Include="RmcFinancialRiskDAL.cs" />
|
<Compile Include="RmcFinancialTargetDAL.cs" />
|
<Compile Include="RmcGeneralAffDAL.cs" />
|
<Compile Include="RmcLibraryDAL.cs" />
|
<Compile Include="RmcManagementReportDAL.cs" />
|
<Compile Include="RmcOwnerChangeEquityDAL.cs" />
|
<Compile Include="RmcPowerDAL.cs" />
|
<Compile Include="RmcProfitTableDAL.cs" />
|
<Compile Include="RmcProfitYearTotalDAL.cs" />
|
<Compile Include="RmcQualitySystemDAL.cs" />
|
<Compile Include="RmcShareOneDAL.cs" />
|
<Compile Include="RmcSpecialAffDAL.cs" />
|
<Compile Include="RmcWindReportDAL.cs" />
|
<Compile Include="SubjectDAL.cs" />
|
<Compile Include="SubjectExDAL.cs" />
|
<Compile Include="SubjectGroupDAL.cs" />
|
<Compile Include="FinFileAffDAL.cs" />
|
<Compile Include="SubjectGroupExDAL.cs" />
|
<Compile Include="TushareMajorNewsDAL.cs" />
|
<Compile Include="TushareNewsDAL.cs" />
|
<Compile Include="TushareReportDAL.cs" />
|
<Compile Include="UpdateZDWDAL.cs" />
|
<Compile Include="VoteDAL.cs" />
|
<Compile Include="VoteExDAL.cs" />
|
<Compile Include="WaterfallInnerDAL.cs" />
|
<Compile Include="WaterfallTableDAL.cs" />
|
<Compile Include="CrawlerMonitorDAL.cs" />
|
<Compile Include="WxUserDAL.cs" />
|
<Compile Include="YongYiTrustDAL.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
<None Include="packages.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\CommonHelper\CommonHelper.csproj">
|
<Project>{98E03923-98C9-4EB5-86DE-F0EB253E86BE}</Project>
|
<Name>CommonHelper</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\GasolineBlend.Entity\GasolineBlend.Entity.csproj">
|
<Project>{9C5C5149-C157-4161-84A6-089C6365768F}</Project>
|
<Name>GasolineBlend.Entity</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|