Tagged Questions

3
votes
2answers
955 views

Should I auto-increment the assembly version when I build my software?

In Visual Studio 2003, you could easily set your project assembly to auto-increment every time you built it, but with Visual Studio 2005, this functionality was removed. You can still auto-increment ...
0
votes
1answer
58 views

Possible to ignore vs2005 custom build step failure?

I have a visual studio 2005 project with a custom build step that copies a library file to the target applications plugin directory. This works fine, but in the case where I have the target ...
0
votes
1answer
56 views

Visual Studio 2005 keeps “recompiling” XML Schema

I have the following inconvenience while working with MS Visual Studio. My project contains some C++ code, and a Schema file (with extension .xsd). I have a "custom build step" for converting the ...