1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game.Rulesets.Taiko/Properties/AssemblyInfo.cs

29 lines
1.2 KiB
C#
Raw Normal View History

2018-01-05 19:21:19 +08:00
// Copyright (c) 2007-2018 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;
// 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")]
2018-01-05 19:21:19 +08:00
[assembly: AssemblyCopyright("ppy Pty Ltd 2007-2018")]
2016-11-14 17:54:24 +08:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 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")]