<?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.AMS.DAL</RootNamespace>
|
<AssemblyName>HH.AMS.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>false</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Hanhe.iWCS.Common">
|
<HintPath>..\LIB\WCS\Hanhe.iWCS.Common.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="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\LIB\WCS\log4net.2.0.5\lib\net45-full\log4net.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=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\bin\Newtonsoft.Json.dll</HintPath>
|
</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="AdminUI\Basic\AutoBomTempDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_ACTIONDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_CONFIGDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_DEVICE_EVENTDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_DEVICE_TASK_NUMDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_EQUIPMENT_PROGRAMDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_PROC_DEVICE_RELATIONDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_REQ_INF_LOGDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_RES_INF_LOGDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_SYS_EXTERN_PARAMDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_TASK_PROC_DTLDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_AM_TASK_PROC_MSTDAL.cs" />
|
<Compile Include="AdminUI\Basic\TN_BASE_POLICYDAL.cs" />
|
<Compile Include="AdminUI\Device\TN_B_ALARMDAL.cs" />
|
<Compile Include="AdminUI\Equipment\TN_AM_EQUIPMENTDAL.cs" />
|
<Compile Include="AdminUI\Equipment\TN_AM_EQUIPMENT_LOTDAL.cs" />
|
<Compile Include="AdminUI\Equipment\TN_E_DEVICE_STATUS_LOGDAL.cs" />
|
<Compile Include="AdminUI\Sys\TN_BASICS_BILLNO_RULE_SETDAL.cs" />
|
<Compile Include="AdminUI\Sys\TN_BASIC_DEALER_RULE_SETDAL.cs" />
|
<Compile Include="AdminUI\Sys\TN_B_DATADICTDAL.cs" />
|
<Compile Include="AdminUI\Task\TN_T_TASK_DTLDAL.cs" />
|
<Compile Include="AdminUI\Task\TN_T_TASK_MSTDAL.cs" />
|
<Compile Include="AdminUI\Task\TN_T_TASK_OPERATE_LOGDAL.cs" />
|
<Compile Include="AdminUI\Task\TN_T_TASK_PROC_DEVICE_RELATIONDAL.cs" />
|
<Compile Include="AdminUI\View\TN_B_VIEW_CONFDAL.cs" />
|
<Compile Include="BaseDAL.cs" />
|
<Compile Include="ComDbType.cs" />
|
<Compile Include="CommonUseSqlFormat.cs" />
|
<Compile Include="DAOManager.cs" />
|
<Compile Include="Func\CommonDAL.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Properties\vssver2.scc" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\HH.AMS.Common\HH.AMS.Common.csproj">
|
<Project>{b260ce7a-b1bc-4647-b2f1-1b7ee44efca9}</Project>
|
<Name>HH.AMS.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\HH.AMS.Entitys\HH.AMS.Entitys.csproj">
|
<Project>{2e757ab9-07bc-4b1f-83c7-a5ef7a8c6f39}</Project>
|
<Name>HH.AMS.Entitys</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="目录说明.txt" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="Common\" />
|
</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>
|