This commit is contained in:
moxiliang
2025-10-24 14:08:41 +08:00
parent dcd9b20fb0
commit 7065cad6d7
479 changed files with 105341 additions and 647562 deletions

View File

@@ -0,0 +1,188 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{FB7970FD-F699-4093-83D0-509501B7863C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NetWorkHelper</RootNamespace>
<AssemblyName>NetWorkHelper</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<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>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<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>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Addins\NetAddinManagement.cs" />
<Compile Include="Addins\AddinUtil.cs" />
<Compile Include="Addins\IAddin.cs" />
<Compile Include="Addins\IAddinManager.cs" />
<Compile Include="Helper\ApplicationHelper.cs" />
<Compile Include="Helper\CollectionHelper.cs" />
<Compile Include="Helper\DataFrame.cs" />
<Compile Include="Helper\DataFrameHeader.cs" />
<Compile Include="Helper\FileHelper.cs" />
<Compile Include="Helper\ReflectionHelper.cs" />
<Compile Include="Helper\TypeHelper.cs" />
<Compile Include="Helper\WindowsHelper.cs" />
<Compile Include="Helper\XmlHelper.cs" />
<Compile Include="IBase\MapItem.cs" />
<Compile Include="ICollections\CollectionConverter.cs" />
<Compile Include="ICollections\SortedArray.cs" />
<Compile Include="ICommond\CommonMethod.cs" />
<Compile Include="ICommond\IDelegate.cs" />
<Compile Include="ITool\ConvertStringManager.cs" />
<Compile Include="IModels\IClient.cs" />
<Compile Include="ITool\CsvManager.cs" />
<Compile Include="ITool\DateTimeManager.cs" />
<Compile Include="ITool\JsonManager.cs" />
<Compile Include="IUser\CustomEnum.cs" />
<Compile Include="TClass\ClientType.cs" />
<Compile Include="TClass\ControlTag.cs" />
<Compile Include="Helper\ImageHelper.cs" />
<Compile Include="TCP\IBase.cs" />
<Compile Include="TCP\ITcpClient.cs">
<SubType>Component</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Compile>
<Compile Include="TCP\ITcpClient.Designer.cs">
<DependentUpon>ITcpClient.cs</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Compile>
<Compile Include="TCP\ITcpServer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TCP\ITcpServer.Designer.cs">
<DependentUpon>ITcpServer.cs</DependentUpon>
</Compile>
<Compile Include="UDP\AxUdpClient.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\AxUdpClient.Designer.cs">
<DependentUpon>AxUdpClient.cs</DependentUpon>
</Compile>
<Compile Include="Helper\MD5Helper.cs" />
<Compile Include="UDP\Controls\ControlState.cs" />
<Compile Include="UDP\Controls\FileTansfersContainer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\Controls\FileTransfersItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UDP\Controls\FileTransfersItemStyle.cs" />
<Compile Include="UDP\Controls\FileTransfersItemText.cs" />
<Compile Include="UDP\Controls\GraphicsPathHelper.cs" />
<Compile Include="UDP\Controls\IFileTransfersItemText.cs" />
<Compile Include="UDP\Controls\RoundStyle.cs" />
<Compile Include="UDP\Controls\TraFransfersFile.cs" />
<Compile Include="UDP\Controls\TraFransfersFileStart.cs" />
<Compile Include="UDP\Event\ReadFileBufferEvent.cs" />
<Compile Include="UDP\Event\ReceiveDataEvent.cs" />
<Compile Include="UDP\Event\FileReceiveBufferEvent.cs" />
<Compile Include="UDP\Event\FileReceiveCompleteEvent.cs" />
<Compile Include="UDP\Event\FileReceiveEvent.cs" />
<Compile Include="UDP\Event\FileSendBufferEvent.cs" />
<Compile Include="UDP\Event\FileSendEvent.cs" />
<Compile Include="UDP\Event\RequestSendFileEvent.cs" />
<Compile Include="UDP\Receive\ReadFileObject.cs" />
<Compile Include="UDP\Receive\ReceiveFileManager.cs" />
<Compile Include="UDP\Send\SendFileManager.cs" />
<Compile Include="Helper\SerHelper.cs" />
<Compile Include="UDP\IDataCell.cs" />
<Compile Include="UDP\SerializableClass\MsgCell.cs" />
<Compile Include="UDP\SerializableClass\MsgTypeCell.cs" />
<Compile Include="UDP\SerializableClass\ResponeTraFransfersFile.cs" />
<Compile Include="UDP\UdpLibrary.cs" />
<Compile Include="TClass\EnumClass.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UDP\AxUdpClient.resx">
<DependentUpon>AxUdpClient.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="IFile\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>