You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
994 B

4 years ago
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  3. <appSettings>
  4. <add key="aspnet:RoslynCompilerLocation" value="roslyn" xdt:Transform="Remove" xdt:Locator="Match(key)" />
  5. </appSettings>
  6. <appSettings xdt:Transform="Remove" xdt:Locator="Condition(count(child::*) = 0)">
  7. </appSettings>
  8. <system.codedom>
  9. <compilers>
  10. <compiler
  11. extension=".cs"
  12. xdt:Transform="Remove"
  13. xdt:Locator="Match(extension)" />
  14. </compilers>
  15. </system.codedom>
  16. <system.codedom>
  17. <compilers>
  18. <compiler
  19. extension=".vb"
  20. xdt:Transform="Remove"
  21. xdt:Locator="Match(extension)" />
  22. </compilers>
  23. </system.codedom>
  24. <system.codedom>
  25. <compilers xdt:Transform="Remove" xdt:Locator="Condition(count(child::*) = 0)" />
  26. </system.codedom>
  27. <system.codedom xdt:Transform="Remove" xdt:Locator="Condition(count(child::*) = 0)" />
  28. </configuration>