63 lines
2.5 KiB
XML
63 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E97FCE46-855D-498B-8E58-00AFF3A1E760}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>ModBus.Net</RootNamespace>
|
|
<AssemblyName>ModBus.Net</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="AddressCombiner.cs" />
|
|
<Compile Include="AddressFormater.cs" />
|
|
<Compile Include="AddressTranslator.cs" />
|
|
<Compile Include="AsyncHelper.cs" />
|
|
<Compile Include="BaseConnector.cs" />
|
|
<Compile Include="BaseMachine.cs" />
|
|
<Compile Include="BaseProtocal.cs" />
|
|
<Compile Include="BaseUtility.cs" />
|
|
<Compile Include="ComConnector.cs" />
|
|
<Compile Include="ComProtocalLinker.cs" />
|
|
<Compile Include="ConfigurationManager.Designer.cs">
|
|
<DependentUpon>ConfigurationManager.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CRC16.cs" />
|
|
<Compile Include="IProtocalFormatting.cs" />
|
|
<Compile Include="ProtocalLinker.cs" />
|
|
<Compile Include="ProtocalLinkerBytesExtend.cs" />
|
|
<Compile Include="ProtocalUnit.cs" />
|
|
<Compile Include="TaskManager.cs" />
|
|
<Compile Include="TcpConnector.cs" />
|
|
<Compile Include="TcpProtocalLinker.cs" />
|
|
<Compile Include="ValueHelper.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<None Include="ConfigurationManager.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
</Project> |