| 1 | <?xml version="1.0" encoding="utf-8"?> | = | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- | 2 | <!-- | |
| 3 | For more information on how to configure your ASP.NET application, please visit | 3 | For more information on how to configure your ASP.NET application, please visit | |
| 4 | https://go.microsoft.com/fwlink/?LinkId=301880 | 4 | https://go.microsoft.com/fwlink/?LinkId=301880 | |
| 5 | --> | 5 | --> | |
| 6 | <configuration> | 6 | <configuration> | |
| 7 | <appSettings> | 7 | <appSettings> | |
| 8 | <add key="webpages:Version" value="3.0.0.0" /> | 8 | <add key="webpages:Version" value="3.0.0.0" /> | |
| 9 | <add key="webpages:Enabled" value="false" /> | 9 | <add key="webpages:Enabled" value="false" /> | |
| 10 | <add key="ClientValidationEnabled" value="true" /> | 10 | <add key="ClientValidationEnabled" value="true" /> | |
| 11 | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> | 11 | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> | |
| 12 | </appSettings> | 12 | </appSettings> | |
| 13 | <system.web> | 13 | <system.web> | |
| 14 | <compilation debug="true" targetFramework="4.8" /> | 14 | <compilation debug="true" targetFramework="4.8" /> | |
| 15 | <httpRuntime targetFramework="4.8" /> | 15 | <httpRuntime targetFramework="4.8" /> | |
| 16 | </system.web> | 16 | </system.web> | |
| 17 | <runtime> | 17 | <runtime> | |
| 18 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | 18 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| 19 | <dependentAssembly> | 19 | <dependentAssembly> | |
| 20 | <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> | 20 | <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> | |
| 21 | <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> | 21 | <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> | |
| 22 | </dependentAssembly> | 22 | </dependentAssembly> | |
| 23 | <dependentAssembly> | 23 | <dependentAssembly> | |
| 24 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" /> | 24 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" /> | |
| 25 | <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> | 25 | <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> | |
| 26 | </dependentAssembly> | 26 | </dependentAssembly> | |
| 27 | <dependentAssembly> | 27 | <dependentAssembly> | |
| 28 | <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> | 28 | <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> | |
| 29 | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> | 29 | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> | |
| 30 | </dependentAssembly> | 30 | </dependentAssembly> | |
| 31 | <dependentAssembly> | 31 | <dependentAssembly> | |
| 32 | <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> | 32 | <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> | |
| 33 | <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> | 33 | <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> | |
| 34 | </dependentAssembly> | 34 | </dependentAssembly> | |
| 35 | <dependentAssembly> | 35 | <dependentAssembly> | |
| 36 | <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> | 36 | <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> | |
| 37 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | 37 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | |
| 38 | </dependentAssembly> | 38 | </dependentAssembly> | |
| 39 | <dependentAssembly> | 39 | <dependentAssembly> | |
| 40 | <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> | 40 | <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> | |
| 41 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | 41 | <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> | |
| 42 | </dependentAssembly> | 42 | </dependentAssembly> | |
| 43 | <dependentAssembly> | 43 | <dependentAssembly> | |
| 44 | <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | 44 | <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | |
| 45 | <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> | 45 | <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> | |
| 46 | </dependentAssembly> | 46 | </dependentAssembly> | |
| 47 | </assemblyBinding> | 47 | </assemblyBinding> | |
| 48 | </runtime> | 48 | </runtime> | |
| 49 | <system.codedom> | 49 | <system.codedom> | |
| 50 | <compilers> | 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" /> | <> | 51 | <compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:7.3 /nowarn:1659;1699;1701;612;618" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
| 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+" /> | 52 | <compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008,40000,40008 /define:_MYTYPE=\"Web\" /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> | |
| 53 | </compilers> | = | 53 | </compilers> |
| 54 | </system.codedom> | 54 | </system.codedom> | |
| 55 | </configuration> | 55 | </configuration> |