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

29 lines
1.2 KiB
C#
Raw Normal View History

2017-09-18 21:32:49 +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-08-26 11:28:23 +08:00
using System.Reflection;
using System.Runtime.InteropServices;
// 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")]
2017-09-18 21:32:49 +08:00
[assembly: AssemblyCopyright("ppy Pty Ltd 2007-2017")]
2016-08-26 11:28:23 +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-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")]