/* * * http://mvcresourceloader.codeplex.com/license * * */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace InteSoft.Web.ExternalResourceLoader{ public enum Mode { Debug, Release } }