Files
ortools-clone/tools/csharp/AssemblyInfo.cs
Laurent Perron 7a451f0942 missing newlines
2017-03-07 13:52:49 +01:00

12 lines
529 B
C#

using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Google.OrTools")]
[assembly: AssemblyDescription(".NET Assembly for the Operations Research Tools project")]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0a227c4c-8bb3-4db0-808f-55dae227d8c5")]