[runtime] Free patches array in aot compiler
[mono-project.git] / data / net_4_5 / settings.map
blob4c53aca6776656859d35fb7b7e6a64a5d54bfc6a
1 <?xml version="1.0" encoding="utf-8" ?>
2 <settingsMap>
3 <map sectionType="System.Web.Configuration.MembershipSection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
4 mapperType="Mono.Web.Util.MembershipSectionMapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
5 platform="Unix">
7 <!-- The 'what' tag specifies which region of the section to modify. The 'value' attribute value is mapper-specific and is not defined here. It can be
8 any expression understood by the mapper to designate the section region to modify.
9 -->
10 <what value="providers">
11 <!-- 'what' can contain any number of occurrences of any three elements:
12 replace - replace the designated region
13 add - add a new entry to the region
14 clear - clear the region
15 remove - remove the designatedregion
17 The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
18 mapper to peruse.
19 -->
20 <replace name="AspNetSqlMembershipProvider"
21 type="System.Web.Security.SqliteMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
22 connectionStringName="LocalSqliteServer" />
23 </what>
24 </map>
26 <map sectionType="System.Web.Configuration.RoleManagerSection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
27 mapperType="Mono.Web.Util.RoleManagerSectionMapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
28 platform="Unix">
30 <!-- The 'what' tag specifies which region of the section to modify. The 'value' attribute value is mapper-specific and is not defined here. It can be
31 any expression understood by the mapper to designate the section region to modify.
32 -->
33 <what value="providers">
34 <!-- 'what' can contain any number of occurrences of any three elements:
35 replace - replace the designated region
36 add - add a new entry to the region
37 clear - clear the region
38 remove - remove the designatedregion
40 The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
41 mapper to peruse.
42 -->
43 <replace name="AspNetSqlRoleProvider"
44 type="System.Web.Security.SqliteRoleProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
45 connectionStringName="LocalSqliteServer" />
46 </what>
47 </map>
48 </settingsMap>