hytos / DTI_PID / SPPIDConverter_CustomCommand / Properties / AssemblyInfo.cs @ 7edc8b5f
이력 | 보기 | 이력해설 | 다운로드 (2.82 KB)
1 | d57a5303 | gaqhf | /*---------------------------------------------------------------------+\ |
---|---|---|---|
2 | | | |
||
3 | | Copyright 2016 Intergraph Corporation | |
||
4 | | All Rights Reserved | |
||
5 | | | |
||
6 | | Including software, file formats, and audio-visual displays; | |
||
7 | | may only be used pursuant to applicable software license | |
||
8 | | agreement; contains confidential and proprietary information of| |
||
9 | | Intergraph and/or third parties which is protected by copyright| |
||
10 | | and trade secret law and may not be provided or otherwise made | |
||
11 | | available without proper authorization. | |
||
12 | | | |
||
13 | | Unpublished -- rights reserved under the Copyright Laws of the | |
||
14 | | United States. | |
||
15 | | | |
||
16 | | Intergraph Corporation | |
||
17 | | Huntsville, Alabama 35894-0001 | |
||
18 | | | |
||
19 | \+---------------------------------------------------------------------*/ |
||
20 | |||
21 | using System.Reflection; |
||
22 | using System.Runtime.CompilerServices; |
||
23 | using System.Runtime.InteropServices; |
||
24 | |||
25 | // General Information about an assembly is controlled through the following |
||
26 | // set of attributes. Change these attribute values to modify the information |
||
27 | // associated with an assembly. |
||
28 | [assembly: AssemblyTitle("SPPIDConverter_CustomCommand")] |
||
29 | [assembly: AssemblyDescription("SPPIDConverter_CustomCommand\nSPPIDConverter_CustomCommand")] |
||
30 | [assembly: AssemblyConfiguration("")] |
||
31 | [assembly: AssemblyCompany("Intergraph")] |
||
32 | [assembly: AssemblyProduct("SPPIDConverter_CustomCommand")] |
||
33 | [assembly: AssemblyCopyright("")] |
||
34 | [assembly: AssemblyTrademark("")] |
||
35 | [assembly: AssemblyCulture("")] |
||
36 | |||
37 | // Setting ComVisible to false makes the types in this assembly not visible |
||
38 | // to COM components. If you need to access a type in this assembly from |
||
39 | // COM, set the ComVisible attribute to true on that type. |
||
40 | [assembly: ComVisible(false)] |
||
41 | |||
42 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
||
43 | [assembly: Guid("b4b1b916-4e41-4546-abbf-69c1ea5be352")] |
||
44 | |||
45 | // Version information for an assembly consists of the following four values: |
||
46 | // |
||
47 | // Major Version |
||
48 | // Minor Version |
||
49 | // Build Number |
||
50 | // Revision |
||
51 | // |
||
52 | // You can specify all the values or you can default the Build and Revision Numbers |
||
53 | // by using the '*' as shown below: |
||
54 | // [assembly: AssemblyVersion("1.0.*")] |
||
55 | [assembly: AssemblyVersion("1.0.0.0")] |
||
56 | [assembly: AssemblyFileVersion("1.0.0.0")] |