Hello,
I need to preprocess a file that’s part of a project with a custom build tool, as the OP mentionned, the “custom build tool” properties that’s there for files in a regular VS project do not show up when it’s a VisualGDB project.
I followed the steps described in #20228 but it’s not really working as i want:
1- although it’s added to the .vcproj, the file doesn’t appear in the solution explorer in the project treeview, which is not convenient
2- the custom command is only executed when i open the project, not when the source file has changed or when i build.
Is there another way to execute a custom command for a file that’s part of a VisualGDB project ?
Thanking you in advance
P.S: apart from minor annoyances like this one, VisualGDB is amazing… great job