Mercurial > pub > ImplabNet
view Implab.ServiceHost/Unity/Schema.cs @ 274:22629bf26121 v3
Unity xml configuration, alpha2
author | cin |
---|---|
date | Fri, 27 Apr 2018 04:47:52 +0300 |
parents | 6b3e5c48131b |
children |
line wrap: on
line source
namespace Implab.ServiceHost.Unity { public static class Schema { public const string ContainerConfigurationNamespace = "http://implab.org/schemas/servicehost/unity.v1.xsd"; } }