|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <configuration> |
3 | 3 | <appSettings> |
4 | | - <add key="Desharp:Enabled" value="1"/> |
5 | | - <add key="Desharp:Output" value="html"/> |
6 | | - <add key="Desharp:Levels" value="+exception,debug,info,-notice,-warning,+error,+critical,alert,+emergency,javascript"/> |
7 | | - <add key="Desharp:Directory" value="~/logs"/> |
8 | | - <add key="ClientSettingsProvider.ServiceUri" value=""/> |
9 | | - <add key="aspnet:RoslynCompilerLocation" value="roslyn"/> |
| 4 | + |
| 5 | + <add key="Desharp:Enabled" value="1" /> |
| 6 | + <add key="Desharp:Output" value="html" /> |
| 7 | + <add key="Desharp:Levels" value="exception,debug,info,-notice,-warning,error,critical,alert,emergency" /> |
| 8 | + <add key="Desharp:Directory" value="~/Logs" /> |
| 9 | + |
| 10 | + <add key="ClientSettingsProvider.ServiceUri" value="" /> |
| 11 | + <add key="aspnet:RoslynCompilerLocation" value="roslyn" /> |
| 12 | + |
10 | 13 | </appSettings> |
11 | 14 | <startup> |
12 | | - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> |
| 15 | + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
13 | 16 | </startup> |
| 17 | + |
14 | 18 | <system.codedom> |
15 | 19 | <compilers> |
16 | | - <compiler |
17 | | - language="c#;cs;csharp" |
18 | | - extension=".cs" |
19 | | - type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
20 | | - warningLevel="4" |
21 | | - compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/> |
22 | | - <compiler |
23 | | - language="vb;vbs;visualbasic;vbscript" |
24 | | - extension=".vb" |
25 | | - type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
26 | | - warningLevel="4" |
27 | | - compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/> |
| 20 | + <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:6 /nowarn:1659;1699;1701" /> |
| 21 | + <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:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> |
28 | 22 | </compilers> |
29 | 23 | </system.codedom> |
| 24 | + |
| 25 | + <runtime> |
| 26 | + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
| 27 | + <dependentAssembly> |
| 28 | + <assemblyIdentity name="Desharp" publicKeyToken="cd60d985c52bcd6f" culture="neutral" /> |
| 29 | + <bindingRedirect oldVersion="0.0.0.0-1.3.0.1" newVersion="1.3.0.1" /> |
| 30 | + </dependentAssembly> |
| 31 | + </assemblyBinding> |
| 32 | + </runtime> |
| 33 | + |
30 | 34 | </configuration> |
0 commit comments