Creating a user settings class library for your C# project

Some instructions on how to maintain your project properties as a separate class library in Visual Studio. For this project I am using Visual Studio 2015. Step 1: Create a new Visual Studio console application Step 2: Create a new class library Create and add to your project as follows. You can remove the “Class1.cs” …

Continue reading ‘Creating a user settings class library for your C# project’ »