-
Notifications
You must be signed in to change notification settings - Fork 16
/
SolutionVersion.cs
29 lines (26 loc) · 1.24 KB
/
SolutionVersion.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Security;
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(false)]
[assembly: AssemblyCompanyAttribute("HIC")]
[assembly: AssemblyVersionAttribute("0.0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.0.0.0")]
[assembly: AssemblyInformationalVersionAttribute("0.0.0.0")]
[assembly: AssemblyTitleAttribute("HIC.DataManagementPlatform")]
[assembly: AssemblyProductAttribute("HIC.DataManagementPlatform")]
[assembly: AssemblyDescriptionAttribute("HIC.DataManagementPlatform is a product of HIC - https://github.com/HicServices/R" +
"DMP.git.")]
[assembly: AssemblyTrademarkAttribute("HIC.DataManagementPlatform - HIC")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2019 HIC, - Original author or authors")]