> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/how-to/how-to-update-your-project-to-add-qlm-license-protection.md).

# How to update your project to add QLM License Protection

The table below describes the modifications that need to be made to your development project to integrate with QLM. If your IDE is not listed, please contact us at <support@soraco.co>.

Visual Studio - .NET C#

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cs</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll (add as a Reference)                                                      | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe \[*optional*]                                                          | \<Bin Folder>     |

&#x20;

Visual Studio - VB.NET

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.vb</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll (add as a Reference)                                                      | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe \[*optional*]                                                          | \<Bin Folder>     |

&#x20;

Visual Studio - Visual C++

| **Files to add to your project**                                                                               | **Target Folder** |
| -------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cpp, h</p><p>(files generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>   | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                          | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseLib.dll.manifest                                                                 | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                       | \<Bin Folder>     |

&#x20;

Excel, MS-Access, VB6, VBA

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cls</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>      | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmCLRHost\_x64.dll                                                                         | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmCLRHost\_x86.dll                                                                         | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

Embarcadero Delphi&#x20;

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>      | \<Project Folder> |
| <p>mscorlib\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>         | \<Project Folder> |
| <p>mscoree\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>          | \<Project Folder> |
| <p>QlmLicenseLib\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>    | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

Embarcadero C++ Builder

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>    | \<Project Folder> |
| <p>mscorlib\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>mscoree\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>        | \<Project Folder> |
| <p>QlmLicenseLib\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>  | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

**DEFINITIONS**

**Project Folder**: the folder where you source code is located.

**Bin Folder**: the folder where your binaries are located.
