if we had to support .csproj files in a similar way, what changes would be required? is it fundamental changes?
.csproj files usually load C# files even if not specified (no Include) so i guess in a way is a bit different, or would it be ok to retrigger assembly recompilation? so kind of to reuse #r .dll and kind of search for all assemblies in the bin solution and reference them as well?

if we had to support
.csprojfiles in a similar way, what changes would be required? is it fundamental changes?.csproj files usually load C# files even if not specified (no Include) so i guess in a way is a bit different, or would it be ok to retrigger assembly recompilation? so kind of to reuse #r .dll and kind of search for all assemblies in the bin solution and reference them as well?