c++ cli - Issue with Includes, Visual Studio 2008 -


OK, here's my problem (and my first question is SO!), And no, the more I want, I do not have much to say about how structured they are. One of the heritage fields is that management will not make much of a difference to me.

I am in WinForms Solution in Visual Studio 2008. In my solution, 5 visual C ++ projects, some managed, some are native. I also have a folder in my solution explorer, which has several "normal" header files, which pull various projects .. Because of the API headers for many vendors, these headers can not be found at the source behind I just have a static library and .h file.

The folder layout looks like this: Project A for Project / Project / Debug / Release File Project / ProjectD / Debug / Release file for ProjectA project Project A / Project A / debug / Release Files for Project E / Common Header for Project A / Project AD / Debug / Release file for project / debug / release files are here / debug / release

My question is so:

Instead of adding directories for projects of each project file-> C / C ++ -> General-> there is a reference to ./Common, there is a better way, such as some hidden magic in the solution file In order to set up the all projects under the banner of the solution are automatically included in this general directory?

I would like to keep it portable, so I do not want to be included in Tools-> Option-> Projects and Solutions-> VC + Directories-> Files and add an entry there, because it is a local form Edit from and when I check this change I will not mention other developers.

Thank you! : -)

Actually, you set a .vsprops file You can specify that the directory is included, and then get all your projects' .vcproj from that property sheet file ...


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -