Enum ScriptProjectFileBuildAction
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum ScriptProjectFileBuildAction
Fields
| Fields | Description |
|---|---|
| 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. |
| None | Specfies that the file is ignored during build. |