4 Star 73 Fork 21

老大哥 / SerialPortForward

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SerialPortForward.csproj 7.66 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>{14886C9C-A69E-44FF-967A-CE63B66110D1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SerialPortForward</RootNamespace>
<AssemblyName>SerialPortForward</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>false</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ITLDG.BitConverterExtend, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.BitConverterExtend.1.0.2\lib\netstandard2.0\ITLDG.BitConverterExtend.dll</HintPath>
</Reference>
<Reference Include="ITLDG.DataCheck, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.DataCheck.1.0.3\lib\netstandard2.0\ITLDG.DataCheck.dll</HintPath>
</Reference>
<Reference Include="ITLDG.HexTextBox, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.HexTextBox.1.0.3\lib\net48\ITLDG.HexTextBox.dll</HintPath>
</Reference>
<Reference Include="ITLDG.SerialLog, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.SerialLog.1.1.2\lib\net48\ITLDG.SerialLog.dll</HintPath>
</Reference>
<Reference Include="ITLDG.SerialPortExtend, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.SerialPortExtend.1.0.1\lib\netstandard2.0\ITLDG.SerialPortExtend.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<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="System" />
<Reference Include="System.CodeDom, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.CodeDom.8.0.0\lib\net462\System.CodeDom.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.IO.Ports, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.IO.Ports.7.0.0\lib\net462\System.IO.Ports.dll</HintPath>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BitStatus.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BitStatus.Designer.cs">
<DependentUpon>BitStatus.cs</DependentUpon>
</Compile>
<Compile Include="FrmBitAnalysis.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmBitAnalysis.Designer.cs">
<DependentUpon>FrmBitAnalysis.cs</DependentUpon>
</Compile>
<Compile Include="FrmDatas.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmDatas.Designer.cs">
<DependentUpon>FrmDatas.cs</DependentUpon>
</Compile>
<Compile Include="FrmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMain.Designer.cs">
<DependentUpon>FrmMain.cs</DependentUpon>
</Compile>
<Compile Include="FrmMoreSerial.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMoreSerial.Designer.cs">
<DependentUpon>FrmMoreSerial.cs</DependentUpon>
</Compile>
<Compile Include="HexAutoAnswer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="HexAutoAnswer.Designer.cs">
<DependentUpon>HexAutoAnswer.cs</DependentUpon>
</Compile>
<Compile Include="IniFileHelper.cs" />
<Compile Include="IPlugin.cs" />
<Compile Include="PluginCommon.cs" />
<Compile Include="SerialPlugin.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SerialPortInfo.cs">
<SubType>Component</SubType>
</Compile>
<EmbeddedResource Include="BitStatus.resx">
<DependentUpon>BitStatus.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmBitAnalysis.resx">
<DependentUpon>FrmBitAnalysis.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmDatas.resx">
<DependentUpon>FrmDatas.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmMain.resx">
<DependentUpon>FrmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmMoreSerial.resx">
<DependentUpon>FrmMoreSerial.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HexAutoAnswer.resx">
<DependentUpon>HexAutoAnswer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="CheckTool.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup>
<Folder Include="Plugins\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
C#
1
https://gitee.com/itldg/serial-port-forward.git
git@gitee.com:itldg/serial-port-forward.git
itldg
serial-port-forward
SerialPortForward
master

搜索帮助