Skip to content
This repository was archived by the owner on May 25, 2018. It is now read-only.

Commit 94f57b9

Browse files
committed
Build & Readme
1 parent cdcf1ef commit 94f57b9

35 files changed

+22121
-1
lines changed

quiz6/Build/DEMO.exe

22.4 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
260 KB
Binary file not shown.
1.02 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.57 MB
Binary file not shown.
Binary file not shown.
2.38 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

quiz6/Build/DEMO_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx

+1,820
Large diffs are not rendered by default.

quiz6/Build/DEMO_Data/Mono/etc/mono/1.0/machine.config

+243
Large diffs are not rendered by default.
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)