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