更改项目名

This commit is contained in:
高国正 2023-02-25 15:37:10 +08:00
parent 6860198470
commit 1af8e2f705
11 changed files with 687 additions and 661 deletions

Binary file not shown.

Binary file not shown.

View File

@ -16,6 +16,8 @@ using System.Net.Sockets;
using System.Net;
using System.Collections;
namespace NengLiang
{
internal class NengLiang
{
@ -732,7 +734,6 @@ internal class NengLiang
}
}

25
NengLiang/NengLiang.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32929.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NengLiang", "NengLiang.csproj", "{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD8A19F4-BBBF-422D-BB76-7F0953F3DB46}
EndGlobalSection
EndGlobal