Created
February 27, 2019 12:46
-
-
Save itsuart/dbff16a7c4bd7b7b7cdc758c196517b4 to your computer and use it in GitHub Desktop.
visual studio item template variables test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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