Enum VsProjectTemplateParameters
- Namespace
- SunamoDevCode.Enums
- Assembly
- SunamoDevCode.dll
Visual Studio project template replacement parameters used during project creation.
public enum VsProjectTemplateParameters
- Extension Methods
Fields
clrversion = 0The CLR version for the current Visual Studio instance.
exclusiveproject = 28Whether the project is exclusive in its solution.
guid1 = 1First GUID generated for the project template.
guid10 = 10Tenth GUID generated for the project template.
guid2 = 2Second GUID generated for the project template.
guid3 = 3Third GUID generated for the project template.
guid4 = 4Fourth GUID generated for the project template.
guid5 = 5Fifth GUID generated for the project template.
guid6 = 6Sixth GUID generated for the project template.
guid7 = 7Seventh GUID generated for the project template.
guid8 = 8Eighth GUID generated for the project template.
guid9 = 9Ninth GUID generated for the project template.
installpath = 26The Visual Studio installation path.
itemname = 11The name of the item provided by the user.
machinename = 12The name of the current machine.
projectname = 13The name of the project provided by the user in the New Project dialog.
registeredorganization = 14The registered organization from the Windows registry.
rootnamespace = 15The root namespace of the current project.
runsilent = 25Whether to run the template wizard silently.
safeitemname = 16The safe version of the item name with invalid characters replaced.
safeitemrootname = 17The safe version of the item root name with invalid characters replaced.
safeprojectname = 18The safe version of the project name with invalid characters replaced.
specifiedsolutionname = 20The solution name specified by the user.
targetframeworkversion = 27The target framework version for the project.
time = 19The current time in DD/MM/YYYY 00:00:00 format.
userdomain = 21The domain of the current user.
username = 22The name of the current user.
webnamespace = 23The web namespace for web project templates.
year = 24The current year.