2018-01-05 19:21:19 +08:00
|
|
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
2017-02-07 12:59:30 +08:00
|
|
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
2016-08-26 11:28:23 +08:00
|
|
|
|
|
|
|
using System.Reflection;
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
2017-04-06 16:21:18 +08:00
|
|
|
// General Information about an assembly is controlled through the following
|
2016-08-26 11:28:23 +08:00
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// associated with an assembly.
|
2017-10-14 14:02:20 +08:00
|
|
|
[assembly: AssemblyTitle("osu.Game")]
|
2017-09-18 21:32:49 +08:00
|
|
|
[assembly: AssemblyDescription("click the circles. to the beat.")]
|
2016-08-26 11:28:23 +08:00
|
|
|
[assembly: AssemblyConfiguration("")]
|
2017-09-18 21:32:49 +08:00
|
|
|
[assembly: AssemblyCompany("ppy Pty Ltd")]
|
2017-10-14 14:02:20 +08:00
|
|
|
[assembly: AssemblyProduct("osu.Game")]
|
2018-01-05 19:21:19 +08:00
|
|
|
[assembly: AssemblyCopyright("ppy Pty Ltd 2007-2018")]
|
2016-08-26 11:28:23 +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-08-26 11:28:23 +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
|
2017-09-18 21:32:49 +08:00
|
|
|
[assembly: Guid("55e28cb2-7b6c-4595-8dcc-9871d8aad7e9")]
|
2016-08-26 11:28:23 +08:00
|
|
|
|
2017-10-14 14:02:20 +08:00
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|