25 lines
1006 B
Plaintext
25 lines
1006 B
Plaintext
|
|
<?xml version="1.0"?>
|
||
|
|
<configuration>
|
||
|
|
<configSections>
|
||
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System">
|
||
|
|
<section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||
|
|
</sectionGroup>
|
||
|
|
</configSections>
|
||
|
|
<applicationSettings>
|
||
|
|
<DevExpress.LookAndFeel.Design.AppSettings>
|
||
|
|
<setting name="DPIAwarenessMode" serializeAs="String">
|
||
|
|
<value>System</value>
|
||
|
|
</setting>
|
||
|
|
</DevExpress.LookAndFeel.Design.AppSettings>
|
||
|
|
</applicationSettings>
|
||
|
|
<appSettings>
|
||
|
|
<add key="Modules" value="" />
|
||
|
|
<add key="NewVersionServer" value="" />
|
||
|
|
<add key="EnableDiagnosticActions" value="False" />
|
||
|
|
<add key="eXpressAppFrameworkTraceLevel" value="3" />
|
||
|
|
<add key="Languages" value="tk-TM" />
|
||
|
|
</appSettings>
|
||
|
|
<connectionStrings>
|
||
|
|
</connectionStrings>
|
||
|
|
</configuration>
|