repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Committer:
darienf
Date:
Tue Apr 06 06:41:40 2021 +0000
Revision:
20:6d2af70c92ab
another repo

Who changed what in which revision?

UserRevisionLine numberNew 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("FileLog")]
darienf 20:6d2af70c92ab 9 [assembly: AssemblyDescription("")]
darienf 20:6d2af70c92ab 10 [assembly: AssemblyConfiguration("")]
darienf 20:6d2af70c92ab 11 [assembly: AssemblyCompany("Maxim Integrated Products")]
darienf 20:6d2af70c92ab 12 [assembly: AssemblyProduct("FileLog")]
darienf 20:6d2af70c92ab 13 [assembly: AssemblyCopyright("Copyright © Maxim Integrated Products 2016")]
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("aa319a5f-f524-426c-909c-54c6c0e2cbc3")]
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")]