|
Macro
|
Description
|
| $(Configuration) | The name of the current project configuration (for example, "Default"). |
| $(MSBuildProjectName) | The base name of the project. |
| $(MSBuildProjectExtension) | The file extension of the project. It includes the '.' before the file extension. |
| $(PlatformName) | The name of the currently targeted platform (for example, "AnyCPU"). |
| $(OutputPath) | The path name of the primary output file for the build (defined with drive, path, base name, and file extension). |
| $(OutputType) | The output type of the project. For database projects, this type is "database". |
| $(DBProduct) | The version of Microsoft SQL Server that the database project is targeting. This result will be either SQL Server 2000 or SQL Server 2005. |
| $(TargetDatabase) | The name of the target database. |
| $(TargetConnectionString) | The connection string that is used to connect to the server on which the target database resides (or will reside). |
| $(MSBuildBinPath) | The path of the MSBuild binaries (for example, C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727). |
| $(DefaultSchema) | The default schema for unqualified objects. |
| $(DeploymentCollationPreference) | If specified, the preference for how to handle conflicts between source and target collation. By default, the preference is None. |
| $(AnsiNulls) | For more information, see An Overview of Database Project Settings. |
| $(AnsiPadding) | For more information, see An Overview of Database Project Settings. |
| $(AnsiWarnings) | For more information, see An Overview of Database Project Settings. |
| $(ArithAbort) | For more information, see An Overview of Database Project Settings. |
| $(ConcatNullYieldsNull) | For more information, see An Overview of Database Project Settings. |
| $(NumericRoundAbort) | For more information, see An Overview of Database Project Settings. |
| $(QuotedIdentifier) | For more information, see An Overview of Database Project Settings. |
| $(SolutionDir) | The directory of the solution (defined with drive and path). This result includes the trailing backslash '\'. |
| $(SolutionPath) | The absolute path name of the solution (defined with drive, path, base name, and file extension). |
| $(SolutionName) | The base name of the solution. |
| $(SolutionFileName) | The file name of the solution (defined with base name and file extension). |
| $(SolutionExt) | The file extension of the solution. This result includes the '.' before the file extension. |
| $(DevEnvDir) | The installation directory of Visual Studio 2005 (defined with drive and path). This result includes the trailing backslash '\'. |