gix / PresentationTheme.Aero

A highly polished Windows Aero theme for WPF
https://gix.github.io/PresentationTheme.Aero/
MIT License
54 stars 6 forks source link

Targets file for .NET Framework is broken #5

Closed wjk closed 4 years ago

wjk commented 4 years ago

You will need to change ..\lib to ..\..\lib in the following lines:

https://github.com/gix/PresentationTheme.Aero/blob/1a12470ad5e381135c1cf3a8352813f4d27893ad/Source/PresentationTheme.Aero.targets#L7-L12

Without this change, the assemblies will not be copied into the output directory because MSBuild looks for them in the wrong location, therefore breaking use of this library on .NET Framework. Thanks!

gix commented 4 years ago

Thanks for the report. This should be fixed in 0.6.2.