Is your feature request related to a problem? Please describe.
Adding two or more X# SDK Projects to the same Solution results in an Error "The namespace 'Company.Namespace1' already contains a definition for Class1.
C#-SDK-Style Projects don't set the RootNamespace and use the Project-Name as RootNamespace if not defined differently.
Describe the solution you'd like
I would prefer the C# like solution. It would reduce the Boilerplate-Code in the Project File and would reduce the risk of Collisions.