Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/UnitTests/Properties/AssemblyInfo.cs @ 18011

Last change on this file since 18011 was 16137, checked in by abeham, 6 years ago

#2457:

  • Restructured FLA plugin (moved files between folders, added common base classes)
  • Fixed AC1 in QAPDirectedWalk (ouch!)
  • Changed PartialInformationContent to be in range [0;1]
  • Added unit test for information analysis
  • Refactored information analysis and discard ability to use more symbols than 2 as shapes
File size: 639 bytes
Line 
1using System.Reflection;
2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
4
5[assembly: AssemblyTitle("UnitTests")]
6[assembly: AssemblyDescription("")]
7[assembly: AssemblyConfiguration("")]
8[assembly: AssemblyCompany("")]
9[assembly: AssemblyProduct("UnitTests")]
10[assembly: AssemblyCopyright("Copyright ©  2018")]
11[assembly: AssemblyTrademark("")]
12[assembly: AssemblyCulture("")]
13
14[assembly: ComVisible(false)]
15
16[assembly: Guid("76241af2-b428-4127-805d-667f79983f0f")]
17
18// [assembly: AssemblyVersion("1.0.*")]
19[assembly: AssemblyVersion("1.0.0.0")]
20[assembly: AssemblyFileVersion("1.0.0.0")]
Note: See TracBrowser for help on using the repository browser.