8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<!-- User application and configured property settings go here.-->
|
||
|
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
||
|
<add key="Key.ColumnHeadersVisible" value="True" />
|
||
|
</appSettings>
|
||
|
</configuration>
|