Guest User

Untitled

a guest
Jun 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <configuration>
  4.  
  5. <configSections>
  6. <section name="nhaml" type="NHaml.Configuration.NHamlConfigurationSection, NHaml"/>
  7. </configSections>
  8.  
  9. <nhaml autoRecompile="true">
  10. <assemblies>
  11. <add assembly="NHaml.Samples.Mvc"/>
  12. </assemblies>
  13. <namespaces>
  14. <add namespace="NHaml.Web.Mvc"/>
  15. <add namespace="NHaml.Samples.Mvc.Controllers"/>
  16. </namespaces>
  17. </nhaml>
  18.  
  19. ...
  20.  
  21. </configuration>
Add Comment
Please, Sign In to add comment