14 lines
1.1 KiB
XML
14 lines
1.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Foo.DataAccessLayer.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="DatabaseBillsConnectionString" 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>Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\TestData\Files\DupFiles2\DatabaseBills.accdb;Persist Security Info=True</ConnectionString>
|
|
<ProviderName>System.Data.OleDb</ProviderName>
|
|
</SerializableConnectionString></DesignTimeValue>
|
|
<Value Profile="(Default)">Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\TestData\Files\DupFiles2\DatabaseBills.accdb;Persist Security Info=True</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |