Wiki

Clone wiki

SolutionTemplates / Template file syntax

Syntax of template files is similar to syntax used in code transformations in NuGet packages.

Placeholders in file are marked by

$tokenName$

Each tokenName in file will be resolved using project properties or value provided by user

Updated