代码拉取完成,页面将自动刷新
同步操作将从 老大哥/SerialPortForward 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.DataCheck.1.0.2\lib\netstandard2.0\ITLDG.DataCheck.dll</HintPath>
</Reference>
<Reference Include="ITLDG.HexTextBox, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.HexTextBox.1.0.1\lib\net48\ITLDG.HexTextBox.dll</HintPath>
</Reference>
<Reference Include="ITLDG.SerialLog, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ITLDG.SerialLog.1.1.0\lib\net48\ITLDG.SerialLog.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.Core" />
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。