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.Catch")]
|
2016-11-14 17:54:24 +08:00
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("")]
|
2017-04-18 15:05:58 +08:00
|
|
|
|
[assembly: AssemblyProduct("osu.Game.Rulesets.Catch")]
|
2016-11-14 17:54:24 +08:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2016")]
|
|
|
|
|
[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("58f6c80c-1253-4a0e-a465-b8c85ebeadf3")]
|
|
|
|
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
|
|
|
//
|
|
|
|
|
// Major Version
|
2017-04-06 16:21:18 +08:00
|
|
|
|
// Minor Version
|
2016-11-14 17:54:24 +08:00
|
|
|
|
// Build Number
|
|
|
|
|
// Revision
|
|
|
|
|
//
|
2017-04-06 16:21:18 +08:00
|
|
|
|
// You can specify all the values or you can default the Build and Revision Numbers
|
2016-11-14 17:54:24 +08:00
|
|
|
|
// by using the '*' as shown below:
|
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|