PDA

View Full Version : How to exclude .vdproj?


abcdetech
07-15-2009, 02:20 PM
I know VBP6.X doesn't support .vdproj.

I'm building a .vcproj in the Make VS.NET step. I'm ggeting an error : "can't open project file ...../..../..../XXXX.vdproj

When I aknowledge that message everything keeps going and built. But it's unacceptable in build automation.


Is there a workaround to avoid acknowledgement? I don't need to build a vdproj, I just want to build all other vcprojs

Excluding a vdproj from a source code is not an option I'm afraid.

thank you

kinook
07-15-2009, 03:03 PM
VBP itself won't display a popup message. It's probably coming from Visual Studio. Some options:
1) Remove the .vdproj file from the .sln file if it doesn't exist.
2) Ensure the .vdproj file it's referencing exists.
3) Exclude the .vdproj file from building (Build | Configuration Manager in VS).