| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- <?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>{D3710B78-1B32-4D53-9604-0451A795A2F5}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HslCommunication</RootNamespace>
- <AssemblyName>HslCommunication</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </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\HslCommunication.xml</DocumentationFile>
- </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\HslCommunication.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>bin\Debug\HslCommunication.xml</DocumentationFile>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>bin\Release\HslCommunication.xml</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>bin\Debug\HslCommunication.xml</DocumentationFile>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>bin\Release\HslCommunication.xml</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="Utilities">
- <HintPath>..\..\DLL\Utilities.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="0_Ex\LogOut.cs" />
- <Compile Include="0_Ex\MelsecA1EAscii.cs" />
- <Compile Include="0_Ex\MelsecA1EAsciiHsl.cs" />
- <Compile Include="0_Ex\MelsecA1EAsciiSocket.cs" />
- <Compile Include="BasicFramework\FormPortraitSelect.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BasicFramework\FormPortraitSelect.Designer.cs">
- <DependentUpon>FormPortraitSelect.cs</DependentUpon>
- </Compile>
- <Compile Include="BasicFramework\FormSupport.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BasicFramework\FormSupport.Designer.cs">
- <DependentUpon>FormSupport.cs</DependentUpon>
- </Compile>
- <Compile Include="BasicFramework\SoftCache.cs" />
- <Compile Include="BasicFramework\SoftException.cs" />
- <Compile Include="BasicFramework\FormAuthorAdvertisement.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BasicFramework\FormAuthorAdvertisement.designer.cs">
- <DependentUpon>FormAuthorAdvertisement.cs</DependentUpon>
- </Compile>
- <Compile Include="BasicFramework\FormAuthorize.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BasicFramework\FormAuthorize.designer.cs">
- <DependentUpon>FormAuthorize.cs</DependentUpon>
- </Compile>
- <Compile Include="BasicFramework\FormPopup.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BasicFramework\FormPopup.designer.cs">
- <DependentUpon>FormPopup.cs</DependentUpon>
- </Compile>
- <Compile Include="BasicFramework\SoftAnimation.cs" />
- <Compile Include="BasicFramework\SoftAuthorize.cs" />
- <Compile Include="BasicFramework\SoftBaseClass.cs" />
- <Compile Include="BasicFramework\SoftBasic.cs" />
- <Compile Include="BasicFramework\SoftMail.cs" />
- <Compile Include="BasicFramework\SoftMsgQueue.cs" />
- <Compile Include="BasicFramework\SoftNumerical.cs" />
- <Compile Include="BasicFramework\SoftPainting.cs" />
- <Compile Include="BasicFramework\SoftSecurity.cs" />
- <Compile Include="BasicFramework\SoftSqlOperate.cs" />
- <Compile Include="BasicFramework\SoftVersion.cs" />
- <Compile Include="Controls\UserCurve.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserCurve.Designer.cs">
- <DependentUpon>UserCurve.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserGaugeChart.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserGaugeChart.Designer.cs">
- <DependentUpon>UserGaugeChart.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserLantern.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserLantern.Designer.cs">
- <DependentUpon>UserLantern.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserPieChart.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserPieChart.Designer.cs">
- <DependentUpon>UserPieChart.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserSwitch.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserSwitch.Designer.cs">
- <DependentUpon>UserSwitch.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserVerticalProgress.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserVerticalProgress.Designer.cs">
- <DependentUpon>UserVerticalProgress.cs</DependentUpon>
- </Compile>
- <Compile Include="Core\IMessage\FetchWriteMessage.cs" />
- <Compile Include="Core\IMessage\FinsMessage.cs" />
- <Compile Include="Core\IMessage\HslMessage.cs" />
- <Compile Include="Core\IMessage\MelsecA1EAsciiMessage.cs" />
- <Compile Include="Core\IMessage\MelsecA1EBinaryMessage.cs" />
- <Compile Include="Core\IMessage\MelsecQnA3EAsciiMessage.cs" />
- <Compile Include="Core\IMessage\MelsecQnA3EBinaryMessage.cs" />
- <Compile Include="Core\IMessage\ModbusTcpMessage.cs" />
- <Compile Include="Core\IMessage\S7Message.cs" />
- <Compile Include="Core\Net\ClassNetHandle.cs" />
- <Compile Include="Core\Net\CommunicationProtocol.cs" />
- <Compile Include="Controls\UserButton.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserButton.designer.cs">
- <DependentUpon>UserButton.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\UserClock.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\UserClock.designer.cs">
- <DependentUpon>UserClock.cs</DependentUpon>
- </Compile>
- <Compile Include="Core\IMessage\INetMessage.cs" />
- <Compile Include="Core\Net\IReadWriteNet.cs" />
- <Compile Include="Core\Net\NetworkBase\NetworkBase.cs" />
- <Compile Include="Core\Net\NetworkBase\NetworkFileServerBase.cs" />
- <Compile Include="Core\Net\NetworkBase\NetworkServerBase.cs" />
- <Compile Include="Core\Net\StateOne\AppSession.cs" />
- <Compile Include="Core\Net\StateOne\AsyncStateSend.cs" />
- <Compile Include="Core\Net\StateOne\StateObject.cs" />
- <Compile Include="Core\Net\NetworkBase\NetworkDoubleBase.cs" />
- <Compile Include="Core\Net\StateOne\FileStateObject.cs" />
- <Compile Include="Core\Net\NetworkBase\NetworkXBase.cs" />
- <Compile Include="Core\Net\StateOne\StateOneBase.cs" />
- <Compile Include="Core\Thread\ThreadLock.cs" />
- <Compile Include="Core\Transfer\IByteTransform.cs" />
- <Compile Include="Core\Transfer\RegularByteTransform.cs" />
- <Compile Include="Core\Transfer\ReverseBytesTransform.cs" />
- <Compile Include="Core\Transfer\ReverseWordTransform.cs" />
- <Compile Include="Core\Types\HslPieItem.cs" />
- <Compile Include="Enthernet\DeviceNet\ClassDeviceNet.cs" />
- <Compile Include="Enthernet\FileNet\AdvancedFileServer.cs" />
- <Compile Include="Enthernet\FileNet\FileBaseInfo.cs" />
- <Compile Include="Enthernet\FileNet\FileClientBase.cs" />
- <Compile Include="Enthernet\FileNet\FileMarkId.cs" />
- <Compile Include="Enthernet\FileNet\GroupFileContainer.cs" />
- <Compile Include="Enthernet\FileNet\GroupFileItem.cs" />
- <Compile Include="Enthernet\FileNet\IntegrationFileClient.cs" />
- <Compile Include="Enthernet\FileNet\UltimateFileServer.cs" />
- <Compile Include="Enthernet\SimplifyNet\MelsecA1EAsciiServer.cs" />
- <Compile Include="Enthernet\SoftUpdateNet\ClassSoftUpdate.cs" />
- <Compile Include="Enthernet\ComplexNet\NetComplexClient.cs" />
- <Compile Include="Enthernet\ComplexNet\NetComplexServer.cs" />
- <Compile Include="Enthernet\DeviceNet\DeviceState.cs" />
- <Compile Include="Enthernet\SimplifyNet\NetSimplifyClient.cs" />
- <Compile Include="Enthernet\SimplifyNet\NetSimplifyServer.cs" />
- <Compile Include="Core\Types\HslTimeOut.cs" />
- <Compile Include="Enthernet\UdpNet\NetUdpClient.cs" />
- <Compile Include="Enthernet\UdpNet\NetUdpServer.cs" />
- <Compile Include="LogNet\Core\ILogNet.cs" />
- <Compile Include="LogNet\Core\LogBase.cs" />
- <Compile Include="LogNet\Core\Types.cs" />
- <Compile Include="LogNet\View\FormLogNetView.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="LogNet\View\FormLogNetView.Designer.cs">
- <DependentUpon>FormLogNetView.cs</DependentUpon>
- </Compile>
- <Compile Include="LogNet\View\LogNetAnalysisControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="LogNet\View\LogNetAnalysisControl.Designer.cs">
- <DependentUpon>LogNetAnalysisControl.cs</DependentUpon>
- </Compile>
- <Compile Include="LogNet\LogNetManagment.cs" />
- <Compile Include="LogNet\Logs\LogNetDateTime.cs" />
- <Compile Include="LogNet\Logs\LogNetFileSize.cs" />
- <Compile Include="LogNet\Logs\LogNetSingle.cs" />
- <Compile Include="Core\Net\NetSupport.cs" />
- <Compile Include="Core\Types\OperateResult.cs" />
- <Compile Include="ModBus\ModbusInfo.cs" />
- <Compile Include="ModBus\ModBusMonitorAddress.cs" />
- <Compile Include="ModBus\ModBusState.cs" />
- <Compile Include="ModBus\ModbusTcp\ModbusTcpNet.cs" />
- <Compile Include="Core\Types\IDataTransfer.cs" />
- <Compile Include="ModBus\ModbusTcp\ModbusTcpServer.cs" />
- <Compile Include="ModBus\MonitorAddress.cs" />
- <Compile Include="Profinet\Melsec\MelsecA1EDataType.cs" />
- <Compile Include="Profinet\Melsec\MelsecA1EAsciiNet.cs" />
- <Compile Include="Profinet\Melsec\MelsecA1ENet.cs" />
- <Compile Include="Profinet\Melsec\MelsecMcAsciiNet.cs" />
- <Compile Include="Profinet\Melsec\MelsecMcDataType.cs" />
- <Compile Include="Profinet\Melsec\MelsecMcNet.cs" />
- <Compile Include="Profinet\Melsec\MelsecNetMultiAsync.cs" />
- <Compile Include="Profinet\Omron\OmronFinsDataType.cs" />
- <Compile Include="Profinet\Omron\OmronFinsNet.cs" />
- <Compile Include="Profinet\Omron\OmronInfo.cs" />
- <Compile Include="Profinet\Siemens\SiemensFetchWriteNet.cs" />
- <Compile Include="Profinet\Siemens\SiemensPLCS.cs" />
- <Compile Include="Profinet\Siemens\SiemensS7Net.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Core\Security\Security.cs" />
- <Compile Include="Serial\CRCSupport.cs" />
- <Compile Include="Serial\SerialCommunicationBase.cs" />
- <Compile Include="StringResources.cs" />
- <Compile Include="BasicFramework\SoftZipped.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="BasicFramework\FormAuthorAdvertisement.resx">
- <DependentUpon>FormAuthorAdvertisement.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BasicFramework\FormAuthorize.resx">
- <DependentUpon>FormAuthorize.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BasicFramework\FormPopup.resx">
- <DependentUpon>FormPopup.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BasicFramework\FormPortraitSelect.resx">
- <DependentUpon>FormPortraitSelect.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BasicFramework\FormSupport.resx">
- <DependentUpon>FormSupport.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserButton.resx">
- <DependentUpon>UserButton.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserClock.resx">
- <DependentUpon>UserClock.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserCurve.resx">
- <DependentUpon>UserCurve.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserGaugeChart.resx">
- <DependentUpon>UserGaugeChart.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserLantern.resx">
- <DependentUpon>UserLantern.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserPieChart.resx">
- <DependentUpon>UserPieChart.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserSwitch.resx">
- <DependentUpon>UserSwitch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\UserVerticalProgress.resx">
- <DependentUpon>UserVerticalProgress.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LogNet\View\FormLogNetView.resx">
- <DependentUpon>FormLogNetView.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LogNet\View\LogNetAnalysisControl.resx">
- <DependentUpon>LogNetAnalysisControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\qrcode_for_gh_319218678954_258.jpg" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\abstr1.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Activity_16xLG.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\AddressViewer.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\asset_progressBar_24x24_on.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\AudioRecording.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\brackets_Square_16xMD.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Class_489.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\ClassIcon.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Cloud_16xLG.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Copy_6524.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Delegate_8339.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\docview_xaml_on_16x16.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Enum_582.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Event_594.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Event_594_exp.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\glasses_16xLG.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\grid_Data_16xLG.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\lightningBolt_16xLG.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\ListView_687.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Method_636.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Module_648.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\PropertyIcon.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Soundfile_461.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Structure_507.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\TabControl_707.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Table_748.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Tag_7213.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\Textfile_818_16x.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\TreeView_713.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\usbcontroller.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\UseCaseDiagramFile_usecasediagram_13447_16x.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\VirtualMachine.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\WebForm%28ASPX%29_815_16x.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\WebFormTemplate_11274_16x_color.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\WindowsForm_817_16x.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Doc.txt" />
- <None Include="imgaes\alipay.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="imgaes\abstr11.png" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="ModBus\ModbusRtu\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Library\Library.csproj">
- <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
- <Name>Library</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|