My project file has this:
<PropertyGroup>
<SolutionName>Foo</SolutionName>
<AssemblyName>$(SolutionName).$(MSBuildProjectName)</AssemblyName>
</PropertyGroup>
I can get AssemblyName programmatically using GetType().Assembly.GetName().Name.
Is it possible to get SolutionName?