init commit all code

This commit is contained in:
路 范
2021-12-20 17:17:49 +08:00
parent 66d48149a6
commit f60ad763ed
1325 changed files with 1744918 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" />
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
<appSettings>
<add key="IpInfo" value=":9999"/>
<add key="AccountConfigPath" value="AccountConfig.xml"/>
</appSettings>
<superSocket>
<servers>
<server name="Getf.Service.Transfer" serverType="Getf.Service.Transfer.Core.Server, Getf.Service.Transfer.Core" port="8002">
</server>
</servers>
</superSocket>
</configuration>