Information Page (Application Properties Dialog Box)

Use this page of the Application Properties dialog box to name the stand-alone application and select the location to build the application.

This page includes the following components:

Option Description
Build specification name

Specifies a unique name for the build specification. The name appears under Build Specifications in the Project Explorer window.

Target filename

Specifies the filename for the .NET interop assembly. .NET interop assemblies must have a .dll extension.

(Windows) Applications must have a .exe extension. (macOS) Applications must have a .app extension. (Linux) Applications require no particular extension.
Destination directory

Specifies the location to build the .NET interop assembly. You can enter a path or use the Browse button to navigate to and select the location. If the absolute path specified is the project folder or the folder above, the value of Bld_localDestDir in the project file is a relative path and the value of Bld_localDestDirType is relativeToProject or relativeToCommon.

Build specification description

Displays information about the build specification. You can view and edit the description on this page only.

Building and Distributing Applications Home