Files
Mapo-IOB-WIN/IOB-WIN-KAWASAKI/App.Release.config
T
Samuele Locatelli 41ddf3f64c Kawasaki
- progetto nuovo
- spostamento dll su ExtLib livello superiore
- prima compilazione
2025-01-22 12:36:36 +01:00

11 lines
666 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!-- For more information on using transformations
see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
<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="DemoIn" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="DemoOut" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="verbose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
</appSettings>
</configuration>