Files
Fuchs_Intranet/Fuchs_Intranet.slnx
T
Stefan b17baca835 Unify email/SMS via ProcessWeb Mailer API, remove legacy
Replaces legacy email/SMS logic with a new IComService abstraction using the ProcessWeb Mailer API for all outbound communication. Removes FuchsFdsEmail, FuchsEmailService, IEmailService, SmtpAccountSettings, and FuchsEmailSettings. Updates controllers to use IComService. Refactors appsettings.json to use a new "Mailer" section. Adds ProcessWebComSettings and a stub for secret management. Removes OCORE.sms.SMS77 and direct SMTP/MailKit usage. Cleans up solution file references to OCORE projects.
2026-05-18 08:11:21 +02:00

23 lines
923 B
XML

<Solution>
<Configurations>
<BuildType Name="db-dev.processweb.de" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="server02.processweb.de" />
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Project Path="../../WebProjectComponents/MT940Parser/MT940Parser/MT940Parser.csproj">
<BuildType Solution="db-dev.processweb.de|Any CPU" Project="Debug" />
<BuildType Solution="server02.processweb.de|Any CPU" Project="Debug" />
</Project>
<Project Path="Fuchs.Tests/Fuchs.Tests.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Debug" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="Fuchs/Fuchs.csproj" />
<Project Path="Fuchs_DataService/Fuchs_DataService.csproj" />
<Project Path="MFR_RESTClient/MFR_RESTClient.csproj" />
</Solution>