19 lines
502 B
C#
19 lines
502 B
C#
#region Using directives
|
|
|
|
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
#endregion
|
|
|
|
[assembly: AssemblyTitle("RBXLegacyLauncher")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("RBXLegacyLauncher")]
|
|
[assembly: AssemblyCopyright("Copyright 2016")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: AssemblyVersion("1.0.*")]
|