The solution consists of two projects, one very small which contains the user interface, in this case a very simple command line interface.
Now if you hit F6 or Build de solution Visual Studio will try to compile the project.
This build will fail miserably, but don’t worry this is what we expect here. The reason for failure is that we have not linked the project to Adlib Designer’s DLL’s yet. These DLL’s are a part of Axiell Designer or Adlib Designer and are proprietary and are can therefore not be included in the Git repository. These modules are NOT open source, so you will have to link the code for the AdlibGraph solution to your own version of Axiell / Adlib Designer (which you have if you are a licensed Axiell customer)
This is a straightforward process, just follow the next steps…