Mineplex2018-withcommit/TestApps/LOCTester/bin/Debug/LOCTester.exe.config

18 lines
677 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<?xml version="1.0" ?>
<configuration>
<configSections>
<section name="adminClientConfigurationSection"
type="LOCTester.AdminClientConfigurationSection,LOC.Website.COmmon"
allowLocation="true"
allowDefinition="Everywhere" />
</configSections>
<adminClientConfigurationSection machineNumber="101"
baseServiceUri="http://localhost:6969"
machineSerial="101"
domainName="arrow.local" />
<startup>
<supportedRuntime version="v4.0"
sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>