forked from ldcsaa/HP-Socket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
16,430 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1��C# Demo�����ߣ�int 2e | ||
2��Delphi Demo�����ߣ�int 2e | ||
3��E ���� Demo�����ߣ�Yecate |
150 changes: 150 additions & 0 deletions
150
HP-Socket/Demo/Other Languages Demos/C#/HPSocket4CS/CSharpTestEcho-4C.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPSocketCS", "HPSocketCS\HPSocketCS.csproj", "{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpPullClient", "TcpPullClient\TcpPullClient.csproj", "{B9965E66-853A-47CC-B0C9-197B5A29ABFC}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpPullServer", "TcpPullServer\TcpPullServer.csproj", "{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpClient", "TcpClient\TcpClient.csproj", "{B6E43918-236A-4EA7-84C8-ED4A98049907}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpServer", "TcpServer\TcpServer.csproj", "{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpProxyServer", "TcpProxyServer\TcpProxyServer.csproj", "{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpServer-PFM", "TcpServer-PFM\TcpServer-PFM.csproj", "{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TcpClient-PFM", "TcpClient-PFM\TcpClient-PFM.csproj", "{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|x64.ActiveCfg = Debug|x64 | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|x64.Build.0 = Debug|x64 | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Debug|x86.Build.0 = Debug|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|x64.ActiveCfg = Release|x64 | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|x64.Build.0 = Release|x64 | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|x86.ActiveCfg = Release|Any CPU | ||
{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}.Release|x86.Build.0 = Release|Any CPU | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|x64.ActiveCfg = Debug|x64 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|x64.Build.0 = Debug|x64 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|x86.ActiveCfg = Debug|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Debug|x86.Build.0 = Debug|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|x64.ActiveCfg = Release|x64 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|x64.Build.0 = Release|x64 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|x86.ActiveCfg = Release|x86 | ||
{B9965E66-853A-47CC-B0C9-197B5A29ABFC}.Release|x86.Build.0 = Release|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|x64.ActiveCfg = Debug|x64 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|x64.Build.0 = Debug|x64 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|x86.ActiveCfg = Debug|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Debug|x86.Build.0 = Debug|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|x64.ActiveCfg = Release|x64 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|x64.Build.0 = Release|x64 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|x86.ActiveCfg = Release|x86 | ||
{B6654857-4C82-4F92-AD7A-21FD3ED5BBFA}.Release|x86.Build.0 = Release|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|x64.ActiveCfg = Debug|x64 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|x64.Build.0 = Debug|x64 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|x86.ActiveCfg = Debug|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Debug|x86.Build.0 = Debug|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|x64.ActiveCfg = Release|x64 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|x64.Build.0 = Release|x64 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|x86.ActiveCfg = Release|x86 | ||
{B6E43918-236A-4EA7-84C8-ED4A98049907}.Release|x86.Build.0 = Release|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|x64.ActiveCfg = Debug|x64 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|x64.Build.0 = Debug|x64 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|x86.ActiveCfg = Debug|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Debug|x86.Build.0 = Debug|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|x64.ActiveCfg = Release|x64 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|x64.Build.0 = Release|x64 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|x86.ActiveCfg = Release|x86 | ||
{9A3339BC-37F0-4D03-9ACE-51CC4CF75277}.Release|x86.Build.0 = Release|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|x64.ActiveCfg = Debug|x64 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|x64.Build.0 = Debug|x64 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|x86.ActiveCfg = Debug|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Debug|x86.Build.0 = Debug|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|x64.ActiveCfg = Release|x64 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|x64.Build.0 = Release|x64 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|x86.ActiveCfg = Release|x86 | ||
{5FEB9E6D-2526-4F4F-957C-093D7FFB9B98}.Release|x86.Build.0 = Release|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|x64.ActiveCfg = Debug|x64 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|x64.Build.0 = Debug|x64 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|x86.ActiveCfg = Debug|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Debug|x86.Build.0 = Debug|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|x64.ActiveCfg = Release|x64 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|x64.Build.0 = Release|x64 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|x86.ActiveCfg = Release|x86 | ||
{10426A79-A3B3-4CD2-BD84-02AAEE27FB75}.Release|x86.Build.0 = Release|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|x64.ActiveCfg = Debug|x64 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|x64.Build.0 = Debug|x64 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|x86.ActiveCfg = Debug|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Debug|x86.Build.0 = Debug|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|x64.ActiveCfg = Release|x64 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|x64.Build.0 = Release|x64 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|x86.ActiveCfg = Release|x86 | ||
{9A2CEAF1-95CF-4E7D-91D5-42DB1F3FD29A}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
89 changes: 89 additions & 0 deletions
89
HP-Socket/Demo/Other Languages Demos/C#/HPSocket4CS/HPSocketCS/HPSocketCS.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>HPSocketCS</RootNamespace> | ||
<AssemblyName>HPSocketCS</AssemblyName> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\bin\x86\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\bin\x86\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</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> | ||
<CodeAnalysisLogFile>..\bin\Debug\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | ||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | ||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
<CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | ||
<CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> | ||
<OutputPath>..\bin\x64\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<CodeAnalysisLogFile>..\bin\Release\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | ||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | ||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
<CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | ||
<CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Sdk.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="TcpAgent.cs" /> | ||
<Compile Include="TcpPullAgent.cs" /> | ||
<Compile Include="TcpClient.cs" /> | ||
<Compile Include="TcpPullClient.cs" /> | ||
<Compile Include="TcpServer.cs" /> | ||
<Compile Include="TcpPullServer.cs" /> | ||
</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> |
36 changes: 36 additions & 0 deletions
36
HP-Socket/Demo/Other Languages Demos/C#/HPSocket4CS/HPSocketCS/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.InteropServices; | ||
|
||
// 有关程序集的常规信息通过以下 | ||
// 特性集控制。更改这些特性值可修改 | ||
// 与程序集关联的信息。 | ||
[assembly: AssemblyTitle("HPSocketCS")] | ||
[assembly: AssemblyDescription("HP-Socket for C#")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("JessMA Open Source")] | ||
[assembly: AssemblyProduct("HPSocketCS")] | ||
[assembly: AssemblyCopyright("Copyright © 2014")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
// 将 ComVisible 设置为 false 使此程序集中的类型 | ||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型, | ||
// 则将该类型上的 ComVisible 特性设置为 true。 | ||
[assembly: ComVisible(false)] | ||
|
||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID | ||
[assembly: Guid("f54bd34d-cd0c-40dc-8c50-73c3ead0a894")] | ||
|
||
// 程序集的版本信息由下面四个值组成: | ||
// | ||
// 主版本 | ||
// 次版本 | ||
// 内部版本号 | ||
// 修订号 | ||
// | ||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, | ||
// 方法是按如下所示使用“*”: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("3.2.3")] | ||
[assembly: AssemblyFileVersion("3.2.3")] |
Oops, something went wrong.