haacked / seegit

SeeGit - The Git Repository Visualizer
MIT License
508 stars 107 forks source link

Fixed ref to WPFExtensions.dll in proj file #7

Closed davidanthoff closed 12 years ago

davidanthoff commented 12 years ago

Previously the reference didn't point to the version of the file in the lib folder. If WPFExtensions.dll was not in the GAC the project would not compile. This changes the ref to always pick up the version of WPFExtensions.dll in the lib folder.

haacked commented 12 years ago

Thanks!