﻿<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
  </startup>
  <connectionStrings>
    <add name="pdiCS" connectionString="Data Source=dev.nem.mx,2500;Initial Catalog=pdi;User ID=pdiuser; password=pD!p@zZzW0rd!.OK;" providerName="System.Data.SqlClient" />
    <add name="pdiEntities" connectionString="metadata=res://*/PDIModel.csdl|res://*/PDIModel.ssdl|res://*/PDIModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=dev.nem.mx,2500;initial catalog=pdi;persist security info=True;user id=pdiuser;password=pD!p@zZzW0rd!.OK;encrypt=False;trustservercertificate=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
  <!-- NOTE: runtime config (ImagesPath, PDFsPath, BlankPage*, and the connection strings) is loaded
       at startup from C:\PDI\PDIWinConfiguration.json (see WinConfig.cs) and injected over this file,
       so per-site values are NOT kept here and ClickOnce updates never overwrite them. The connection
       strings below remain only as an EF design-time / build fallback; the JSON overrides them. -->
  <appSettings />
  <entityFramework>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
</configuration>