Hi,
I know that you can not publish a solution with two projects to the same web app.
But what is the general idea? By creating a second class library project and reference this from the main app project I separate the functions in my solution. But how is this supposed to be “exported” to a published app?
With a unit test class as part of a solution I can understand that this should not be published to a web app but the library is something the main app uses.