Mercurial > pub > ImplabNet
view Implab.Playground/data/sample.xml @ 267:6b3e5c48131b v3
Working on Unity xml configuration
author | cin |
---|---|
date | Fri, 20 Apr 2018 19:05:12 +0300 |
parents | |
children | ff581cff7003 |
line wrap: on
line source
<?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> <!-- foo2 --> <register name="foo2" provides="IFoo" type="Foo"> </register> </container>