16 lines
431 B
XML
Executable File
16 lines
431 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\StatisticsHttpClients.xml" />
|
|
</system.serviceModel>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
</configuration>
|