Pro / dkim-exchange

DKIM Signing Agent for Microsoft Exchange Server
Other
408 stars 143 forks source link

Add Server Core support for Open/Save File Dialogs #361

Closed stryqx closed 2 years ago

stryqx commented 2 years ago

Based on the code provided by @kpreisser here - https://github.com/microsoft/dotnet-framework-early-access/issues/23#issuecomment-393134611

This allows the Open File and Save File dialogs used by Configuration.DkimSigner.exe to use the legacy interfaces supported on Server Core installations.

Fixes # .

Changes included in this PR:

-

stryqx commented 2 years ago

Apologies for the whitespace noise in the .csproj file - I'm a noob to both Visual Studio and Git and couldn't see a quick way to undo/ignore it.