Statistics
| Branch: | Revision:

root / trunk / Pithos.Network / docs / properties / assemblyinfo.html @ 1caef52e

History | View | Annotate | Download (3.9 kB)

1
<!DOCTYPE html />
2

    
3
<html>
4
<head>
5
        <title>AssemblyInfo.cs</title>
6
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7
        <link href="../focco.css" rel="stylesheet" media="all" type="text/css" />
8
        <script src="prettify.js" type="text/javascript"></script>
9
</head>
10
<body onload="prettyPrint()">
11
        <div id="container">
12
                <div id="background"></div>
13
                        <div id="jump_to">
14
                                Jump To &hellip;
15
                                <div id="jump_wrapper">
16
                                        <div id="jump_page">
17
                                                        <a class="source" href="../cloudfilesclient.html">
18
                                                                CloudFilesClient.cs
19
                                                        </a>
20
                                                        <a class="source" href="../restclient.html">
21
                                                                RestClient.cs
22
                                                        </a>
23
                                                        <a class="source" href="../timeoutretrycondition.html">
24
                                                                TimeoutRetryCondition.cs
25
                                                        </a>
26
                                                        <a class="source" href="../properties/assemblyinfo.html">
27
                                                                Properties\AssemblyInfo.cs
28
                                                        </a>
29
                                        </div>
30
                                </div>
31
                        </div>
32
                <table cellpadding="0" cellspacing="0">
33
                        <thead>
34
                                <tr>
35
                                        <th class="docs">
36
                                                <h1>AssemblyInfo.cs</h1>
37
                                        </th>
38
                                        <th class="code"></th>
39
                                </tr>
40
                        </thead>
41
                        <tbody>
42
                                        <tr id="section_1">
43
                                                <td class="docs">
44
                                                        <div class="pilwrap">
45
                                                                <a class="pilcrow" href="#section_1">&#182;</a>
46
                                                        </div>
47
                                                        
48
                                                </td>
49
                                                <td class="code">
50
                                                        <pre><code class='prettyprint'>using System.Reflection;
51
using System.Runtime.CompilerServices;
52
using System.Runtime.InteropServices;
53

    
54
</code></pre>
55
                                                </td>
56
                                        </tr>
57
                                        <tr id="section_2">
58
                                                <td class="docs">
59
                                                        <div class="pilwrap">
60
                                                                <a class="pilcrow" href="#section_2">&#182;</a>
61
                                                        </div>
62
                                                        <p>General Information about an assembly is controlled through the following 
63
set of attributes. Change these attribute values to modify the information
64
associated with an assembly.</p>
65

    
66
                                                </td>
67
                                                <td class="code">
68
                                                        <pre><code class='prettyprint'>[assembly: AssemblyTitle(&quot;Pithos.Network&quot;)]
69
[assembly: AssemblyDescription(&quot;&quot;)]
70
[assembly: AssemblyConfiguration(&quot;&quot;)]
71
[assembly: AssemblyCompany(&quot;Microsoft&quot;)]
72
[assembly: AssemblyProduct(&quot;Pithos.Network&quot;)]
73
[assembly: AssemblyCopyright(&quot;Copyright &#169; Microsoft 2011&quot;)]
74
[assembly: AssemblyTrademark(&quot;&quot;)]
75
[assembly: AssemblyCulture(&quot;&quot;)]
76

    
77
</code></pre>
78
                                                </td>
79
                                        </tr>
80
                                        <tr id="section_3">
81
                                                <td class="docs">
82
                                                        <div class="pilwrap">
83
                                                                <a class="pilcrow" href="#section_3">&#182;</a>
84
                                                        </div>
85
                                                        <p>Setting ComVisible to false makes the types in this assembly not visible 
86
to COM components.  If you need to access a type in this assembly from 
87
COM, set the ComVisible attribute to true on that type.</p>
88

    
89
                                                </td>
90
                                                <td class="code">
91
                                                        <pre><code class='prettyprint'>[assembly: ComVisible(false)]
92

    
93
</code></pre>
94
                                                </td>
95
                                        </tr>
96
                                        <tr id="section_4">
97
                                                <td class="docs">
98
                                                        <div class="pilwrap">
99
                                                                <a class="pilcrow" href="#section_4">&#182;</a>
100
                                                        </div>
101
                                                        <p>The following GUID is for the ID of the typelib if this project is exposed to COM</p>
102

    
103
                                                </td>
104
                                                <td class="code">
105
                                                        <pre><code class='prettyprint'>[assembly: Guid(&quot;495e23f2-f451-4d24-aa39-961f97144a90&quot;)]
106

    
107
</code></pre>
108
                                                </td>
109
                                        </tr>
110
                                        <tr id="section_5">
111
                                                <td class="docs">
112
                                                        <div class="pilwrap">
113
                                                                <a class="pilcrow" href="#section_5">&#182;</a>
114
                                                        </div>
115
                                                        <p>Version information for an assembly consists of the following four values:</p>
116

    
117
<pre><code> Major Version
118
 Minor Version 
119
 Build Number
120
 Revision
121
</code></pre>
122

    
123
<p>You can specify all the values or you can default the Build and Revision Numbers 
124
by using the '<em>' as shown below:
125
[assembly: AssemblyVersion("1.0.</em>")]</p>
126

    
127
                                                </td>
128
                                                <td class="code">
129
                                                        <pre><code class='prettyprint'>[assembly: AssemblyVersion(&quot;1.0.0.0&quot;)]
130
[assembly: AssemblyFileVersion(&quot;1.0.0.0&quot;)]
131
</code></pre>
132
                                                </td>
133
                                        </tr>
134
                        </tbody>
135
                </table>
136
        </div>
137
</body>
138
</html>