forked from phorcys/Taiwu_mods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssemblyInfo.cs.in
executable file
·28 lines (23 loc) · 1 KB
/
AssemblyInfo.cs.in
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
/*
* $Id$
* It is part of the SolidOpt Copyright Policy (see Copyright.txt)
* For further details see the nearest License.txt
*/
// NOTE THIS FILE IS AUTOMATICALLY GENERATED.
#region Using directives
using System.Reflection;
using System.Runtime.CompilerServices;
#endregion
// The assembly version has following format: Major.Minor.Build.Revision
[assembly: AssemblyVersion("@SolidOpt_Major@.@SolidOpt_Minor@.@SolidOpt_Revision@")]
// TODO: Add the target name
[assembly: AssemblyTitle("@VAR_Project_Title@")]
[assembly: AssemblyCopyright("Copyright (c) 2009-@SolidOpt_LastYear@ SolidOpt.org")]
[assembly: AssemblyDescription("@VAR_Project_Description@")]
[assembly: AssemblyCompany("SolidOpt.org")]
[assembly: AssemblyFileVersion("@SolidOpt_Major@.@[email protected].@SolidOpt_Revision@")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTrademark("@PROJECT_NAME@")]
[assembly: AssemblyProduct("@PROJECT_NAME@")]
[assembly: AssemblyInformationalVersion("@SolidOpt_Version@")]
[assembly: AssemblyConfiguration("")]