summaryrefslogtreecommitdiff
path: root/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser
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/Browsers/Compat.browser
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/Browsers/Compat.browser')
-rw-r--r--build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser42
1 files changed, 42 insertions, 0 deletions
diff --git a/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser b/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser
new file mode 100644
index 0000000..9950c71
--- /dev/null
+++ b/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser
@@ -0,0 +1,42 @@
+<!--
+ This file defines some of the browsers that Microsoft's implementation provides in
+ <windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
+
+ It is not derived from any file distributed with Microsoft's implementation. Since
+ we can't distribute MS's browser files, we use browscap.ini to determine
+ browser capabilities. Then, if and only if the application contains App_Browser/*.browser
+ files and we are using .NET 2.0 or higher, we supplement the capabilities with the
+ information in those files and the files in this directory. The primary goal of this file
+ is provide browser definitions that might be referenced in App_Browser/*.browser files.
+-->
+<browsers>
+ <defaultBrowser id="Default">
+ </defaultBrowser>
+ <browser id="Default">
+ <identification>
+ <userAgent match="." />
+ </identification>
+ </browser>
+ <browser id="IE6to9" parentID="Default">
+ <identification>
+ <capability name="majorver" match="^[6-9]" />
+ <capability name="browser" match="^(IE|AOL)$" />
+ </identification>
+ </browser>
+ <browser id="Opera8to9" parentID="Default">
+ <identification>
+ <capability name="majorver" match="^[8-9]" />
+ <capability name="browser" match="^Opera$" />
+ </identification>
+ </browser>
+ <browser id="Safari" parentID="Default">
+ <identification>
+ <capability name="browser" match="^Safari$" />
+ </identification>
+ </browser>
+ <browser id="Mozilla" parentID="Default">
+ <identification>
+ <capability name="browser" match="^Mozilla" />
+ </identification>
+ </browser>
+</browsers> \ No newline at end of file