A.M.

In other words, if I wanted to change project settings for all of my VC8 projects, where would I do that, so "inherit from parent or project defaults" would pick them up


Re: Visual C++ General What's the parent of a top-level VC8 project?

A.M.

Anyone




Re: Visual C++ General What's the parent of a top-level VC8 project?

Simple Samples

You are assuming there is an answer. The absence of answers is probably the answer.




Re: Visual C++ General What's the parent of a top-level VC8 project?

A.M.

This being MS' forum, yes, I was hoping somebody from MS would care to comment.




Re: Visual C++ General What's the parent of a top-level VC8 project?

Ted.

There are two ways of doing this:

1) Use the property sheets feature (vsprops) to create settings that you can then inherit from.

http://msdn2.microsoft.com/en-US/library/a4xbdz1e(VS.80).aspx

2) Use multiple selection in the solution explorer and select the projects you wish to change. The changes you make will be applied to all projects and files currently selected.





Re: Visual C++ General What's the parent of a top-level VC8 project?

A.M.

Thanks!