This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
CC-Functions/Misc/Properties/AssemblyInfo.cs

37 lines
1.4 KiB
C#
Raw Normal View History

2019-09-07 10:12:24 +02:00
using System.Reflection;
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.
2019-11-16 18:27:18 +01:00
[assembly: AssemblyTitle("CC-Functions.W32")]
[assembly:
AssemblyDescription(
"Random pieces of code used across my projects. I do NOT recommend using this in your own project!")]
2019-09-07 10:12:24 +02:00
[assembly: AssemblyConfiguration("")]
2019-11-16 18:27:18 +01:00
[assembly: AssemblyCompany("CC24")]
[assembly: AssemblyProduct("CC-Functions")]
2019-09-07 10:12:24 +02:00
[assembly: AssemblyCopyright("Copyright © 2019")]
[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("b80d5e09-b935-4602-a173-baf7c1974999")]
// 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("1.0.0.0")]
2019-11-29 21:27:24 +01:00
[assembly: AssemblyFileVersion("1.0.0.0")]