Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore.Dsl/DslPackage/Properties/AssemblyInfo.cs @ 10525

Last change on this file since 10525 was 10525, checked in by abeham, 10 years ago

#1610: added visual model

File size: 1.2 KB
Line 
1#region Using directives
2
3using System;
4using System.Reflection;
5using System.Runtime.CompilerServices;
6using System.Runtime.InteropServices;
7using System.Runtime.ConstrainedExecution;
8
9#endregion
10
11//
12// General Information about an assembly is controlled through the following
13// set of attributes. Change these attribute values to modify the information
14// associated with an assembly.
15//
16[assembly: AssemblyTitle(@"")]
17[assembly: AssemblyDescription(@"")]
18[assembly: AssemblyConfiguration("")]
19[assembly: AssemblyCompany(@"HEAL")]
20[assembly: AssemblyProduct(@"HeuristicLab")]
21[assembly: AssemblyCopyright("")]
22[assembly: AssemblyTrademark("")]
23[assembly: AssemblyCulture("")]
24[assembly: System.Resources.NeutralResourcesLanguage("en")]
25
26//
27// Version information for an assembly consists of the following four values:
28//
29//      Major Version
30//      Minor Version
31//      Build Number
32//      Revision
33//
34// You can specify all the values or you can default the Revision and Build Numbers
35// by using the '*' as shown below:
36
37[assembly: AssemblyVersion(@"1.0.0.0")]
38[assembly: ComVisible(false)]
39[assembly: CLSCompliant(false)]
40[assembly: ReliabilityContract(Consistency.MayCorruptProcess, Cer.None)]
Note: See TracBrowser for help on using the repository browser.