diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 13:23:57 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 13:23:57 -0400 |
| commit | 0382584a77aed5dc926909b7dad6159ae0757e38 (patch) | |
| tree | 7aaef7f6c98bd5ae3ed28db39ae898d266b6d81e /build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser | |
| parent | b45cbdab7ba1217347fc67863cc9d3c90ef74bf9 (diff) | |
| download | Project-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/Browsers/Compat.browser')
| -rw-r--r-- | build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser | 42 |
1 files changed, 0 insertions, 42 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 deleted file mode 100644 index 9950c71..0000000 --- a/build/SandboxDemo_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser +++ /dev/null @@ -1,42 +0,0 @@ -<!--
- 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 |
