Synergy/DE project properties

Visual Studio project properties enable you to set project-level properties and build-time environment variable settings.

To access project properties, select a project node in Visual Studio Solution Explorer, and then on the Project menu, select Properties.

For a Synergy project, project properties will have some of the pages listed below. The project type determines which pages are available for. For example, the Interop page is available only for Interop projects.

Application

Specifies the project's application settings and properties.

Build

Specifies build settings for the project. Settings on this page apply to a specific profile or a specific project configuration/platform combination.

Build Events

Specifies pre-build and post-build events.

Common Properties

Creates or modifies a common properties file, which is a file that defines build-time environment variable settings that can be added to other projects in the solution.

Compile

Sets compiler options.

Debug

Sets debugging options. Settings on this page apply to a specific profile or a specific project configuration/platform combination.

Environment Variables

Sets environment variables used to build the project.

Interop

Sets options that affect the way class wrappers are generated and whether pooling will be used for Synergy/DE Interop projects. This page is displayed only for Synergy/DE Interop projects.

Publish

Sets options for ClickOnce deployment.

Reference Paths

Specifies the folder for assembly references used by the project.

Repository

Determines how a Synergy/DE Repository project is built.

Resources

Manages resources (strings, images, icons, etc.) for your project. This is displayed only for Synergy/DE Windows Forms Application projects and WPF Application projects.

Runtime Settings

Sets a Synergy license server for ClickOnce deployment, and enables you to set runtime environment variables.

Settings

Specifies a project's application settings.

Signing

Signs an assembly (strong-name signing).