8

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.

Community
  • 1
  • 1
DigitalJedi805
  • 1,486
  • 4
  • 16
  • 41

1 Answers1

1

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

DigitalJedi805
  • 1,486
  • 4
  • 16
  • 41
  • 1
    that document doesn't for example list safeitemrootname, referred to by the OP, and used in the Class.cs template file. – shannon Jan 03 '15 at 01:41
  • @DigitalJedi805 - R u sure that link mentioned in your answer contains all the template parameters? – Ravi Kanasagra Jun 24 '15 at 05:49