![]() |
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 |
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). |
All times are GMT -5. The time now is 07:52 AM. |
Copyright © 1999-2023 Kinook Software, Inc.