2017-02-07 12:59:30 +08:00
|
|
|
|
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
|
|
|
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
2016-12-06 17:56:20 +08:00
|
|
|
|
|
|
|
|
|
using System.Reflection;
|
2016-11-14 17:54:24 +08:00
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
2017-04-06 16:21:18 +08:00
|
|
|
|
// General Information about an assembly is controlled through the following
|
2016-11-14 17:54:24 +08:00
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
// associated with an assembly.
|
2017-04-18 15:05:58 +08:00
|
|
|
|
[assembly: AssemblyTitle("osu.Game.Rulesets.Taiko")]
|
2017-10-14 14:02:20 +08:00
|
|
|
|
[assembly: AssemblyDescription("bash the drum. to the beat.")]
|
2016-11-14 17:54:24 +08:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2017-10-14 14:02:20 +08:00
|
|
|
|
[assembly: AssemblyCompany("ppy Pty Ltd")]
|
2017-04-18 15:05:58 +08:00
|
|
|
|
[assembly: AssemblyProduct("osu.Game.Rulesets.Taiko")]
|
2017-10-14 14:02:20 +08:00
|
|
|
|
[assembly: AssemblyCopyright("ppy Pty Ltd 2007-2017")]
|
2016-11-14 17:54:24 +08:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
2017-04-06 16:21:18 +08:00
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
|
|
// to COM components. If you need to access a type in this assembly from
|
2016-11-14 17:54:24 +08:00
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
|
[assembly: Guid("f167e17a-7de6-4af5-b920-a5112296c695")]
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|