<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.30703</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{DA3C96E5-9358-4BE5-95D2-F3138B7A1439}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>HH.WMS.DAL</RootNamespace>
|
<AssemblyName>HH.WMS.DAL</AssemblyName>
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<SccProjectName>
|
</SccProjectName>
|
<SccLocalPath>
|
</SccLocalPath>
|
<SccAuxPath>
|
</SccAuxPath>
|
<SccProvider>
|
</SccProvider>
|
<TargetFrameworkProfile />
|
</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>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
<Prefer32Bit>false</Prefer32Bit>
|
</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>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Dapper">
|
<HintPath>..\LIB\Dapper.dll</HintPath>
|
</Reference>
|
<Reference Include="DapperExtensions">
|
<HintPath>..\LIB\DapperExtensions.dll</HintPath>
|
</Reference>
|
<Reference Include="HanHe.Utility">
|
<HintPath>..\LIB\HH\HanHe.Utility.dll</HintPath>
|
</Reference>
|
<Reference Include="HH.MData, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\LIB\Mongo\HH.MData.dll</HintPath>
|
</Reference>
|
<Reference Include="HH.Redis">
|
<HintPath>..\LIB\Redis\HH.Redis.dll</HintPath>
|
</Reference>
|
<Reference Include="MongoDB.Bson">
|
<HintPath>..\LIB\Mongo\MongoDB.Bson.dll</HintPath>
|
</Reference>
|
<Reference Include="MongoDB.Driver">
|
<HintPath>..\LIB\Mongo\MongoDB.Driver.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data.OracleClient" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Algorithm\In_AlgorDAL.cs" />
|
<Compile Include="Algorithm\Out_AlgorDAL.cs" />
|
<Compile Include="Algorithm\TN_WMS_AREADAL.cs" />
|
<Compile Include="Algorithm\TN_WMS_LOCATIONDAL.cs" />
|
<Compile Include="AllQuery\ReportDal.cs" />
|
<Compile Include="Check\TN_WM_CHECK_WXYSDAL.cs" />
|
<Compile Include="ErpDapperDAL.cs" />
|
<Compile Include="ErpBaseDAL.cs" />
|
<Compile Include="Basic\TN_AB_B_ITEM_PRICEDAL.cs" />
|
<Compile Include="Basic\TN_WMS_STAOCKDAL.cs" />
|
<Compile Include="AllQuery\InventoryDal.cs" />
|
<Compile Include="BaseDAL.cs" />
|
<Compile Include="Basic\MONGO_OP_LOGDAL.cs" />
|
<Compile Include="Basic\MONGO_PRINT_BARCODEDAL.cs" />
|
<Compile Include="Basic\TN_AB_B_ITEM_SAFETYDAL.cs" />
|
<Compile Include="Basic\TN_AB_B_NUMRULEDAL.cs" />
|
<Compile Include="Basic\TN_AB_B_STOCK_AREADAL.cs" />
|
<Compile Include="Basic\TN_AB_CUSTOMERDAL.cs" />
|
<Compile Include="Basic\TN_AB_STOCK_LOCATIONDAL.cs" />
|
<Compile Include="Basic\TN_AB_SUPPLIERDAL.cs" />
|
<Compile Include="Basic\TN_WMS_ITEMDAL.cs" />
|
<Compile Include="Basic\TN_WM_B_STOCK_QTYDAL.cs" />
|
<Compile Include="Basic\TN_WM_B_STRATEGYDAL.cs" />
|
<Compile Include="Basic\TN_WM_B_TRAY_INFODAL.cs" />
|
<Compile Include="Basic\TN_WM_B_UNIQUE_BARCODEDAL.cs" />
|
<Compile Include="Basic\TN_WM_LOCATION_EXTDAL.cs" />
|
<Compile Include="Basic\TN_WM_LOGISTICS_TEMPLET_RELDAL.cs" />
|
<Compile Include="Basic\TN_WM_LOT_INFODAL.cs" />
|
<Compile Include="Basic\TN_WM_OPERATION_TYPEDAL.cs" />
|
<Compile Include="Basic\TN_WM_PRINT_TASKDAL.cs" />
|
<Compile Include="Basic\TN_WM_PRINT_TEMPLETDAL.cs" />
|
<Compile Include="Check\TN_WM_CHECK_LISTDAL.cs" />
|
<Compile Include="Check\TN_WM_CHECK_DTLDAL.cs" />
|
<Compile Include="Check\TN_WM_CHECK_MSTDAL.cs" />
|
<Compile Include="ComDbType.cs" />
|
<Compile Include="CommonUseSqlFormat.cs" />
|
<Compile Include="Common\GeneralDAL.cs" />
|
<Compile Include="Common\MagicDAL.cs" />
|
<Compile Include="Common\MONGO_KEYTYPE_MAPDAL.cs" />
|
<Compile Include="Common\TN_WM_MONGODAL.cs" />
|
<Compile Include="CoreServer\BasicDataDAL.cs" />
|
<Compile Include="CoreServer\ComDbType.cs" />
|
<Compile Include="CoreServer\CommonUseSqlFormat.cs" />
|
<Compile Include="CoreServer\InDataDAL.cs" />
|
<Compile Include="CoreServer\MongoDAL.cs" />
|
<Compile Include="CoreServer\OutDataDAL.cs" />
|
<Compile Include="CoreServer\TN_WM_B_STRATEGYDAL.cs" />
|
<Compile Include="CoreServer\WaveServiceDAL.cs" />
|
<Compile Include="CoreServer\WebApiManager.cs" />
|
<Compile Include="DALCreator.cs" />
|
<Compile Include="DAOManager.cs" />
|
<Compile Include="DapperBaseDAL.cs" />
|
<Compile Include="ErpDapperBaseDAL.cs" />
|
<Compile Include="DapperDAL.cs" />
|
<Compile Include="ERP\TN_ER_COMBINE_CAGE_HISTORYDAL.cs" />
|
<Compile Include="ERP\MiddleLibraryDAL.cs" />
|
<Compile Include="ERP\TN_ER_CAR_POUNDDAL.cs" />
|
<Compile Include="External\ExecuteStateDAL.cs" />
|
<Compile Include="External\ExternalDAL.cs" />
|
<Compile Include="External\CallMaterialTaskDAL.cs" />
|
<Compile Include="External\TN_AB_B_WORK_AREA_PRODAL.cs" />
|
<Compile Include="External\TN_AB_ITEMDAL.cs" />
|
<Compile Include="External\TN_WM_B_AREA_QTYDAL.cs" />
|
<Compile Include="External\TN_WM_B_LOCATION_CHANGEDAL.cs" />
|
<Compile Include="External\TN_WM_B_OBJ_INOUTDAL.cs" />
|
<Compile Include="External\TN_WM_B_STOCK_QTYDAL.cs" />
|
<Compile Include="External\TN_WM_B_TRAY_ITEM_RELDAL.cs" />
|
<Compile Include="Func\CommonDAL.cs" />
|
<Compile Include="Basic\TN_WM_B_AREA_QTYDAL.cs" />
|
<Compile Include="InStock\TN_WM_ARRIVALDAL.cs" />
|
<Compile Include="InStock\TN_WM_B_TRAY_ITEM_RELDAL.cs" />
|
<Compile Include="InStock\TN_WM_B_TRAY_LOCATIONDAL.cs" />
|
<Compile Include="InStock\TN_WM_INCREASE_INVENTORYDAL.cs" />
|
<Compile Include="InStock\TN_WM_HKINDAL.cs" />
|
<Compile Include="InStock\TN_WM_INDAL.cs" />
|
<Compile Include="InStock\TN_WM_INSPECTDAL.cs" />
|
<Compile Include="InStock\TN_WM_ITEMBACK_MSTDAL.cs" />
|
<Compile Include="MoveStock\MoveStockTaskDAL.cs" />
|
<Compile Include="MoveStock\TN_WM_B_MOVE_RESULTDAL.cs" />
|
<Compile Include="MoveStock\TN_WM_MOVE_DTLDAL.cs" />
|
<Compile Include="MoveStock\TN_WM_MOVE_MSTDAL.cs" />
|
<Compile Include="OutStock\OutStockDAL.cs" />
|
<Compile Include="OutStock\TN_WM_ORDER_SORTING_RELDAL.cs" />
|
<Compile Include="OutStock\TN_WM_OUT_MSTDAL.cs" />
|
<Compile Include="OutStock\TN_WM_REDUCE_INVENTORYDAL.cs" />
|
<Compile Include="OutStock\TN_WM_SHIPPING_NOTIFYDAL.cs" />
|
<Compile Include="OutStock\TN_WM_SORTING_LISTDAL.cs" />
|
<Compile Include="OutStock\TN_WM_WAVE_MSTDAL.cs" />
|
<Compile Include="OutStock\TN_WM_WORK_AREA_PRODAL.cs" />
|
<Compile Include="Pda\YsApiDAL.cs" />
|
<Compile Include="Pda\SaveMoveStockDto.cs" />
|
<Compile Include="Pda\NtApiDAL.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="SysMgr\TN_WM_B_STRATEGYDAL.cs" />
|
<Compile Include="SysMgr\TN_WM_B_STRATEGY_DEFDAL.cs" />
|
<Compile Include="SysMgr\TN_WM_B_TRAY_CAPACITYDAL.cs" />
|
<Compile Include="SysMgr\TN_WM_TASKDAL.cs" />
|
<Compile Include="SysMgr\TN_WM_TRAY_LOGICDAL.cs" />
|
<Compile Include="SysMgr\TN_WM_UP_HISTORYDAL.cs" />
|
<Compile Include="TestDAL.cs" />
|
<Compile Include="Tzlj\MesStackTrayDAL.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
<None Include="packages.config" />
|
<None Include="Properties\vssver2.scc" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\HH.WMS.Common\HH.WMS.Common.csproj">
|
<Project>{b260ce7a-b1bc-4647-b2f1-1b7ee44efca9}</Project>
|
<Name>HH.WMS.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\HH.WMS.Entitys\HH.WMS.Entitys.csproj">
|
<Project>{2e757ab9-07bc-4b1f-83c7-a5ef7a8c6f39}</Project>
|
<Name>HH.WMS.Entitys</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="目录说明.txt" />
|
</ItemGroup>
|
<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>
|