__COPYTOOUTPUTSTATE Enumeration
Visual Studio 2015
Supplies the value for the CopyToOutputDirectory property.
Assembly: VSLangProj80 (in VSLangProj80.dll)
| Member name | Description | |
|---|---|---|
| COPYTOOUTPUTSTATE_Always | Metadata value is literal. Value = 1 | |
| COPYTOOUTPUTSTATE_Never | Remove metadata. Value = 0 | |
| COPYTOOUTPUTSTATE_PreserveNewestFile | Metadata value is literal. Value = 2 |
These enumeration values are used in conjunction with CopyToOutputDirectory.
Show: