Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual C++
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual C++ Concepts: Creating and Managing Projects 
Property Inheritance 

The project system employs a property inheritance model, which extends your ability to manage project configurations. When you define a project configuration in a property sheet or in a tool file, you may want to apply those settings to another project. Property inheritance enables you to reuse project configurations, without having to redefine and reapply each project setting in the property pages.

Property inheritance applies to all files that define a project configuration. The following table summarizes which files can inherit property settings from each other.

File Type Can inherit from .vcproj files? Can inherit from .vsprops files? Can inherit from .tool files?

Project Files (.vcproj)

No

Yes

Yes

Property Sheets (.vsprops)

No

Yes

No

Tool Files (.tool)

No

No

Yes

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
.tool == .rules      jwfearn   |   Edit   |   Show History
I believe "Tool Files" and ".tool" above should be "Rule Files" and ".rules", respectively.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker