Pre-build/Post-build Event Command Line Dialog Box
Visual Studio 2010
Clicking the browse (...) button of the PreBuildEvent or PostBuildEvent property for a deployment project brings up the Pre-build or Post-build Event Command Line dialog box.
Macros
You can use any of these macros to specify locations for files, or to get the actual name of the input file in the case of multiple selections. These macros are not case-sensitive.
|
Macro |
Description |
|---|---|
|
$(BuiltOutputPath) |
The absolute path name to the output file directory. |
|
$(Configuration) |
The name of the current project configuration, for example, "Debug". |
|
$(ProjectDir) |
The directory of the project (defined as drive + path); includes the trailing backslash '\'. |
