2010-09-23 03:19:47 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<configuration>
|
2010-10-10 19:00:07 +00:00
|
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
2010-10-15 07:10:44 +00:00
|
|
|
<supportedRuntime version="v4.0" />
|
2010-10-10 19:00:07 +00:00
|
|
|
</startup>
|
2010-10-15 07:10:44 +00:00
|
|
|
<appSettings>
|
2011-03-30 15:42:36 +00:00
|
|
|
<add key="port" value="8989" />
|
2010-10-15 07:10:44 +00:00
|
|
|
</appSettings>
|
|
|
|
</configuration>
|