13 lines
458 B
XML
Executable File
13 lines
458 B
XML
Executable File
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<!-- WCF Config -->
|
|
<system.serviceModel>
|
|
<bindings configSource="Config\StatisticsBindings.xml" />
|
|
<behaviors configSource="Config\StatisticsBehaviours.xml" />
|
|
<client configSource="Config\StatisticsTcpAsyncClients.xml" />
|
|
</system.serviceModel>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
</configuration> |