Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link to all Visual Studio $ variables

I was having a look at $(Configuration),$(ProjectDir) etc. in Visual Studio 2008 for Prebuild events.

Is there a link to all of these variables with a definition for each one of them?

like image 655
chugh97 Avatar asked May 06 '09 15:05

chugh97


People also ask

What is $( IntDir in Visual Studio?

cmd file isn't installed in all Visual Studio editions. $(IntDir) Path to the directory specified for intermediate files. If it's a relative path, intermediate files go to this path appended to the project directory. This path should have a trailing slash.

Where are Visual Studio Environment Variables?

In Visual Studio 2019 right-click your project, choose Properties . In the project properties window, select the Debug tab. Then, under Environment variables change the value of your environment from Development to Production or other environments.

Where are Visual Studio macros stored?

A user-defined macro is stored in a property sheet. If your project doesn't already contain a property sheet, you can create one by following the steps under Share or reuse Visual Studio project settings.


1 Answers

Try this MSDN page: Macros for Build Commands and Properties

like image 109
Pedro Avatar answered Oct 15 '22 03:10

Pedro