Re: [ntdev] WDK 8.x and managing build settings

I am a big proponent of property sheets. As a matter of code-review policy, changes to the project file itself are scrutinized and highly discouraged except to:

Add/Remove source files

Add references to property sheets

That way we don’t end up with folks tinkering with settings in the project files ever. If you need it set, it goes in a property sheet.

Not perfect but much better than the fiasco of conditionalized s.

Cheers,

Dave Cattley

Sent from Windows Mail