Toshiba_Kanban_Issuance/Mounting Sequence/My Project/Settings.settings

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)">&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;DataSource=192.168.1.41;Initial Catalog=Toshiba2;Persist Security Info=true;User ID=cats;Password=dogs;Connect Timeout=0&lt;/ConnectionString&gt;
&lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
&lt;/SerializableConnectionString&gt;</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>