Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Settings.settings 1.8KB

12345678910111213141516171819202122
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="連線字串" Type="(Connection string)" Scope="Application">
  6. <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
  7. &lt;SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  8. &lt;ConnectionString&gt;Data Source=192.168.10.5;Initial Catalog=HX-GPS-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=0911274990&lt;/ConnectionString&gt;
  9. &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
  10. &lt;/SerializableConnectionString&gt;</DesignTimeValue>
  11. <Value Profile="(Default)">Data Source=192.168.1.63,2433;Initial Catalog=HX-GPS-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=0911274990</Value>
  12. </Setting>
  13. <Setting Name="設定" Type="(Connection string)" Scope="Application">
  14. <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
  15. &lt;SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  16. &lt;ConnectionString&gt;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\bin\Debug\HabitData.mdb;Persist Security Info=True&lt;/ConnectionString&gt;
  17. &lt;ProviderName&gt;System.Data.OleDb&lt;/ProviderName&gt;
  18. &lt;/SerializableConnectionString&gt;</DesignTimeValue>
  19. <Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\bin\Debug\HabitData.mdb;Persist Security Info=True</Value>
  20. </Setting>
  21. </Settings>
  22. </SettingsFile>