32 lines
1.8 KiB
XML
32 lines
1.8 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="server" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">192.168.1.41</Value>
|
|
</Setting>
|
|
<Setting Name="database" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">Toshiba_kanban</Value>
|
|
</Setting>
|
|
<Setting Name="username" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">cats</Value>
|
|
</Setting>
|
|
<Setting Name="password" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">dogs</Value>
|
|
</Setting>
|
|
<Setting Name="dbserver" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">SQL Server</Value>
|
|
</Setting>
|
|
<Setting Name="isTrusted" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="EpsonConnectionString" 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>DataSource=192.168.1.41;Initial Catalog=Toshiba2;Persist Security Info=true;User ID=cats;Password=dogs;Connect Timeout=0</ConnectionString>
|
|
<ProviderName>System.Data.SqlClient</ProviderName>
|
|
</SerializableConnectionString></DesignTimeValue>
|
|
<Value Profile="(Default)">DataSource=192.168.1.41;Initial Catalog=Toshiba2;Persist Security Info=true;User ID=cats;Password=dogs;Connect Timeout=0</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |