Skip to content

Commit 933220e

Browse files
committed
Housekeeping Stuff
1 parent 5b1bbf4 commit 933220e

File tree

169 files changed

+25186
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+25186
-0
lines changed

1.jpg

150 KB
Loading
Binary file not shown.

2.jpg

136 KB
Loading

3.jpg

183 KB
Loading

4.jpg

118 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
This file defines some of the browsers that Microsoft's implementation provides in
3+
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
4+
5+
It is not derived from any file distributed with Microsoft's implementation. Since
6+
we can't distribute MS's browser files, we use browscap.ini to determine
7+
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
8+
files and we are using .NET 2.0 or higher, we supplement the capabilities with the
9+
information in those files and the files in this directory. The primary goal of this file
10+
is provide browser definitions that might be referenced in App_Browser/*.browser files.
11+
-->
12+
<browsers>
13+
<defaultBrowser id="Default">
14+
</defaultBrowser>
15+
<browser id="Default">
16+
<identification>
17+
<userAgent match="." />
18+
</identification>
19+
</browser>
20+
<browser id="IE6to9" parentID="Default">
21+
<identification>
22+
<capability name="majorver" match="^[6-9]" />
23+
<capability name="browser" match="^(IE|AOL)$" />
24+
</identification>
25+
</browser>
26+
<browser id="Opera8to9" parentID="Default">
27+
<identification>
28+
<capability name="majorver" match="^[8-9]" />
29+
<capability name="browser" match="^Opera$" />
30+
</identification>
31+
</browser>
32+
<browser id="Safari" parentID="Default">
33+
<identification>
34+
<capability name="browser" match="^Safari$" />
35+
</identification>
36+
</browser>
37+
<browser id="Mozilla" parentID="Default">
38+
<identification>
39+
<capability name="browser" match="^Mozilla" />
40+
</identification>
41+
</browser>
42+
</browsers>

0 commit comments

Comments
 (0)