libWiiSharp/AssemblyInfo.cs

16 lines
No EOL
712 B
C#

using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("libWiiSharp")]
[assembly: AssemblyDescription("A wii related .NET library modified to add features for other programs.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("TheShadowEevee")]
[assembly: AssemblyProduct("libWiiSharp")]
[assembly: AssemblyCopyright("Copyright © Leathl 2011, Copyright © Github Contributors 2020-2022")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(true)]
[assembly: Guid("af701263-5875-4866-9c09-d7f62e9f0ff0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("0.6.0.0")]