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