Skip to main content

Enum ScriptProjectFileBuildAction

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ScriptProjectFileBuildAction

Fields

FieldsDescription
CompileSpecifies that the file is compiled as source code.
ContentSpecifies that the file is copied to the output directory without modification.
EmbeddedResourceSpecifies that the contents of the file are embedded into the compiled assembly.
NoneSpecfies that the file is ignored during build.