Skip to content

Instantly share code, notes, and snippets.

@itsuart
Created February 27, 2019 12:46
Show Gist options
  • Save itsuart/dbff16a7c4bd7b7b7cdc758c196517b4 to your computer and use it in GitHub Desktop.
Save itsuart/dbff16a7c4bd7b7b7cdc758c196517b4 to your computer and use it in GitHub Desktop.
visual studio item template variables test
clrversion = $clrversion$
guid1 = $guid1$
itemname = $itemname$
machinename =$machinename$
projectname =$projectname$
registeredorganization =$registeredorganization$
rootnamespace =$rootnamespace$
safeitemname =$safeitemname$
safeprojectname =$safeprojectname$
time =$time$
SpecificSolutionName =$SpecificSolutionName$
userdomain =$userdomain$
username =$username$
webnamespace =$webnamespace$
year =$year$
result:
clrversion = 4.0.30319.42000
guid1 = e7b1323e-9cdd-4c52-a0d1-4f7e850245cc
itemname = test
machinename =AURORA
projectname =$projectname$
registeredorganization =
rootnamespace =CppTests
safeitemname =test
safeprojectname =$safeprojectname$
time =2/27/2019 7:43:12 PM
SpecificSolutionName =$SpecificSolutionName$
userdomain =AURORA
username =me
webnamespace =$webnamespace$
year =2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment