Eazfuscator.NET provides support for script variables that can be used to configure probing paths, assemblies merging and assembly embedding. The list of available script variables is presented in the table below.
Table 4.9. The list of available script variables
Variable | Description | Example value |
---|---|---|
$(InputDir)
|
Directory path of the input assembly |
C:\Dev\Project1\bin\Release
|
$(ProjectDir)
|
Directory path of the MSBuild project |
C:\Dev\Project1
|
$(SolutionDir)
|
Directory path of the MSBuild solution |
C:\Dev
|
$(ConfigurationName)
|
Name of MSBuild project configuration |
Release
|
Environment variables can be referenced as well.
Please use pattern %VARIABLE%
to reference a corresponding environment variable.