CASA/c_sharp/SecretStoreClientManager/app.config

8 lines
302 B
Plaintext
Raw Normal View History

<?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>