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.

117 lines
5.6 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>{764BC6A4-A720-49BA-9FC5-09CC9BF4DE49}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CompressorXN_Communication</RootNamespace>
<AssemblyName>CompressorXN_Communication</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="HslCommunication, Version=12.0.3.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
<HintPath>..\packages\HslCommunication.12.0.3\lib\net451\HslCommunication.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<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" />
<Reference Include="thinger.DataConvertLib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\thinger.DataConvertLib.4.0.1\lib\net46\thinger.DataConvertLib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="GetCANReciveValHelper.cs" />
<Compile Include="MoFan\BaseMF.cs" />
<Compile Include="MoFan\MFCANHelper.cs" />
<Compile Include="MoFan\MFLINHelper.cs" />
<Compile Include="MoFan\MFSerial.cs" />
<Compile Include="MyPlc\LoadPlcAddress.cs" />
<Compile Include="MyPlc\OmronCIPHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TuMos\BaseTMS.cs" />
<Compile Include="TuMos\MsgHelper.cs" />
<Compile Include="TuMos\TMSCANFDHelper.cs" />
<Compile Include="TuMos\TMSCANHelper.cs" />
<Compile Include="TuMos\TMSLINHelper.cs" />
<Compile Include="Untils\TuMoS\can_uds.cs" />
<Compile Include="Untils\TuMoS\dbc_parser.cs" />
<Compile Include="Untils\TuMoS\elmos_programer.cs" />
<Compile Include="Untils\TuMoS\hexfile_decode.cs" />
<Compile Include="Untils\TuMoS\i2c_sniffer.cs" />
<Compile Include="Untils\TuMoS\ldf_parser.cs" />
<Compile Include="Untils\TuMoS\mlx_programer.cs" />
<Compile Include="Untils\TuMoS\usb2adc.cs" />
<Compile Include="Untils\TuMoS\usb2ads1256.cs" />
<Compile Include="Untils\TuMoS\usb2bmm_lin.cs" />
<Compile Include="Untils\TuMoS\usb2can.cs" />
<Compile Include="Untils\TuMoS\usb2canfd.cs" />
<Compile Include="Untils\TuMoS\usb2cnt.cs" />
<Compile Include="Untils\TuMoS\usb2dac.cs" />
<Compile Include="Untils\TuMoS\usb2gpio.cs" />
<Compile Include="Untils\TuMoS\usb2iic.cs" />
<Compile Include="Untils\TuMoS\usb2lin.cs" />
<Compile Include="Untils\TuMoS\usb2lin_ex.cs" />
<Compile Include="Untils\TuMoS\usb2pwm.cs" />
<Compile Include="Untils\TuMoS\usb2spi.cs" />
<Compile Include="Untils\TuMoS\usb2uart.cs" />
<Compile Include="Untils\TuMoS\usb_device.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CompressorXN_Common\CompressorXN_Common.csproj">
<Project>{FFE31F86-6137-4914-A143-EA4DA5333F8A}</Project>
<Name>CompressorXN_Common</Name>
</ProjectReference>
<ProjectReference Include="..\CompressorXN_HelperLib\CompressorXN_HelperLib.csproj">
<Project>{184F9ABF-1F83-4958-A7F5-4BE7C0E13C66}</Project>
<Name>CompressorXN_HelperLib</Name>
</ProjectReference>
<ProjectReference Include="..\CompressorXN_Log\CompressorXN_Log.csproj">
<Project>{1A1B3A50-FDEE-47CA-BD50-BEC82BAE6289}</Project>
<Name>CompressorXN_Log</Name>
</ProjectReference>
<ProjectReference Include="..\CompressorXN_Model\CompressorXN_Model.csproj">
<Project>{48CC969D-C674-46FA-966E-1C95E47FA3CB}</Project>
<Name>CompressorXN_Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="MyPlc\FileConfig\PlcCommConfig.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>