You have to build the macro before you can use it in CorelDRAW:
- Download and install Visual Studio Community.
- Open Visual Studio (select Visual C# environment in first run).
- Change Solution Configurations to Release on Standard bar.
- Build project (menu Buil > Build {MacroName} / Shift+F6).
You can copy files manually without creating an installer:
- Copy the macro .\bin\Release\{MacroName}.dll to C:\Program Files\Corel\CorelDRAW Graphics Suite X7\Programs64\Addons\{MacroName} (you need to create this folder).
- Copy installer .\installer\{MacroName}Installer.gms to C:\Users\%your_user%\AppData\Roaming\Corel\CorelDRAW Graphics Suite X7\Draw\GMS.
Or you can create an installer for simple installation:
- Download and install Nullsoft Scriptable Install System.
- Copy .\bin\Release\{MacroName}.dll to .\installer folder.
- Open context menu on *.nsi file and select Compile NSIS Script.
After that you can install the macro by created *.exe file.
- Run CorelDRAW.
- Click OK in the pop-up question. If you don't see it, open Macro Manager or run {MacroName}Installer manually.
After these actions macro's button appears on the Standard Bar.