You're encouraged to contribute to the ResourceLib project. The latest information about this project and source code can be found at https://github.com/resourcelib/resourcelib.
A development environment requires the following software.
- A GIT Client
- Microsoft Visual Studio 2010
- NuGet
You can build all C# source code in Visual Studio. To build the entire project, use MSBuild from command line and type:
c:\source\resourcelib> msbuild ResourceLib.sln
Fork the project on Github, commit changes to your local repository, push changes to your fork, and make a pull request. Bonus points for topic branches.