mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
19 lines
586 B
C#
19 lines
586 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("NeXt.Vdf")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("Mirco Gericke")]
|
|
[assembly: AssemblyProduct("NeXt.Vdf")]
|
|
[assembly: AssemblyCopyright("Copyright © 2015")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("4a5c4314-a7bc-48a6-938e-58e224bd0879")]
|
|
|
|
// exclude from semantic versioning
|
|
[assembly: AssemblyVersion("1.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|