|
|
|
|
<?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>{92A12EE3-D809-4783-888C-28E4F1C1E985}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>AUCMA.STORE.Business</RootNamespace>
|
|
|
|
|
<AssemblyName>AUCMA.STORE.Business</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</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="AutoMapper, Version=5.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\AutoMapper.5.2.0\lib\net45\AutoMapper.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
<HintPath>..\Dll\HslCommunication.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SqlSugar, Version=5.0.3.0, Culture=neutral, PublicKeyToken=null" />
|
|
|
|
|
<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" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Implements\BaseTaskQueueBusiness.cs" />
|
|
|
|
|
<Compile Include="Implements\InStoreBusinessImpl.cs" />
|
|
|
|
|
<Compile Include="Implements\OutStoreBusinessImpl.cs" />
|
|
|
|
|
<Compile Include="Implements\PlcBusinessService.cs" />
|
|
|
|
|
<Compile Include="Interface\IBaseTaskQueueBusiness.cs" />
|
|
|
|
|
<Compile Include="Interface\IInStoreBusiness.cs" />
|
|
|
|
|
<Compile Include="Interface\IOutStoreBusiness.cs" />
|
|
|
|
|
<Compile Include="Interface\IPlcBusinessService.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="TaskHandleBusiness.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\AUCMA.STORE.Common\AUCMA.STORE.Common.csproj">
|
|
|
|
|
<Project>{880c99cd-15b5-43d0-974c-8e05fb4a68a4}</Project>
|
|
|
|
|
<Name>AUCMA.STORE.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\AUCMA.STORE.Entity\AUCMA.STORE.Entity.csproj">
|
|
|
|
|
<Project>{94D3A19B-1537-4D79-A402-1F3708C62AEF}</Project>
|
|
|
|
|
<Name>AUCMA.STORE.Entity</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\AUCMA.STORE.PLC\AUCMA.STORE.IDeviceAdapter.csproj">
|
|
|
|
|
<Project>{3efd871c-d912-40d4-a0db-67741079cbd1}</Project>
|
|
|
|
|
<Name>AUCMA.STORE.IDeviceAdapter</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\AUCMA.STORE.Services\AUCMA.STORE.SqlSugar.csproj">
|
|
|
|
|
<Project>{59C06619-BED8-45D8-85CF-ED55D6516C65}</Project>
|
|
|
|
|
<Name>AUCMA.STORE.SqlSugar</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\DeviceAdapter\DeviceAdapter.Simens\DeviceAdatper.Siemens\DeviceAdapter.Siemens.csproj">
|
|
|
|
|
<Project>{9a61ea83-4861-4562-af9a-8aaae7e75a80}</Project>
|
|
|
|
|
<Name>DeviceAdapter.Siemens</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|