Files
CMS-MTConn/MTC_Sim/MTC_Sim/App.Debug.config
T
Samuele E. Locatelli e9d3347ba5 Aggiunta gestione delel configurazioni multiple
inserito nuovo pacchetto configuration transform x gestione modifica file .config in building
2016-06-03 12:08:37 +02:00

8 lines
460 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="defaultConfFile" value="DEMO.xml" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
</appSettings>
</configuration>