My intention is to use the file-name as Projectname:
So I do have (for example) a vs project-file:
"MyAwesomeProject.vxproj"
And I would like to use it (for example) this way:
<ProjectName>$(ProjectFileName)</ProjectName>
$(Projectname) now would have the value "MyAwesomeProject"
Now I do know that "ProjectFileName" is a not existing variable, but is there an other variable that I can make this work with?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…