XamlCompilationOptions
Enumerates values that control when XAML is compiled into IL.
Compile = 2
Compile the XAML for the class or project when the application is built.
Skip = 1
Skip the compilation for this type or assembly. The XAML will be parsed, and the object graph constructed, at runtime.