I have a .cs file full of C# code I keep reusing in multiple projects.
.cs
Right now I\'m including it in these projects by copying and pasting the code int
Put the code into a separate class library project and reference that in your other projects.