Skip to main content
Version: 2023.1

7.3. Script Variables

Eazfuscator.NET provides support for script variables that can be used to configure the following features:

The list of available script variables is presented in the table below.

Table 7.1. 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 using $(env:VARIABLE) syntax, where VARIABLE is the name of an environment variable to reference.