#1
|
|||
|
|||
How to exclude .vdproj?
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 |
#2
|
|||
|
|||
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). |
|
|