Exclude Property
.NET Framework 3.5
Determines whether a file, assembly, project output group, or merge module is excluded from an installer or merge module. The item remains in the project, but is not be installed on a target computer.
Note: |
|---|
Most files automatically set this property to False when added to a project, however some files such as custom actions that are not intended to be installed set this property to True. |
Note: