Concerto DotNet is a C++ library that provides a simple interface for calling a .NET assembly from C++.
TODO
Clone this repository to your local machine.
git clone https://github.com/ArthurVasseur/Concerto.gitInstall xmake
Build the project with xmake.
xmakeCreating cmake project files.
xmake project -k cmakelistsCreating Visual Studio project files.
xmake project -k vsxmake