You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
4.2 KiB
XML
93 lines
4.2 KiB
XML
<?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>{94D3A19B-1537-4D79-A402-1F3708C62AEF}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>AUCMA.STORE.Entity</RootNamespace>
|
|
<AssemblyName>AUCMA.STORE.Entity</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="Oracle.ManagedDataAccess">
|
|
<HintPath>..\Dll\Oracle.ManagedDataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SqlSugar">
|
|
<HintPath>..\Dll\SqlSugar.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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DAO\BaseLocationInfo.cs" />
|
|
<Compile Include="DAO\BaseMaterialInfo.cs" />
|
|
<Compile Include="DAO\BaseMaterialStore.cs" />
|
|
<Compile Include="DAO\BasePlcInfo.cs" />
|
|
<Compile Include="DAO\BaseStoreInfo.cs" />
|
|
<Compile Include="DAO\BaseTaskQueue.cs" />
|
|
<Compile Include="DAO\ImosTeBom.cs" />
|
|
<Compile Include="DAO\MesMaterialTypeBom.cs" />
|
|
<Compile Include="DAO\PrepareInStoreInfo.cs" />
|
|
<Compile Include="DAO\PrepareOutStoreInfo.cs" />
|
|
<Compile Include="DAO\RealStoreAreaMaterialTypeInfo.cs" />
|
|
<Compile Include="DAO\RecordDirectiveOperation.cs" />
|
|
<Compile Include="DAO\RecordInStore.cs" />
|
|
<Compile Include="DAO\RecordOutStore.cs" />
|
|
<Compile Include="DAO\RecordTask.cs" />
|
|
<Compile Include="DTO\BaseLocationInfoDTO.cs" />
|
|
<Compile Include="DTO\BaseMaterialDTO.cs" />
|
|
<Compile Include="DAO\BaseDeviceInfo.cs" />
|
|
<Compile Include="DTO\PilerStatusDTO.cs" />
|
|
<Compile Include="DTO\PLCAddressTypeDTO.cs" />
|
|
<Compile Include="DTO\PLCAlarmInfoDTO.cs" />
|
|
<Compile Include="DTO\PlcDirectiveDTO.cs" />
|
|
<Compile Include="DTO\TaskDTO.cs" />
|
|
<Compile Include="DTO\WebApiResult.cs" />
|
|
<Compile Include="Enums\DeleteFlag.cs" />
|
|
<Compile Include="Enums\InStoreStatus.cs" />
|
|
<Compile Include="Enums\LocationArea.cs" />
|
|
<Compile Include="Enums\LocationStatus.cs" />
|
|
<Compile Include="Enums\OperationType.cs" />
|
|
<Compile Include="Enums\OutStoreStatus.cs" />
|
|
<Compile Include="Enums\PilerStatus.cs" />
|
|
<Compile Include="Enums\TaskStatus.cs" />
|
|
<Compile Include="Enums\TaskType.cs" />
|
|
<Compile Include="PageModel.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AUCMA.STORE.PLC\AUCMA.STORE.IDeviceAdapter.csproj">
|
|
<Project>{3efd871c-d912-40d4-a0db-67741079cbd1}</Project>
|
|
<Name>AUCMA.STORE.IDeviceAdapter</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |