| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | For more information on how to configure your ASP.NET application, please visit |
| 4 | https://go.microsoft.com/fwlink/?LinkId=301880 |
| 5 | --> |
| 6 | <configuration> |
| 7 | <appSettings> |
| 8 | <add key="webpages:Version" value="3.0.0.0" /> |
| 9 | <add key="webpages:Enabled" value="false" /> |
| 10 | <add key="ClientValidationEnabled" value="true" /> |
| 11 | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
| 12 | </appSettings> |
| 13 | <system.web> |
| 14 | <compilation debug="true" targetFramework="4.7.2" /> |
| 15 | <httpRuntime targetFramework="4.7.2" /> |
| 16 | </system.web> |
| 17 | <runtime> |
| 18 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
| 19 | <dependentAssembly> |
| 20 | <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> |
| 21 | <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> |
| 22 | </dependentAssembly> |
| 23 | <dependentAssembly> |
| 24 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" /> |
| 25 | <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
| 26 | </dependentAssembly> |
| 27 | <dependentAssembly> |
| 28 | <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> |
| 29 | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> |
| 30 | </dependentAssembly> |
| 31 | <dependentAssembly> |
| 32 | <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> |
| 33 | <bindingRedirect oldVersion="1.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
| 34 | </dependentAssembly> |
| 35 | <dependentAssembly> |
| 36 | <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> |
| 37 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 38 | </dependentAssembly> |
| 39 | <dependentAssembly> |
| 40 | <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> |
| 41 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 42 | </dependentAssembly> |
| 43 | <dependentAssembly> |
| 44 | <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> |
| 45 | <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> |
| 46 | </dependentAssembly> |
| 47 | </assemblyBinding> |
| 48 | </runtime> |
| 49 | <system.codedom> |
| 50 | <compilers> |
| 51 | <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" /> |
| 52 | <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+" /> |
| 53 | </compilers> |
| 54 | </system.codedom> |
| 55 | </configuration> |