Files
gtav-src/tools_ng/ironlib/lib/RSG.Pipeline.Automation.Database.ServerConsole.exe.config
2025-09-29 00:52:08 +02:00

21 lines
588 B
XML
Executable File

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
<bindings configSource="Config\Bindings.xml"/>
<behaviors configSource="Config\Behaviours.xml"/>
<services configSource="Config\Services.xml"/>
<diagnostics>
<messageLogging logMalformedMessages="false" logMessagesAtTransportLevel="false"/>
</diagnostics>
</system.serviceModel>
</configuration>