Properties of a VB-project
I'am trying to change the properties of a VB-project, whitout opening the project. The purpose of this is:
Set the project to NO COMPATABILTY
Build the DLL
Set the project to BINARY COMPATABILTY
Build the DLL for the second time
This has to be done for several (20) projects, in a batch file. I have everything working (I can build the DLL's with a batchfile), but I can't change the properties of the project
Re: Properties of a VB-project
Quote:
Originally posted by Lightning
I'am trying to change the properties of a VB-project, whitout opening the project. The purpose of this is:
Set the project to NO COMPATABILTY
Build the DLL
Set the project to BINARY COMPATABILTY
Build the DLL for the second time
This has to be done for several (20) projects, in a batch file. I have everything working (I can build the DLL's with a batchfile), but I can't change the properties of the project
You could write an app that parses the .vbp file