summaryrefslogtreecommitdiffstats
path: root/doc/README.Bin.html
blob: de05333e451659781e9095361652ab8fd7f48056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html>
<head>
	<style type="text/css">
		th
		{
			text-align: left;
		}
		th, td
		{
			vertical-align: top;
		}
	.style1
	{
	  font-family: "Courier New", Courier, monospace;
	}
	.style2
	{
	  font-family: "Courier New", Courier, monospace;
	  font-style: italic;
	}
	</style>
</head>
<body>
	<h1>Files in this directory</h1>
	<h2>Binary dependencies of sites using this library</h2>
	<table>
		<tr>
			<th>
				DotNetOpenAuth.dll
			</th>
			<td>the <b>only runtime dependency</b> for web sites to use this library. </td>
		</tr>
		<tr>
			<th>
				DotNetOpenAuth.pdb
			</th>
			<td>may be useful for debugging purposes.</td>
		</tr>
		<tr>
			<th>
				DotNetOpenAuth.xml
			</th>
			<td>provides Intellisense during development.</td>
		</tr>
		<tr>
			<th>
				DotNetOpenAuth.Contracts.dll</th>
			<td><a href="http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx">Compile-time 
				code contracts</a> for use by applications that reference DotNetOpenAuth.dll to 
				help web developers avoid mistakes and unhandled exceptions.</td>
		</tr>
		<tr>
			<th>
				log4net.dll
			</th>
			<td>If present and v1.2.10, will allow for recording log messages this library emits.</td>
		</tr>
		<tr>
			<th>
				Microsoft.Contracts.dll
			</th>
			<td>enables contract compile-time and runtime enforcement, but currently only used for
				developing DotNetOpenAuth itself.</td>
		</tr>
	</table>
	<h2>Other files</h2>
	<table>
		<tr>
			<th>
				DotNetOpenAuth.xsd
			</th>
			<td>Provides Intellisense for the web.config or app.config files of projects using this library.&nbsp; 
				To activate Intellisense, modify your <span class="style1">
				%PROGRAMFILES%\Microsoft Visual Studio 9.0\Xml\Schemas\catalog.xml</span> file 
				to include this entry:<br />
				<span class="style1">&lt;Association extension=&quot;config&quot; schema=&quot;</span><span 
					class="style2">permanent-directory</span><span class="style1">\DotNetOpenAuth.xsd&quot; 
				condition=&quot;%TargetFrameworkVersion% != 2.0 and %TargetFrameworkVersion% != 3.0&quot; 
				/&gt; </span>&nbsp;</td>
		</tr>
	</table>
</body>
</html>