Enum ScriptProjectFileBuildAction
C#
public enum ScriptProjectFileBuildAction
Fields
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. |