I am trying to make custom template project in Visual Studio 2019. In my template Project directives should be inside the namespace. while coding I am keeping them inside. But when project generated I see them outside(my code is overwritten).
How can I make Visual Studio to place using
statements in the namespace for every new project created using custom project template?