|
|
@ -11,13 +11,6 @@ using System.Runtime.InteropServices; |
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
// associated with an assembly.
|
|
|
// associated with an assembly.
|
|
|
[assembly: AssemblyTitle("Avalonia.Cairo")] |
|
|
[assembly: AssemblyTitle("Avalonia.Cairo")] |
|
|
[assembly: AssemblyDescription("")] |
|
|
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
|
|
[assembly: AssemblyCompany("")] |
|
|
|
|
|
[assembly: AssemblyProduct("Avalonia.Cairo")] |
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright \u00A9 2014")] |
|
|
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
// 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
|
|
|
// to COM components. If you need to access a type in this assembly from
|
|
|
@ -27,19 +20,6 @@ using System.Runtime.InteropServices; |
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
[assembly: Guid("f999ba8b-64e7-40cc-98a4-003f1852d2a3")] |
|
|
[assembly: Guid("f999ba8b-64e7-40cc-98a4-003f1852d2a3")] |
|
|
|
|
|
|
|
|
// 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")] |
|
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")] |
|
|
|
|
|
|
|
|
|
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.WinNT, 3, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.WinNT, 3, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.Linux, 2, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.Linux, 2, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.OSX, 3, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
[assembly: ExportRenderingSubsystem(OperatingSystemType.OSX, 3, "Cairo", typeof(CairoPlatform), nameof(CairoPlatform.Initialize), RequiresWindowingSubsystem = "GTK")] |
|
|
|