summaryrefslogtreecommitdiff
path: root/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
commit4653555cdef5a61817e35002fc371c0ca9830d45 (patch)
tree8dc50e2f51aa2088411170727c23b35689330410 /build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
parentc55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (diff)
downloadProject-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.gz
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.bz2
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.zip
Basic stuff
Diffstat (limited to 'build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map')
-rw-r--r--build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map48
1 files changed, 48 insertions, 0 deletions
diff --git a/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map b/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
new file mode 100644
index 0000000..4c53aca
--- /dev/null
+++ b/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<settingsMap>
+ <map sectionType="System.Web.Configuration.MembershipSection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ mapperType="Mono.Web.Util.MembershipSectionMapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ platform="Unix">
+
+ <!-- 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
+ any expression understood by the mapper to designate the section region to modify.
+ -->
+ <what value="providers">
+ <!-- 'what' can contain any number of occurrences of any three elements:
+ replace - replace the designated region
+ add - add a new entry to the region
+ clear - clear the region
+ remove - remove the designatedregion
+
+ The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
+ mapper to peruse.
+ -->
+ <replace name="AspNetSqlMembershipProvider"
+ type="System.Web.Security.SqliteMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ connectionStringName="LocalSqliteServer" />
+ </what>
+ </map>
+
+ <map sectionType="System.Web.Configuration.RoleManagerSection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ mapperType="Mono.Web.Util.RoleManagerSectionMapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ platform="Unix">
+
+ <!-- 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
+ any expression understood by the mapper to designate the section region to modify.
+ -->
+ <what value="providers">
+ <!-- 'what' can contain any number of occurrences of any three elements:
+ replace - replace the designated region
+ add - add a new entry to the region
+ clear - clear the region
+ remove - remove the designatedregion
+
+ The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
+ mapper to peruse.
+ -->
+ <replace name="AspNetSqlRoleProvider"
+ type="System.Web.Security.SqliteRoleProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ connectionStringName="LocalSqliteServer" />
+ </what>
+ </map>
+</settingsMap>