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.
14 lines
699 B
14 lines
699 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<!--<add name="LPConnectionString1" connectionString="Data Source=shu00;Initial Catalog=shub_bwpffeld;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>-->
|
|
<add name="LPConnectionString" connectionString="Data Source=shu00;Initial Catalog=bwpm;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="Reportpfad" value="E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Reporting\Reports"/>
|
|
</appSettings>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
|
|
</configuration>
|