Hier werden folgende Informationen zum Projekt gesammelt:
  • Projektpfad
  • ProjektnameProjektpfadProjektname

C#

string sProjectpath = PathMap.SubstitutePath("$(PROJECTPATH)");
string sProjectname = PathMap.SubstitutePath("$(PROJECTNAME)");

VB.NET

Dim sProjectpath As String = PathMap.SubstitutePath("$(PROJECTPATH)")
Dim sProjectname As String = PathMap.SubstitutePath("$(PROJECTNAME)")