84 lines
3.7 KiB
XML
84 lines
3.7 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>{486AECD0-C2BF-43C5-B7D7-88E565ADE4B7}</ProjectGuid>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
|
<RootNamespace>PLC</RootNamespace>
|
||
|
|
<AssemblyName>PLC</AssemblyName>
|
||
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||
|
|
<FileAlignment>512</FileAlignment>
|
||
|
|
<Deterministic>true</Deterministic>
|
||
|
|
<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>
|
||
|
|
<DocumentationFile>bin\Debug\PLC.xml</DocumentationFile>
|
||
|
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
|
</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>
|
||
|
|
<DocumentationFile>bin\Release\PLC.xml</DocumentationFile>
|
||
|
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="PLCCommunication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
||
|
|
<Reference Include="System" />
|
||
|
|
<Reference Include="System.ComponentModel.Composition" />
|
||
|
|
<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.Xml" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="DataQueue.cs" />
|
||
|
|
<Compile Include="Base\IPLC.cs" />
|
||
|
|
<Compile Include="PLCAlarm\AlarmManager.cs" />
|
||
|
|
<Compile Include="PlcLibrary\OmronCipNet.cs" />
|
||
|
|
<Compile Include="PlcLibrary\OmronFinsTCP.cs" />
|
||
|
|
<Compile Include="PLCAlarm\AlarmFileData.cs" />
|
||
|
|
<Compile Include="PLCAlarm\PLCAlarmReader.cs" />
|
||
|
|
<Compile Include="PLCAlarm\RecordAlarmData.cs" />
|
||
|
|
<Compile Include="PLCAlarm\RecordType.cs" />
|
||
|
|
<Compile Include="PLCData.cs" />
|
||
|
|
<Compile Include="PLCDataTool.cs" />
|
||
|
|
<Compile Include="PlcLibrary\PLCFactory.cs" />
|
||
|
|
<Compile Include="Base\PlcReadWriteBase.cs" />
|
||
|
|
<Compile Include="PlcLibrary\PLCType.cs" />
|
||
|
|
<Compile Include="PlcLibrary\SiemensS7.cs" />
|
||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\JinYuan.Helper\JinYuan.Helper.csproj">
|
||
|
|
<Project>{258D0AB7-2B4F-4D8F-A3CD-7A8CB4A85360}</Project>
|
||
|
|
<Name>JinYuan.Helper</Name>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="app.config" />
|
||
|
|
<None Include="packages.config" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Content Include="Lib\PLCCommunication.dll" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
|
|
</Project>
|