|
@@ -0,0 +1,13 @@
|
|
|
+<?xml version="1.0" encoding="utf-8" ?>
|
|
|
+<configuration>
|
|
|
+ <configSections>
|
|
|
+ </configSections>
|
|
|
+ <connectionStrings>
|
|
|
+ <add name="VorobievStepanovaStudent.Properties.Settings.studentRP31_stepanovaConnectionString"
|
|
|
+ connectionString="Data Source=class31000;Initial Catalog=studentRP31_stepanova;Integrated Security=True"
|
|
|
+ providerName="System.Data.SqlClient" />
|
|
|
+ </connectionStrings>
|
|
|
+ <startup>
|
|
|
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
|
|
|
+ </startup>
|
|
|
+</configuration>
|