yck1509 / ConfuserEx

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

Detailing: My Steps to convert from old Confuser .crproj file #20

Closed salonsoftware closed 10 years ago

salonsoftware commented 10 years ago

hi, As I had a lot of trouble writing mine from the start pre-EX version. I will detail how I converted to the new .crproj EX format to help you. This was a very simple config file.

  1. In the 'additional' folder of the source code are example .crproj files for EX This helps a lot to get the basic structure correct.
  2. the preset attribute has been moved to the next level below <project. e.g., <proj...

The pattern attribute is mandatory so just use the above.

  1. <assembly has been changed to <module Again next level e.g., <proj... <module path= the same format

This is my first and very basic conversion, a harder one is to come so will detail that!

HTH

Craig salon software http://www.SalonSoftwareSystem.com

yck1509 commented 10 years ago

Thanks for the instructions. By the way, you could refer to the FAQ and there are some basic points to note when migrating from Confuser to ConfuserEx.