Solution
To create a custom template project that appears in the Projects section of the Launcher, follow these steps:
- Create the template project with the desired name. It is recommended that the folder on disk contains the dependent files (i.e. VeriStand project files, documentation, etc...).
- Copy the template project folder to <Public Documents>/National Instruments/<NI VeriStand 202x>/Examples.
- Create a text file and save as "template_name".contentdef in the Examples directory. This text file should include the following information:
<?xml version="1.0" encoding="UTF-8"?>
<ContentDefinition xmlns="http://www.ni.com/PlatformFramework" PageIdentifier="{7B498882-3276-4C51-A84A-D835178F080B}">
<ProjectFileReference StoragePath="{template_name}/template_name.nivsprj"/>
</ContentDefinition>