Is it possible to reference a common project (.shrpoj) from the main .Net project (.xproj)?
I donβt see a way, but something is missing me.
Update
If the link below stops working:
An alternative to shproj in the .net kernel world is to add a compile section to the buildOptions section of the buildOptions file.
For instance:
"buildOptions": { "compile": { "include": [ "../../shared/**/*.cs" ] } }
source share