I'm not sure why you are using the source at all, we provide pre-compiled DLLs for use. The oxide branch is what you are looking for though.
As far as .sln specifically for plugins goes, you can setup a standard C# project in Visual Studio or similar IDE, reference the pre-compiled DLLs and any other necessary dependencies, and go from there; no need for the source or repo files.