beatsaber-scoretracker/Mod/Properties/AssemblyInfo.cs.d

37 lines
1.4 KiB
D
Raw Normal View History

2024-08-06 22:57:47 +00:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2024-08-07 05:54:45 +00:00
[assembly: AssemblyTitle("ScoreTracker")]
2024-08-06 22:57:47 +00:00
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
2024-08-07 05:54:45 +00:00
[assembly: AssemblyProduct("ScoreTracker")]
2024-08-06 22:57:47 +00:00
[assembly: AssemblyCopyright("Copyright © Fascinated 2024")]
[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
// 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("8d4a32fe-ab2a-4d8e-a53b-6a1d4f1d7bb9")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1")]
[assembly: AssemblyFileVersion("0.0.1")]