Merge pull request #159 from tritao/patch-1

Added CppSharp tool to dotnet-developer-projects.md
pull/160/head
Rich Lander 2014-12-18 17:30:40 -08:00
commit a6e55e7e4d
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* Tools
* [Cake](https://github.com/cake-build/cake) (C# Make) - A build automation system with C#/Roslyn driven build scripts.
* [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET.
* [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables
* [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake.
* [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies.