This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Text; | |
| using System.Web.Mvc.Html; | |
| using System.Collections; | |
| using System.Linq.Expressions; | |
| using System.Web.Routing; | |
| using System.Reflection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Agvise.Model; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Security.Principal; | |
| using System.Text; | |
| using System.Web; | |
| namespace www.Infrastructure | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <less useNativeMinification="false" ieCompat="true" | |
| strictMath="false" strictUnits="false" | |
| dumpLineNumbers="None"> | |
| <jsEngine name="V8JsEngine" /> | |
| </less> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using BundleTransformer.Core.Orderers; | |
| using BundleTransformer.Core.Transformers; | |
| using System.Web; | |
| using System.Web.Optimization; | |
| namespace Xamarin.Web.SalesTools | |
| { | |
| public class BundleConfig | |
| { | |
| // For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725 |
NewerOlder