Solution file for Oxide?Not An Issue
when oxidemod , i use oxide_master to make plugins

but umod_master is only compiled umod dll

where can i found them
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.
Locked automatically