mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-05 13:35:58 +02:00
21 lines
647 B
C#
21 lines
647 B
C#
|
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
[assembly: AssemblyTitle("Test.Loader.GlobalClone")]
|
||
|
|
[assembly: AssemblyDescription("")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("")]
|
||
|
|
[assembly: AssemblyProduct("Test.Loader.GlobalClone")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||
|
|
[assembly: AssemblyTrademark("")]
|
||
|
|
[assembly: AssemblyCulture("")]
|
||
|
|
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
|
||
|
|
[assembly: Guid("aa31a65d-9437-42ae-89c8-98c7392b450d")]
|
||
|
|
|
||
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|