libWiiSharp/AssemblyInfo.cs

16 lines
712 B
C#
Raw Normal View History

using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
2022-03-21 21:15:46 -05:00
[assembly: AssemblyTitle("libWiiSharp")]
[assembly: AssemblyDescription("A wii related .NET library modified to add features for other programs.")]
[assembly: AssemblyConfiguration("")]
2022-03-21 21:15:46 -05:00
[assembly: AssemblyCompany("TheShadowEevee")]
[assembly: AssemblyProduct("libWiiSharp")]
[assembly: AssemblyCopyright("Copyright © Leathl 2011, Copyright © Github Contributors 2020-2022")]
[assembly: AssemblyTrademark("")]
2021-02-06 18:09:13 -06:00
[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")]