mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-27 05:44:43 +00:00
19 lines
952 B
C#
19 lines
952 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using System.Runtime.Versioning;
|
|
|
|
[assembly: global::System.Reflection.AssemblyCompany("HP Inc.")]
|
|
[assembly: global::System.Reflection.AssemblyConfiguration("")]
|
|
[assembly: global::System.Reflection.AssemblyCopyright("Copyright © HP Inc. 2018")]
|
|
[assembly: global::System.Reflection.AssemblyDescription("")]
|
|
[assembly: global::System.Reflection.AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: global::System.Reflection.AssemblyProduct("nobleUpdater")]
|
|
[assembly: global::System.Reflection.AssemblyTitle("nobleUpdater")]
|
|
[assembly: global::System.Reflection.AssemblyTrademark("")]
|
|
[assembly: global::System.Reflection.AssemblyVersion("1.0.0.0")]
|
|
[assembly: global::System.Runtime.InteropServices.ComVisible(false)]
|
|
[assembly: global::System.Runtime.InteropServices.Guid("a8c16b15-049b-4f2b-8726-882873fed153")]
|