Visual Studio |
|
|
DeepSea Obfuscator support two modes of integration in Visual Studio (2005 - 2010).
1.Obfuscate individual C# / VB.NET projects 2.Obfuscate entire solutions using Obfuscation projects Obfuscate individual C# / VB.NET projectsTo obfuscate the output of an individual project, select the project Properties and set the Obfuscate setting in the project properties grid.
Note that the Obfuscate setting is related to the current project configuration. This means that you can e.g. setup your project to obfuscate only in Release build. Obfuscate entire solutions using Obfuscation projectsTo obfuscate multiple assemblies at once, you should use an Obfuscation project.
Once the obfuscation project is added to your solution add the assemblies you want to obfuscate to as as follows.
▪Right-click on the Obfuscation project in the solution explorer. ▪Select Add Input Assembly ...
▪Select the assembly from the list and click Ok
|