Relative Content

Tag Archive for c#visual-studiowinforms

Embedd the .dll.config of my published WinForms App

I’ve developed a Windows Forms app in VS2022 which has a couple int-typed User Settings so that when the user modifies certain parameters their values are saved and loaded in the next app execution. This has generated an App.config xml file in my project with Build Action->None and Copy to Output Directory->Do not copy properties.