Editing .csproj file by any text editors is easy. In a C# programming these days, it is becoming increasingly the case that direct editing a .csproj XML file, instead of via Visual Studio’s project property GUI. Because, the contents of modern .csproj file (a.k.a “SDK style project”) is very simpler rather than old style .csproj file. Additionally, by default…