| <?xml version="1.0" encoding="utf-8"?> | = | <?xml version="1.0" encoding="utf-8"?> |
| <!-- | <!-- | |
| For more information on how to configure your ASP.NET application, please visit | For more information on how to configure your ASP.NET application, please visit | |
| https://go.microsoft.com/fwlink/?LinkId=301880 | https://go.microsoft.com/fwlink/?LinkId=301880 | |
| --> | --> | |
| <configuration> | <configuration> | |
| <configSections> | <configSections> | |
| <sectionGroup name="bundleTransformer"> | <sectionGroup name="bundleTransformer"> | |
| <section name="yui" type="BundleTransformer.Yui.Configuration.YuiSettings, BundleTransformer.Yui" /> | <section name="yui" type="BundleTransformer.Yui.Configuration.YuiSettings, BundleTransformer.Yui" /> | |
| <section name="core" type="BundleTransformer.Core.Configuration.CoreSettings, BundleTransformer.Core" /> | <section name="core" type="BundleTransformer.Core.Configuration.CoreSettings, BundleTransformer.Core" /> | |
| <section name="autoprefixer" type="BundleTransformer.Autoprefixer.Configuration.AutoprefixerSettings, BundleTransformer.Autoprefixer" /> | <section name="autoprefixer" type="BundleTransformer.Autoprefixer.Configuration.AutoprefixerSettings, BundleTransformer.Autoprefixer" /> | |
| <section name="sassAndScss" type="BundleTransformer.SassAndScss.Configuration.SassAndScssSettings, BundleTransformer.SassAndScss" /> | <section name="sassAndScss" type="BundleTransformer.SassAndScss.Configuration.SassAndScssSettings, BundleTransformer.SassAndScss" /> | |
| </sectionGroup> | </sectionGroup> | |
| </configSections> | </configSections> | |
| <appSettings> | <appSettings> | |
| <add key="webpages:Version" value="3.0.0.0" /> | <add key="webpages:Version" value="3.0.0.0" /> | |
| <add key="webpages:Enabled" value="false" /> | <add key="webpages:Enabled" value="false" /> | |
| <add key="ClientValidationEnabled" value="true" /> | <add key="ClientValidationEnabled" value="true" /> | |
| <add key="UnobtrusiveJavaScriptEnabled" value="true" /> | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> | |
| </appSettings> | </appSettings> | |
| <system.web> | <system.web> | |
| <compilation debug="true" targetFramework="4.6.1" /> | <> | <compilation debug="true" targetFramework="4.7.2" /> |
| <httpRuntime targetFramework="4.6.1" /> | <httpRuntime targetFramework="4.7.2" /> | |
| <httpModules> | = | <httpModules> |
| <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" /> | <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" /> | |
| <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> | <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> | |
| </httpModules> | </httpModules> | |
| <httpHandlers> | <httpHandlers> | |
| <add path="*.sass" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" /> | <add path="*.sass" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" /> | |
| <add path="*.scss" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" /> | <add path="*.scss" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" /> | |
| </httpHandlers> | </httpHandlers> | |
| </system.web> | </system.web> | |
| <runtime> | <runtime> | |
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> | <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> | |
| <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> | <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> | <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> | |
| <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> | <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> | |
| <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> | <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" /> | <assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" /> | |
| <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="BundleTransformer.Core" publicKeyToken="973c344c93aac60d" culture="neutral" /> | <assemblyIdentity name="BundleTransformer.Core" publicKeyToken="973c344c93aac60d" culture="neutral" /> | |
| <bindingRedirect oldVersion="0.0.0.0-1.10.0.0" newVersion="1.10.0.0" /> | <bindingRedirect oldVersion="0.0.0.0-1.10.0.0" newVersion="1.10.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> | <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> | |
| <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> | <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> | |
| <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | |
| <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> | <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> | <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> | |
| <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> | <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> | |
| </dependentAssembly> | </dependentAssembly> | |
| <dependentAssembly> | <dependentAssembly> | |
| <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | |
| <bindingRedirect oldVersion="0.0.0.0-4.0.3.1" newVersion="4.0.3.1" /> | <bindingRedirect oldVersion="0.0.0.0-4.0.3.1" newVersion="4.0.3.1" /> | |
| -+ | </dependentAssembly> | |
| <dependentAssembly> | ||
| <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
| <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> | ||
| </dependentAssembly> | ||
| <dependentAssembly> | ||
| <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
| <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> | ||
| </dependentAssembly> | ||
| <dependentAssembly> | ||
| <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
| <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" /> | ||
| </dependentAssembly> | ||
| <dependentAssembly> | ||
| <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
| <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> | ||
| </dependentAssembly> | = | </dependentAssembly> |
| </assemblyBinding> | </assemblyBinding> | |
| </runtime> | </runtime> | |
| <system.webServer> | <system.webServer> | |
| <validation validateIntegratedModeConfiguration="false" /> | <validation validateIntegratedModeConfiguration="false" /> | |
| <modules> | <modules> | |
| <remove name="TelemetryCorrelationHttpModule" /> | <remove name="TelemetryCorrelationHttpModule" /> | |
| <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="managedHandler" /> | <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="managedHandler" /> | |
| <remove name="ApplicationInsightsWebTracking" /> | <remove name="ApplicationInsightsWebTracking" /> | |
| <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" /> | <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" /> | |
| </modules> | </modules> | |
| <handlers> | <handlers> | |
| <add name="SassAssetHandler" path="*.sass" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" resourceType="File" preCondition="" /> | <> | <add name="SassAssetHandler" path="*.sass" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" resourceType="File" preCondition="" /> |
| <add name="ScssAssetHandler" path="*.scss" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" resourceType="File" preCondition="" /> | <add name="ScssAssetHandler" path="*.scss" verb="GET" type="BundleTransformer.SassAndScss.HttpHandlers.SassAndScssAssetHandler, BundleTransformer.SassAndScss" resourceType="File" preCondition="" /> | |
| </handlers> | </handlers> | |
| <staticContent> | = | <staticContent> |
| <remove fileExtension=".eot" /> | <remove fileExtension=".eot" /> | |
| <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> | <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> | |
| <remove fileExtension=".ttf" /> | <remove fileExtension=".ttf" /> | |
| <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" /> | <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" /> | |
| <remove fileExtension=".svg" /> | <remove fileExtension=".svg" /> | |
| <mimeMap fileExtension=".svg" mimeType="image/svg+xml" /> | <mimeMap fileExtension=".svg" mimeType="image/svg+xml" /> | |
| <remove fileExtension=".woff" /> | <remove fileExtension=".woff" /> | |
| <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> | |
| <remove fileExtension=".woff2" /> | <remove fileExtension=".woff2" /> | |
| <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> | <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> | |
| </staticContent> | </staticContent> | |
| </system.webServer> | </system.webServer> | |
| <bundleTransformer xmlns="http://tempuri.org/BundleTransformer.Configuration.xsd"> | <bundleTransformer xmlns="http://tempuri.org/BundleTransformer.Configuration.xsd"> | |
| <core> | <core> | |
| <css defaultPostProcessors="UrlRewritingCssPostProcessor,AutoprefixCssPostProcessor" defaultMinifier="YuiCssMinifier"> | <css defaultPostProcessors="UrlRewritingCssPostProcessor,AutoprefixCssPostProcessor" defaultMinifier="YuiCssMinifier"> | |
| <translators> | <translators> | |
| <add name="SassAndScssTranslator" type="BundleTransformer.SassAndScss.Translators.SassAndScssTranslator, BundleTransformer.SassAndScss" /> | <add name="SassAndScssTranslator" type="BundleTransformer.SassAndScss.Translators.SassAndScssTranslator, BundleTransformer.SassAndScss" /> | |
| <add name="NullTranslator" type="BundleTransformer.Core.Translators.NullTranslator, BundleTransformer.Core" enabled="false" /> | <add name="NullTranslator" type="BundleTransformer.Core.Translators.NullTranslator, BundleTransformer.Core" enabled="false" /> | |
| </translators> | </translators> | |
| <postProcessors> | <postProcessors> | |
| <add name="UrlRewritingCssPostProcessor" type="BundleTransformer.Core.PostProcessors.UrlRewritingCssPostProcessor, BundleTransformer.Core" useInDebugMode="true" /> | <add name="UrlRewritingCssPostProcessor" type="BundleTransformer.Core.PostProcessors.UrlRewritingCssPostProcessor, BundleTransformer.Core" useInDebugMode="true" /> | |
| <add name="AutoprefixCssPostProcessor" type="BundleTransformer.Autoprefixer.PostProcessors.AutoprefixCssPostProcessor, BundleTransformer.Autoprefixer" useInDebugMode="true" /> | <add name="AutoprefixCssPostProcessor" type="BundleTransformer.Autoprefixer.PostProcessors.AutoprefixCssPostProcessor, BundleTransformer.Autoprefixer" useInDebugMode="true" /> | |
| </postProcessors> | </postProcessors> | |
| <minifiers> | <minifiers> | |
| <add name="YuiCssMinifier" type="BundleTransformer.Yui.Minifiers.YuiCssMinifier, BundleTransformer.Yui" /> | <add name="YuiCssMinifier" type="BundleTransformer.Yui.Minifiers.YuiCssMinifier, BundleTransformer.Yui" /> | |
| <add name="NullMinifier" type="BundleTransformer.Core.Minifiers.NullMinifier, BundleTransformer.Core" /> | <add name="NullMinifier" type="BundleTransformer.Core.Minifiers.NullMinifier, BundleTransformer.Core" /> | |
| </minifiers> | </minifiers> | |
| <fileExtensions> | <fileExtensions> | |
| <add fileExtension=".sass" assetTypeCode="Sass" /> | <add fileExtension=".sass" assetTypeCode="Sass" /> | |
| <add fileExtension=".scss" assetTypeCode="Scss" /> | <add fileExtension=".scss" assetTypeCode="Scss" /> | |
| <add fileExtension=".css" assetTypeCode="Css" /> | <add fileExtension=".css" assetTypeCode="Css" /> | |
| </fileExtensions> | </fileExtensions> | |
| </css> | </css> | |
| <js> | <js> | |
| <minifiers> | <minifiers> | |
| <add name="YuiJsMinifier" type="BundleTransformer.Yui.Minifiers.YuiJsMinifier, BundleTransformer.Yui" /> | <add name="YuiJsMinifier" type="BundleTransformer.Yui.Minifiers.YuiJsMinifier, BundleTransformer.Yui" /> | |
| <add name="NullMinifier" type="BundleTransformer.Core.Minifiers.NullMinifier, BundleTransformer.Core" /> | <add name="NullMinifier" type="BundleTransformer.Core.Minifiers.NullMinifier, BundleTransformer.Core" /> | |
| </minifiers> | </minifiers> | |
| <translators> | <translators> | |
| <add name="NullTranslator" type="BundleTransformer.Core.Translators.NullTranslator, BundleTransformer.Core" enabled="false" /> | <> | <add name="NullTranslator" type="BundleTransformer.Core.Translators.NullTranslator, BundleTransformer.Core" enabled="false" /> |
| </translators> | </translators> | |
| <fileExtensions> | = | <fileExtensions> |
| <add fileExtension=".js" assetTypeCode="JavaScript" /> | <> | <add fileExtension=".js" assetTypeCode="JavaScript" /> |
| </fileExtensions> | </fileExtensions> | |
| </js> | = | </js> |
| </core> | </core> | |
| <autoprefixer> | <autoprefixer> | |
| <jsEngine name="V8JsEngine" /> | <jsEngine name="V8JsEngine" /> | |
| <browsers> | <browsers> | |
| <add conditionalExpression=">= 1%" /> | <add conditionalExpression=">= 1%" /> | |
| <add conditionalExpression="last 2 versions" /> | <add conditionalExpression="last 2 versions" /> | |
| <add conditionalExpression="not dead" /> | <add conditionalExpression="not dead" /> | |
| <add conditionalExpression="Chrome >= 45" /> | <add conditionalExpression="Chrome >= 45" /> | |
| <add conditionalExpression="Firefox >= 38" /> | <add conditionalExpression="Firefox >= 38" /> | |
| <add conditionalExpression="Edge >= 12" /> | <add conditionalExpression="Edge >= 12" /> | |
| <add conditionalExpression="Explorer >= 10" /> | <add conditionalExpression="Explorer >= 10" /> | |
| <add conditionalExpression="iOS >= 9" /> | <add conditionalExpression="iOS >= 9" /> | |
| <add conditionalExpression="Safari >= 9" /> | <add conditionalExpression="Safari >= 9" /> | |
| <add conditionalExpression="Android >= 4.4" /> | <add conditionalExpression="Android >= 4.4" /> | |
| <add conditionalExpression="Opera >= 30" /> | <add conditionalExpression="Opera >= 30" /> | |
| </browsers> | </browsers> | |
| </autoprefixer> | </autoprefixer> | |
| </bundleTransformer> | </bundleTransformer> | |
| <system.codedom> | <system.codedom> | |
| <compilers> | <compilers> | |
| <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> | <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> | |
| <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> | <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> | |
| </compilers> | </compilers> | |
| </system.codedom> | </system.codedom> | |
| </configuration> | </configuration> |