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.

22 lines
742 B

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