p-Payroll / Payroll / bin / Debug / Payroll.exe.config
Payroll.exe.config
Raw
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
  </configSections>
  <connectionStrings>
    <add name="payrollSystem" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename='|DataDirectory|\payroll db.mdf';Integrated Security=True;Connect Timeout=30"/>
  </connectionStrings>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
</configuration>