//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Configuration { [Flags] public enum ProfileGuidedOptimizationsFlags { None = 0, All = 1 } }