Mini Kabibi Habibi
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<appSettings>
<!--
<add key="Modules" value="
DevExpress.ExpressApp.v13.1;
DevExpress.ExpressApp.Objects.v13.1;
DevExpress.ExpressApp.Win.v13.1;
DevExpress.ExpressApp.Reports.Win.v13.1;
DevExpress.ExpressApp.Scheduler.Win.v13.1;
DevExpress.ExpressApp.Validation.v13.1;
DevExpress.ExpressApp.Validation.Win.v13.1;
DevExpress.ExpressApp.FileAttachment.Win.v13.1;
DevExpress.ExpressApp.Scheduler.Win.v13.1;
DevExpress.ExpressApp.AuditTrail.v13.1;
DevExpress.ExpressApp.Security.v13.1;
XCRM.Module;
XCRM.Module.Win" />
-->
<add key="NewVersionServer" value=""/>
<add key="EnableDiagnosticActions" value="True"/>
<add key="Languages" value="de;es;ja;ru"/>
</appSettings>
<connectionStrings>
<add name="EasyTestConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=.\SQLEXPRESS;Initial Catalog=XCRM_EasyTest_v13.1"/>
<!--
Use the following connection string to connect to a database on the Microsoft SQLExpress Server:
<add name="ConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=.\SQLEXPRESS;Initial Catalog=XCRM_v13.1"/>
-->
<!--
Use the following ConnectionString to connect to a database on the Microsoft SQL Server:
<add name="ConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=(local);Initial Catalog=XCRM_v13.1" />
-->
<!--
Use the following ConnectionString to connect to a Jet (Microsoft Access) database:
<add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data Source=XCRM.mdb;Mode=Share Deny None;" />
-->
</connectionStrings>
<system.diagnostics>
<switches>
<!-- Use one of the following predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
<add name="eXpressAppFramework" value="3"/>
<!--demo_remove start-->
<add name="EasyTest" value="4"/>
<!--demo_remove end-->
<!--
<add name="XPO" value="3" />
-->
</switches>
</system.diagnostics>
</configuration>