mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
20 lines
1.5 KiB
XML
20 lines
1.5 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="e2A_Client.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="ConnectionString" Type="(Connection string)" Scope="Application">
|
|
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
|
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<ConnectionString>Data Source=SQL-Server;Initial Catalog=e2A;Persist Security Info=True;User ID=e2A Client;Password=eSYH4EYoK6Guc5KIclhgFDlGc4;MultipleActiveResultSets=true</ConnectionString>
|
|
<ProviderName>System.Data.SqlClient</ProviderName>
|
|
</SerializableConnectionString></DesignTimeValue>
|
|
<Value Profile="(Default)">Data Source=SQL-Server;Initial Catalog=e2A;Persist Security Info=True;User ID=e2A Client;Password=eSYH4EYoK6Guc5KIclhgFDlGc4;MultipleActiveResultSets=true</Value>
|
|
</Setting>
|
|
<Setting Name="DocArchivePath" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">%USERPROFILE%\Desktop\e2A_Client\Archive\</Value>
|
|
</Setting>
|
|
<Setting Name="DocProcessingPath" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">%USERPROFILE%\Desktop\e2A_Client\Processing\</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |