1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/windows/TweetImpl.CefSharp/Properties/AssemblyInfo.cs

26 lines
1.0 KiB
C#

using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
// 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.
[assembly: AssemblyTitle("TweetDuck CefSharp Implementation")]
[assembly: AssemblyDescription("TweetDuck CefSharp Implementation")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TweetImpl.CefSharp")]
[assembly: AssemblyCopyright("")]
[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("c97d4cf0-0bf2-4ec2-b450-dacd6bea56d8")]
[assembly: SupportedOSPlatform("windows")]