Installation
This page explains how to add the Tekniq SDK to your Visual Studio solution and verify that your project is ready for development.
1. Required files
TekniqSDK.dll- Your developer GUID
- The signing tool from the external developer setup
2. Add the SDK reference
- Open your plugin project in Visual Studio.
- Right-click the project and choose Add Reference.
- Browse to
TekniqSDK.dll. - Add the reference and save the project.
using TekniqSDK;
using TekniqSDK.Licensing;
3. Verify the setup
Build the project and confirm that the assembly resolves correctly. Once the reference is working, continue with your first plugin and SDK initialization.