I was wondering if two separate C# Windows projects (in two separate solutions) can share one .cs file with shared definitions? If so, then how?
PS. One project is ASP.NET web app and the second project is C# Windows service (started as a Windows console project.)