yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.64k forks source link

Does ConfuserEx support .NET 4.5.x and WPF? #285

Closed m5112638 closed 9 years ago

m5112638 commented 9 years ago

My Visual Studio 2013 solution has multiple projects, one executable, a few regular .NET libraries and a few Portable Class Libraries (PCLs), and of course a few third party NuGet packages. I am thinking about using ConfuserEx, and would like to know if ConfuserEx works in such situation (one main executable and many dependencies).

atom0s commented 9 years ago

I am using it with .NET 4.6 and WPF no problem,

m5112638 commented 9 years ago

Thank you atom0s.