When creating a new project in Visual Studio you have the option to select 'DataMiner NuGet Package Project' and 'DataMiner NuGet Package Solution' (see screenshot). When should you use one or the other?
Hi Michiel
If you start a new solution, they you need to take the Solution template. This will already include a project with the correct settings. If you want to add an extra project (meant to be another NuGet package), then you can use the Project template. This will add the project to the solution with the same settings as the current project.