|
|
|
|
<?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>{E90E698B-8ABC-4405-94E8-E4930153ED8C}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MaterialTraceability.Business</RootNamespace>
|
|
|
|
|
<AssemblyName>MaterialTraceability.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="GRreader">
|
|
|
|
|
<HintPath>..\dll\GRreader.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MySql.Data">
|
|
|
|
|
<HintPath>..\dll\MySql.Data.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SqlSugar, Version=5.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\dll\SqlSugar.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<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="BusinessHelper.cs" />
|
|
|
|
|
<Compile Include="CFliterRFID.cs" />
|
|
|
|
|
<Compile Include="EquipBusiness.cs" />
|
|
|
|
|
<Compile Include="Impl\ABSignalReadBusiness.cs" />
|
|
|
|
|
<Compile Include="Impl\LYSignalReadBusiness.cs" />
|
|
|
|
|
<Compile Include="Impl\MQSignalReadBusiness.cs" />
|
|
|
|
|
<Compile Include="Impl\TBSignalReadBusiness.cs" />
|
|
|
|
|
<Compile Include="ISignalReadFunction.cs" />
|
|
|
|
|
<Compile Include="LogHelperBusiness.cs" />
|
|
|
|
|
<Compile Include="MainBusiness.cs" />
|
|
|
|
|
<Compile Include="MaterialFeatureBusiness.cs" />
|
|
|
|
|
<Compile Include="MesAlarmInfo.cs" />
|
|
|
|
|
<Compile Include="PlcBusiness.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="UpLoadBusiness.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.Common\MaterialTraceability.Common.csproj">
|
|
|
|
|
<Project>{2D42D575-A6FC-492B-98E4-986B7E6227E3}</Project>
|
|
|
|
|
<Name>MaterialTraceability.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.Entity\MaterialTraceability.Entity.csproj">
|
|
|
|
|
<Project>{0BE2B727-F537-41B8-98FD-A644FE673B54}</Project>
|
|
|
|
|
<Name>MaterialTraceability.Entity</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.Plc\MaterialTraceability.Plc.csproj">
|
|
|
|
|
<Project>{EDDC1C4F-2BB5-470B-83AD-E6452F4CB792}</Project>
|
|
|
|
|
<Name>MaterialTraceability.Plc</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.Rfid\MaterialTraceability.Rfid.csproj">
|
|
|
|
|
<Project>{F03070FD-99DB-4E3C-90EC-98A16D3DACB6}</Project>
|
|
|
|
|
<Name>MaterialTraceability.Rfid</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.SqlSugar\MaterialTraceability.SqlSugar.csproj">
|
|
|
|
|
<Project>{C18753C2-C668-4737-AD41-7E12E1624A67}</Project>
|
|
|
|
|
<Name>MaterialTraceability.SqlSugar</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MaterialTraceability.WebService\MaterialTraceability.WebService.csproj">
|
|
|
|
|
<Project>{23C78D8E-2620-4A25-B6DA-F11A30159A80}</Project>
|
|
|
|
|
<Name>MaterialTraceability.WebService</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|