Initial commit

This commit is contained in:
2021-04-20 07:39:40 +02:00
commit 1efa65864e
3895 changed files with 2126363 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="RemoteObjUrl" value="tcp://192.168.11.10/RCEDKB07WS.rem" />
</appSettings>
<system.runtime.remoting>
<application>
<!-- Define the protocol used for network access.
The protocol must match the component host, but any port is valid.
A port of 0 simply means "dynamically choose an available port." -->
<channels>
<channel ref="tcp" port="0">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>