67 lines
2.3 KiB
XML
Executable File
67 lines
2.3 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="ps3LeaderboardVersion" value="87"/>
|
|
<add key="xboxLeaderboardVersion" value="68"/>
|
|
<add key="winLeaderboardVersion" value="68"/>
|
|
</appSettings>
|
|
|
|
<!-- WCF Config -->
|
|
<system.serviceModel>
|
|
<bindings configSource="Config\StatisticsBindings.xml" />
|
|
|
|
<behaviors configSource="Config\StatisticsBehaviours.xml" />
|
|
|
|
<services configSource="Config\Services_Http.xml" />
|
|
|
|
<diagnostics>
|
|
<messageLogging logMalformedMessages="false" logMessagesAtTransportLevel="false"/>
|
|
</diagnostics>
|
|
</system.serviceModel>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="System.ServiceModel" switchValue="Warning, ActivityTracing"
|
|
propagateActivity="true">
|
|
<listeners>
|
|
<add type="System.Diagnostics.DefaultTraceListener" name="Default">
|
|
<filter type=""/>
|
|
</add>
|
|
<add name="ServiceModelTraceListener">
|
|
<filter type=""/>
|
|
</add>
|
|
</listeners>
|
|
</source>
|
|
<source name="System.ServiceModel.MessageLogging"
|
|
switchValue="Warning, ActivityTracing">
|
|
<listeners>
|
|
<add type="System.Diagnostics.DefaultTraceListener" name="Default">
|
|
<filter type=""/>
|
|
</add>
|
|
<add name="ServiceModelMessageLoggingListener">
|
|
<filter type=""/>
|
|
</add>
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
<sharedListeners>
|
|
<add initializeData="c:\temp\vertica_tracelog.svclog"
|
|
type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0,
|
|
Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelTraceListener"
|
|
traceOutputOptions="Timestamp">
|
|
<filter type=""/>
|
|
</add>
|
|
<add initializeData="c:\temp\vertica_messages.svclog"
|
|
type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0,
|
|
Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener"
|
|
traceOutputOptions="Timestamp">
|
|
<filter type=""/>
|
|
</add>
|
|
</sharedListeners>
|
|
</system.diagnostics>
|
|
</configuration>
|