Toshiba_Kanban_Issuance/.svn/pristine/e6/e6a581c70bef0c920a7e2dd1bbb7dcd68ec50105.svn-base

32 lines
1.7 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.50</Value>
</Setting>
<Setting Name="database" Type="System.String" Scope="User">
<Value Profile="(Default)">Epson</Value>
</Setting>
<Setting Name="username" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="password" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</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)">True</Value>
</Setting>
<Setting Name="EpsonConnectionString" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ConnectionString&gt;Data Source=192.168.1.50;Initial Catalog=Epson;Persist Security Info=True;User ID=cats;Password=dogs&lt;/ConnectionString&gt;
&lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=192.168.1.50;Initial Catalog=Epson;Persist Security Info=True;User ID=cats;Password=dogs</Value>
</Setting>
</Settings>
</SettingsFile>