Table of Contents

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 = 0

The CLR version for the current Visual Studio instance.

exclusiveproject = 28

Whether the project is exclusive in its solution.

guid1 = 1

First GUID generated for the project template.

guid10 = 10

Tenth GUID generated for the project template.

guid2 = 2

Second GUID generated for the project template.

guid3 = 3

Third GUID generated for the project template.

guid4 = 4

Fourth GUID generated for the project template.

guid5 = 5

Fifth GUID generated for the project template.

guid6 = 6

Sixth GUID generated for the project template.

guid7 = 7

Seventh GUID generated for the project template.

guid8 = 8

Eighth GUID generated for the project template.

guid9 = 9

Ninth GUID generated for the project template.

installpath = 26

The Visual Studio installation path.

itemname = 11

The name of the item provided by the user.

machinename = 12

The name of the current machine.

projectname = 13

The name of the project provided by the user in the New Project dialog.

registeredorganization = 14

The registered organization from the Windows registry.

rootnamespace = 15

The root namespace of the current project.

runsilent = 25

Whether to run the template wizard silently.

safeitemname = 16

The safe version of the item name with invalid characters replaced.

safeitemrootname = 17

The safe version of the item root name with invalid characters replaced.

safeprojectname = 18

The safe version of the project name with invalid characters replaced.

specifiedsolutionname = 20

The solution name specified by the user.

targetframeworkversion = 27

The target framework version for the project.

time = 19

The current time in DD/MM/YYYY 00:00:00 format.

userdomain = 21

The domain of the current user.

username = 22

The name of the current user.

webnamespace = 23

The web namespace for web project templates.

year = 24

The current year.