修改名称
This commit is contained in:
parent
591e0e1b8f
commit
6860198470
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,9 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.4.33213.308
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.32929.386
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dianci", "Dianci.csproj", "{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NengLiang", "NengLiang.csproj", "{3E0C57DE-5718-4030-A5CD-2EBA107FB7B6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
@ -16,7 +16,7 @@ using System.Net.Sockets;
|
|||
using System.Net;
|
||||
using System.Collections;
|
||||
|
||||
internal class MagnetServer
|
||||
internal class NengLiang
|
||||
{
|
||||
|
||||
static log4net.ILog log;
|
|
@ -56,7 +56,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CRC.cs" />
|
||||
<Compile Include="Dianci.cs" />
|
||||
<Compile Include="NengLiang.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ToolKit.cs" />
|
||||
</ItemGroup>
|
Loading…
Reference in New Issue