You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
3.8 KiB

<?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>{E92E2A32-481E-4D37-9AC8-82B0AA8F9551}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Module.Plc.ModbusTcp.Tool</RootNamespace>
<AssemblyName>Module.Plc.ModbusTcp.Tool</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="HslCommunication, Version=10.6.1.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
<HintPath>..\..\packages\HslCommunication.10.6.1\lib\net451\HslCommunication.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="Common.cs" />
<Compile Include="PlcBitConvert.cs" />
<Compile Include="PlcModbusTool.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\RS.BLL\RS.BLL.csproj">
<Project>{9D2ACC0A-D758-4FD8-9401-3B39EEF756FA}</Project>
<Name>RS.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\..\RS.Common\RS.Common.csproj">
<Project>{D7A7C799-1A05-4166-9BCC-59C2FFEDFCE4}</Project>
<Name>RS.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\RS.DBUtility\RS.DBUtility.csproj">
<Project>{E476E803-7E0B-4263-ADEC-09BB2BA4F91D}</Project>
<Name>RS.DBUtility</Name>
</ProjectReference>
<ProjectReference Include="..\..\RS.Model\RS.Model.csproj">
<Project>{4D206F0F-7482-45C4-A722-BD69470AD808}</Project>
<Name>RS.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Module.Plc.ModbusTcp.Model\Module.Plc.ModbusTcp.Model.csproj">
<Project>{2a4ddfa6-d9b8-4e79-9857-7d9b9cc5efd3}</Project>
<Name>Module.Plc.ModbusTcp.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Monitor.LogService\Monitor.LogService.csproj">
<Project>{6a58f4ce-82a3-4099-a970-1f00944aa9bc}</Project>
<Name>Monitor.LogService</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>