1
0
Fork 0
mirror of https://github.com/cube0x0/CVE-2021-1675.git synced 2024-11-15 02:27:55 +00:00
CVE-2021-1675/SharpPrintNightmare/SharpPrintNightmare/Properties/AssemblyInfo.cs
cube0x0 c047c45d75 c# LPE version
Signed-off-by: cube0x0 <vidfelt@protonmail.com>
2021-07-01 13:45:37 +02:00

36 lines
1.4 KiB
C#

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.
[assembly: AssemblyTitle("SharpPrintNightmare")]
[assembly: AssemblyDescription("Cube0x0")]
[assembly: AssemblyConfiguration("Cube0x0")]
[assembly: AssemblyCompany("Cube0x0")]
[assembly: AssemblyProduct("SharpPrintNightmare")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("Cube0x0")]
[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("5feb114b-49ec-4652-b29e-8cb5e752ec3e")]
// 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")]