!!!!!!!!! ATTENTION: Visual Studio 2017 or greate needs to be used !!!!!!!!!!!!!!!!
1.) Open project file CSICSharpDemo.csproj with Visual Studio. After opening the first step is to add the dependent packages to the project:
2.) In the Solution Explorer, right click the project and select "Manage NuGet Packages..."
3.) In the top right corner of the NuGet window, there is an option to configure "Package sources", press the small settings icon. 
4.) Add a new package source by pressing the "+" button, give it the name "LocalCSI" and set the "Source" location to the "packages" folder of this project directory.
5.) Press OK and select "Browse" in the NuGet window. Change the "Package source" in the top right to "LocalCSI" which was created in the previous step. 
6.) It should show two packages, CppSharp and CSISharp. Install both of them.
7.) Now the project can be compiled and run.
