Enum BuildAction
Defines build actions for the project's file during the build process.
public enum BuildAction
Fields
ApplicationDefinition = 3
Specifies that the file defines your application.
Compile = 1
Specifies that the file is passed to the compiler as a source file.
Content = 2
Specifies that the file can be retrieved as a stream.
None = 0
Specifies that no action is in effect.
Page = 4
Specifies that compile a XAML file to a binary .baml file for faster loading at run time.