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-20 13:23:57 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-20 13:23:57 -0400
commit0382584a77aed5dc926909b7dad6159ae0757e38 (patch)
tree7aaef7f6c98bd5ae3ed28db39ae898d266b6d81e /build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
parentb45cbdab7ba1217347fc67863cc9d3c90ef74bf9 (diff)
downloadProject-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.tar.gz
Project-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.tar.bz2
Project-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.zip
Added jumping and gun (not functional)
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, 0 insertions, 48 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
deleted file mode 100644
index 4c53aca..0000000
--- a/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/settings.map
+++ /dev/null
@@ -1,48 +0,0 @@
-<?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>