19 lines
660 B
C#
19 lines
660 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyTitle("guisystem")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("Microsoft")]
|
|
[assembly: AssemblyProduct("guisystem")]
|
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: InternalsVisibleTo("UnityEngine.UI.Tests")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("d4f464c7-9b15-460d-b4bc-2cacd1c1df73")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|