mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
21 lines
633 B
C#
21 lines
633 B
C#
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
[assembly: AssemblyTitle("HeliosPlus.Tests")]
|
||
|
[assembly: AssemblyDescription("")]
|
||
|
[assembly: AssemblyConfiguration("")]
|
||
|
[assembly: AssemblyCompany("")]
|
||
|
[assembly: AssemblyProduct("HeliosPlus.Tests")]
|
||
|
[assembly: AssemblyCopyright("Copyright © 2020")]
|
||
|
[assembly: AssemblyTrademark("")]
|
||
|
[assembly: AssemblyCulture("")]
|
||
|
|
||
|
[assembly: ComVisible(false)]
|
||
|
|
||
|
[assembly: Guid("d7afd3cc-53bf-4991-abfe-638a3f355310")]
|
||
|
|
||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|