Friday, July 30, 2010

PDE Good Practices: #6 Share target definitions

Always have your target definitions in a project instead. This way

  1. it can be added to source control repository and changes to it can be tracked.
  2. all the other members who wish to work with that code can share it and thus compile against the same target. This will keep everyone on same page.