C# SCADA
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.

10 lines
445 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="HMIControl.VisualStudio.Design.Properties.Settings.MYCOS_DATAConnectionString"
connectionString="Data Source=COMPUTER\SQLEXPRESS;Initial Catalog=MYCOS_DATA;Persist Security Info=True;User ID=sa"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>