Can a Visual Studio 2008 custom tool be passed additional parameters from the custom
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.