root/StructuredWeb/StructuredWeb/Validation/ValidationFramework/Properties/AssemblyInfo.cs
| 101 | 107 | ||
|---|---|---|---|
1 | using System.Reflection; | 1 | #region Using Statements |
2 | using System.Runtime.CompilerServices; | 2 | |
3 | using System.Reflection; | ||
3 | using System.Runtime.InteropServices; | 4 | using System.Runtime.InteropServices; |
4 | 5 | ||
6 | #endregion | ||
7 | |||
5 | // General Information about an assembly is controlled through the following | 8 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 9 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 10 | // associated with an assembly. |
11 | |||
8 | [assembly: AssemblyTitle("ValidationFramework")] | 12 | [assembly: AssemblyTitle("ValidationFramework")] |
9 | [assembly: AssemblyDescription("")] | 13 | [assembly: AssemblyDescription("")] |
10 | [assembly: AssemblyConfiguration("")] | 14 | [assembly: AssemblyConfiguration("")] |
... | ... | ||
17 | // Setting ComVisible to false makes the types in this assembly not visible | 21 | // Setting ComVisible to false makes the types in this assembly not visible |
18 | // to COM components. If you need to access a type in this assembly from | 22 | // to COM components. If you need to access a type in this assembly from |
19 | // COM, set the ComVisible attribute to true on that type. | 23 | // COM, set the ComVisible attribute to true on that type. |
24 | |||
20 | [assembly: ComVisible(false)] | 25 | [assembly: ComVisible(false)] |
21 | 26 | ||
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM | 27 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
28 | |||
23 | [assembly: Guid("d3b10a08-b978-461e-916a-eb22fdf33dcc")] | 29 | [assembly: Guid("d3b10a08-b978-461e-916a-eb22fdf33dcc")] |
24 | 30 | ||
25 | // Version information for an assembly consists of the following four values: | 31 | // Version information for an assembly consists of the following four values: |
... | ... | ||
32 | // You can specify all the values or you can default the Build and Revision Numbers | 38 | // You can specify all the values or you can default the Build and Revision Numbers |
33 | // by using the '*' as shown below: | 39 | // by using the '*' as shown below: |
34 | // [assembly: AssemblyVersion("1.0.*")] | 40 | // [assembly: AssemblyVersion("1.0.*")] |
41 | |||
35 | [assembly: AssemblyVersion("1.0.0.0")] | 42 | [assembly: AssemblyVersion("1.0.0.0")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 43 | [assembly: AssemblyFileVersion("1.0.0.0")] |
Download diff