Commit dbf678f5 authored by keyongyu's avatar keyongyu

config

parent 96d6ddde
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<configuration> <configuration>
<connectionStrings> <connectionStrings>
<!-- Example connection to a SQL Server Database on localhost. --> <!-- Example connection to a SQL Server Database on localhost. -->
...@@ -7,14 +7,21 @@ ...@@ -7,14 +7,21 @@
providerName="System.Data.SqlClient" /> --> providerName="System.Data.SqlClient" /> -->
</connectionStrings> </connectionStrings>
<appSettings> <appSettings>
<add key="language" value="chinese" /> <!-- access these values via the property:
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" /> System.Configuration.ConfigurationManager.AppSettings[key]
<add key="updateURL" value="https://github.com/247321453/DataEditorX/tree/master/win32/readme.txt" /> -->
<add key="cdb" value="F:\10月13日数据更新(中文音效版)\cards.cdb" /> <!-- language directory -->
<add key="image_quilty" value="96" /> <add key="language" value="chinese" />
<add key="image" value="44,64,177,254" /> <!-- DataEditorX source code -->
<add key="image_other" value="25,54,128,128" /> <add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<add key="image_xyz" value="24,51,128,128" /> <!-- DataEditorX update url-->
<add key="image_pendulum" value="14,46,149,120" /> <add key="updateURL" value="https://github.com/247321453/DataEditorX/tree/master/win32/readme.txt" />
</appSettings> <!-- Defult DataBase -->
<add key="cdb" value="cards.cdb" />
<add key="image_quilty" value="96" />
<add key="image" value="44,64,177,254" />
<add key="image_other" value="25,54,128,128" />
<add key="image_xyz" value="24,51,128,128" />
<add key="image_pendulum" value="14,46,149,120" />
</appSettings>
</configuration> </configuration>
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment