Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What other variables are available in visual studio template files?

I've just stumbled upon another question while researching my ability to implement modifications to the Visual Studio 'Class Template File' ( as I'll call it... ); which can be found Here and subsequently Here.

Now, there were a couple of very helpful answers there but there doesn't seem to be any further information on what other variables might be available in this context.

It seems that there are at least 3 variabels; TargetFrameworkVersion, RootNameSpace, and SafeItemRootName ( At least in 2012 ), but I am curious if anyone has any idea as to what else might be available in this context.

like image 973
DigitalJedi805 Avatar asked Jan 14 '14 22:01

DigitalJedi805


1 Answers

A list of parameters available in visual studio template files can be found at MSDN at the following link.

http://msdn.microsoft.com/en-us/library/eehb4faa.aspx

like image 55
DigitalJedi805 Avatar answered Oct 01 '22 18:10

DigitalJedi805