When creating a new project, Visual Studio adds:

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; 

How to add to your template using? For example:

 using static System.Console; 
  • probably not in the project, but in the file? - Grundy
  • @Grundy Actually, yes. Program.cs file in the project. - Fenestron
  • 2
    Menu File> Export Template. - Alexander Petrov
  • 2
  • @Grundy Ok. I figured it out. Thanks to all. - Fenestron

1 answer 1

Export a project or a project element from the current solution to a template on the basis of which you can create new projects.