visual studio - C# Starting Template -


is there way can have template (of own choice) when open visual studio. know in c++ go c:\program files (x86)\microsoft visual studio 14.0\vc\vcprojectitem\newc++file , can open newc++file file , paste template there. i'm in college , our teachers wants have few lines @ start description of program our names etc, , don't want have copy paste/type in every time.

yes, can create project template.

  1. create project.
  2. add/delete/modify files.
  3. go fileexport templateexport template, click project template , follow wizard.

see msdn.

and then, when create new project can select template.

you can several way, in point of view, 1 easiest.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -