Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / Castle.Igloo / Castle.Igloo.Test / bin / Debug / Castle.Igloo.Test.dll.config
bloba347dcd6bdffd4143c5be3e780eaba5047e8bb70
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
4 <configSections>
5 <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
6 <section name="igloo" type="Castle.Igloo.Configuration.ConfigurationSectionHandler, Castle.Igloo"/>
7 </configSections>
9 <castle>
11 <facilities>
12 <facility id="Igloo.Facility" type="Castle.Igloo.IglooFacility, Castle.Igloo" />
13 </facilities>
15 <components>
17 <component id="Singleton.Scope.Component"
18 type="Castle.Igloo.Test.ScopeTest.Components.SingletonScopeComponent, Castle.Igloo.Test"
19 service="Castle.Igloo.Test.ScopeTest.Components.IComponent, Castle.Igloo.Test"
20 scope="Singleton" />
23 </components>
24 </castle>
26 <igloo>
27 <webViews>
28 <view id="login" path="/views/login.aspx" />
29 <view id="index" path="/views/index.aspx" />
30 </webViews>
32 <global-actions>
33 <action- id="logout" view="login" />
34 </global-actions>
36 <action-mappings>
37 <actions view="login">
38 <action id="login" view="index" />
39 </actions>
40 </action-mappings>
41 </igloo>
43 <appSettings>
44 <!-- <add key="jey" value="value"/> -->
45 </appSettings>
49 </configuration>