Mercurial > pub > ImplabNet
diff Implab.ServiceHost/Unity/ConfigurationSchema.cs @ 271:d4d437ec4483 v3
Working on Unity xml configuration
author | cin |
---|---|
date | Wed, 25 Apr 2018 19:23:35 +0300 |
parents | ff581cff7003 |
children |
line wrap: on
line diff
--- a/Implab.ServiceHost/Unity/ConfigurationSchema.cs Wed Apr 25 04:44:40 2018 +0300 +++ b/Implab.ServiceHost/Unity/ConfigurationSchema.cs Wed Apr 25 19:23:35 2018 +0300 @@ -38,6 +38,9 @@ var schema = new ConfigurationSchema(); schema.DefineMapping<RegisterElement>(); + schema.DefineMapping<IncludeElement>(); + schema.DefineMapping<AssemblyElement>(); + schema.DefineMapping<NamespaceElement>(); return schema; }