Is it possible to use different kind of content loaders which isnt dll files but included to main project so they goes to .exe file?
I have tried but ie content.Load() complains that it doesnt find SomeLoader. Dont know how monogame handles these, using reflection I think but can I point somehow that SomeLoader is in .exe and not in .dll?