ScriptProjectFileBuildAction Enumeration
ScriptProjectFileBuildAction Enumeration
The ScriptProjectFileBuildAction enumeration provides options for how a file should be handled by the script project build process.
Enumeration Values
| Name | Summary |
|---|---|
| None | Specfies that the file is ignored during build. |
| Compile | Specifies that the file is compiled as source code. |
| Content | Specifies that the file is copied to the output directory without modification. |
| EmbeddedResource | Specifies that the contents of the file are embedded into the compiled assembly. |