I want to make some changes in System.Net for example. Editing the files, and running 'make' does the job.
However, I want to add files and classes, and need reference to them. I need .sln file which can be opened via Monodevelop (I do not use MS VS), and add the files to the different csproj files.
System-bare-*.sln files opened with a lot of missing files.
What is the correct way?
Mono compilation is still make file based so you cannot use MonoDevelop yet.