forked from sillsdev/liblcm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonAssemblyInfo.cs
More file actions
19 lines (16 loc) · 834 Bytes
/
CommonAssemblyInfo.cs
File metadata and controls
19 lines (16 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*----------------------------------------------------------------------------------------------
Copyright (c) 2002-2017 SIL International
This software is licensed under the LGPL, version 2.1 or later
(http://www.gnu.org/licenses/lgpl-2.1.html)
CommonAssemblyInfo.cs should be included in every LCM project.
It holds common directives that are usually part of AssemblyInfo.cs.
----------------------------------------------------------------------------------------------*/
using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SIL")]
[assembly: AssemblyProduct("LCM")]
[assembly: AssemblyCopyright("Copyright (c) 2002-2017 SIL International")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyVersion("9.0.0.0")]