10 lines
642 B
XML
10 lines
642 B
XML
<?xml version="1.0"?>
|
|
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<!--<add key="autoLoadConf" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="procIotMem" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>-->
|
|
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="procIotMem" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
</appSettings>
|
|
</configuration> |