Tagged Questions

5
votes
4answers
9k views

Visual studio custom build step rule?

Using Visual Studio 2008, When I add to a C++ project a file that is not .c/.cpp/.h/.rc or anything the IDE doesn't recognize a dialog pops up which asks me if I want to create a custom build step ...
4
votes
3answers
2k views

Running doxygen as Custom Build Step in VS2008

I am generating doxygen documentation for my (fairly small) project on each build. I did the following to accomplish this: Added the index.html, which doxygen generates, to the project Specified a ...
2
votes
1answer
937 views

VS2008: Add custom build rule to a Property Sheet (vsprops)?

I'm using the CUDA .rules file which comes with the CUDA SDK for custom build steps in my project. To save on property duplication I'd like to define the properties of the CUDA rule in a .vsprops ...
1
vote
0answers
211 views

Visual Studio 2008 Custom Build step output in setup project

I have the problem, that I want to include a outputfile from a custom build step in a setup project. Since the "add project output" option only adds the exe from the solution and not the custom output ...
0
votes
1answer
125 views

Check if a file is modified in a custom build event in VS2008

I'm using a custom build step to generate gSoap code from a .wsdl file during my build. Is there any way to get Visual Studio to skip this step if the .wsdl file has not been modified since the Soap ...