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.
lj_plc/DataBlockHelper/DataBlockHelper.csproj

131 lines
6.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{4E36DF17-E81D-4360-8687-8AD75422B470}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DataBlockHelper</RootNamespace>
<AssemblyName>DataBlockHelper</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="HslCommunication">
<HintPath>..\Actions\HslCommunication.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BitHelper.cs" />
<Compile Include="Class1.cs" />
11 months ago
<Compile Include="DBHelpers\DB112Helper.cs" />
11 months ago
<Compile Include="DBHelpers\DB112WriterHelper.cs" />
11 months ago
<Compile Include="DBHelpers\DB120Help.cs" />
<Compile Include="DBHelpers\DB120WriteHelp.cs" />
<Compile Include="DBHelpers\DB1Helper.cs" />
<Compile Include="DBHelpers\DB2102Helper.cs" />
<Compile Include="DBHelpers\DB2103Helper.cs" />
<Compile Include="DBHelpers\DB2104Helper.cs" />
1 year ago
<Compile Include="DBHelpers\DB2104WriteHelper.cs" />
<Compile Include="DBHelpers\DB2105Helper.cs" />
1 year ago
<Compile Include="DBHelpers\DB2105WriteHelper.cs" />
<Compile Include="DBHelpers\DB2106Helper.cs" />
<Compile Include="DBHelpers\DB2107WriteHelper.cs" />
<Compile Include="DBHelpers\DB2111Helper.cs" />
<Compile Include="DBHelpers\DB2111Writer.cs" />
11 months ago
<Compile Include="DBHelpers\DB2114Helper.cs" />
<Compile Include="DBHelpers\DB2119Helper.cs" />
12 months ago
<Compile Include="DBHelpers\DB2119WriteHelper.cs" />
<Compile Include="DBHelpers\Db3000Helper.cs" />
<Compile Include="DBHelpers\DB90Helper.cs" />
<Compile Include="DBHelpers\DB91Helper.cs" />
<Compile Include="DBHelpers\DB2107Helper.cs" />
11 months ago
<Compile Include="DBHelpers\DB92Help.cs" />
<Compile Include="DBHelpers\DB92WriterHelp.cs" />
<Compile Include="DBHelpers\DBHelper.cs" />
<Compile Include="DbWrite\PlcWriteUtil.cs" />
<Compile Include="Entity\ClickEntity.cs" />
<Compile Include="Entity\DB1Entity\ForAnaLogIn.cs" />
<Compile Include="Entity\DB1Entity\ForAnaLogOut.cs" />
<Compile Include="Entity\DB2102Entity\FOR_VALVE_DoubleEntity.cs" />
<Compile Include="Entity\DB2102Entity\FOR_VALVE_SingleEntity.cs" />
<Compile Include="Entity\DB2103Entity\FOR_MOTOREntity.cs" />
<Compile Include="Entity\DB2103Entity\FOR_MOTOR_VFDEntity.cs" />
<Compile Include="Entity\DB2104Entity\DryerEntity.cs" />
<Compile Include="Entity\DB2104Entity\EnableStatusEntity.cs" />
<Compile Include="Entity\DB2104Entity\GelatEntity.cs" />
<Compile Include="Entity\DB2104Entity\RecipeCommEntity.cs" />
1 year ago
<Compile Include="Entity\DB2104Entity\WaterView.cs" />
<Compile Include="Entity\DB2104Entity\WeterEntity.cs" />
<Compile Include="Entity\DB2105Entity\ForceWaterEntity.cs" />
<Compile Include="Entity\DB2105Entity\FourBoolArrayEntity.cs" />
<Compile Include="Entity\DB2105Entity\PlanEntity.cs" />
<Compile Include="Entity\DB2106Entity\DryReportEntity.cs" />
<Compile Include="Entity\DB2106Entity\GelReportEntity.cs" />
<Compile Include="Entity\DB2106Entity\WetReportEntity.cs" />
<Compile Include="Entity\DB2108Helper.cs" />
<Compile Include="Entity\DB2111Entity\ReportDosEntity.cs" />
<Compile Include="Entity\DB2119Entity\ForceWaterEntity.cs" />
<Compile Include="Entity\DB2119Entity\SprialTempEntity.cs" />
<Compile Include="Entity\DB2119Entity\WaterTempEntity.cs" />
<Compile Include="Entity\DB90Entity\ForValveDoubleEntity.cs" />
<Compile Include="Entity\DB90Entity\ForValveSingleEntity.cs" />
<Compile Include="Entity\DB91Entity\ForMotorEntity.cs" />
<Compile Include="Entity\DB91Entity\ForMotorSToTEntity.cs" />
<Compile Include="Entity\DB91Entity\ForMotorVFD.cs" />
<Compile Include="Entity\DB2107Entity\ControlSignEntity.cs" />
<Compile Include="Entity\DB2107Entity\LevelEntity.cs" />
<Compile Include="Entity\DB2107Entity\NormalStatusEntity.cs" />
<Compile Include="Entity\DB2107Entity\PIDEntity.cs" />
<Compile Include="Entity\DB2107Entity\PressureEntity.cs" />
<Compile Include="Entity\DB2107Entity\SpeedEntity.cs" />
<Compile Include="Entity\DB2107Entity\UntiStatusHMIArrayEntity.cs" />
<Compile Include="Entity\DB2107Entity\ValveEntity.cs" />
<Compile Include="Entity\DB2107Entity\WeightEntity.cs" />
<Compile Include="Entity\DB2107Entity\WeightPraEntity.cs" />
<Compile Include="PlcConnect.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>