From 98e0e7d5fde8292994155cb9947241e042444797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Thu, 18 Dec 2014 20:47:27 +0000 Subject: [PATCH] Added CppSharp tool to dotnet-developer-projects.md --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 565ac9f..2c14561 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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.