Mercurial > pub > ImplabNet
diff Implab.Playground/data/sample.xml @ 269:ff581cff7003 v3
Working on Unity container xml configuration
author | cin |
---|---|
date | Tue, 24 Apr 2018 01:46:02 +0300 |
parents | 6b3e5c48131b |
children | ade80d94dfb5 |
line wrap: on
line diff
--- a/Implab.Playground/data/sample.xml Sun Apr 22 15:29:10 2018 +0300 +++ b/Implab.Playground/data/sample.xml Tue Apr 24 01:46:02 2018 +0300 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <container xmlns="http://implab.org/schemas/servicehost/unity.v1.xsd"> <!-- foo1 --> - <register name="foo1" provides="IFoo" type="Foo"> + <register name="foo1" type="Foo"> </register> <!-- foo2 --> - <register name="foo2" provides="IFoo" type="Foo"> + <register name="foo2" type="Foo"> </register> </container> \ No newline at end of file