ece1b2ef34
chiave app.config "startMinimized" se true resta in tray non aperto... inoltre nei deploy SCM/CMS da ora NON apre + dump in automatico
10 lines
652 B
XML
10 lines
652 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="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="defaultConfFile" value="SCM_ESA.xml" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
</appSettings>
|
|
</configuration> |