##// END OF EJS Templates
Working on Unity xml configuration: Refactoring in progress
Working on Unity xml configuration: Refactoring in progress

File last commit:

r267:6b3e5c48131b v3
r273:79110a16cab7 v3
Show More
Schema.cs
4 lines | 193 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public static class Schema {
public const string ContainerConfigurationNamespace = "http://implab.org/schemas/servicehost/unity.v1.xsd";
}
}