Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829
  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>