repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/RPCSupportTest/Properties/AssemblyInfo.cs@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | using System.Reflection; |
darienf | 20:6d2af70c92ab | 2 | using System.Runtime.CompilerServices; |
darienf | 20:6d2af70c92ab | 3 | using System.Runtime.InteropServices; |
darienf | 20:6d2af70c92ab | 4 | |
darienf | 20:6d2af70c92ab | 5 | // General Information about an assembly is controlled through the following |
darienf | 20:6d2af70c92ab | 6 | // set of attributes. Change these attribute values to modify the information |
darienf | 20:6d2af70c92ab | 7 | // associated with an assembly. |
darienf | 20:6d2af70c92ab | 8 | [assembly: AssemblyTitle("RPCSupportTest")] |
darienf | 20:6d2af70c92ab | 9 | [assembly: AssemblyDescription("")] |
darienf | 20:6d2af70c92ab | 10 | [assembly: AssemblyConfiguration("")] |
darienf | 20:6d2af70c92ab | 11 | [assembly: AssemblyCompany("")] |
darienf | 20:6d2af70c92ab | 12 | [assembly: AssemblyProduct("RPCSupportTest")] |
darienf | 20:6d2af70c92ab | 13 | [assembly: AssemblyCopyright("Copyright © 2015")] |
darienf | 20:6d2af70c92ab | 14 | [assembly: AssemblyTrademark("")] |
darienf | 20:6d2af70c92ab | 15 | [assembly: AssemblyCulture("")] |
darienf | 20:6d2af70c92ab | 16 | |
darienf | 20:6d2af70c92ab | 17 | // Setting ComVisible to false makes the types in this assembly not visible |
darienf | 20:6d2af70c92ab | 18 | // to COM components. If you need to access a type in this assembly from |
darienf | 20:6d2af70c92ab | 19 | // COM, set the ComVisible attribute to true on that type. |
darienf | 20:6d2af70c92ab | 20 | [assembly: ComVisible(false)] |
darienf | 20:6d2af70c92ab | 21 | |
darienf | 20:6d2af70c92ab | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
darienf | 20:6d2af70c92ab | 23 | [assembly: Guid("067456c0-086c-46a8-b37f-1405717b7bfc")] |
darienf | 20:6d2af70c92ab | 24 | |
darienf | 20:6d2af70c92ab | 25 | // Version information for an assembly consists of the following four values: |
darienf | 20:6d2af70c92ab | 26 | // |
darienf | 20:6d2af70c92ab | 27 | // Major Version |
darienf | 20:6d2af70c92ab | 28 | // Minor Version |
darienf | 20:6d2af70c92ab | 29 | // Build Number |
darienf | 20:6d2af70c92ab | 30 | // Revision |
darienf | 20:6d2af70c92ab | 31 | // |
darienf | 20:6d2af70c92ab | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
darienf | 20:6d2af70c92ab | 33 | // by using the '*' as shown below: |
darienf | 20:6d2af70c92ab | 34 | // [assembly: AssemblyVersion("1.0.*")] |
darienf | 20:6d2af70c92ab | 35 | [assembly: AssemblyVersion("1.0.0.0")] |
darienf | 20:6d2af70c92ab | 36 | [assembly: AssemblyFileVersion("1.0.0.0")] |