mirror of https://github.com/ogoun/Zero.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
639 B
21 lines
639 B
6 years ago
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
[assembly: AssemblyTitle("ZeroLevel.UnitTests")]
|
||
|
[assembly: AssemblyDescription("")]
|
||
|
[assembly: AssemblyConfiguration("")]
|
||
|
[assembly: AssemblyCompany("")]
|
||
|
[assembly: AssemblyProduct("ZeroLevel.UnitTests")]
|
||
|
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||
|
[assembly: AssemblyTrademark("")]
|
||
|
[assembly: AssemblyCulture("")]
|
||
|
|
||
|
[assembly: ComVisible(false)]
|
||
|
|
||
|
[assembly: Guid("c500b489-c432-499d-b0e4-b41998b12c49")]
|
||
|
|
||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|