Can a Visual Studio 2008 custom tool be passed additional parameters from the custom tool property grid in VS?
|
|
|
|
|
|
|
Yes and no. You'd fix this by adding the custom tool as a custom build rule instead. The (built-in) build rule for C++ files causes the property sheets for C++ files; the build rule for IDL files causes those property sheets. Your own custom build rule can define its own property sheets. |
||||||||
|
