From 0bbe6e4bde56799acd6c8096c04f80ca3aa27fb0 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 10 Jun 2018 13:25:53 +0100 Subject: WinGui: Stub out a background worker process. --- win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs (limited to 'win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs') diff --git a/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs b/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..d834e2098 --- /dev/null +++ b/win/CS/HandBrake.Worker/Properties/AssemblyInfo.cs @@ -0,0 +1,45 @@ +// -------------------------------------------------------------------------------------------------------------------- +// +// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. +// +// +// Assembly Info +// +// +// -------------------------------------------------------------------------------------------------------------------- + +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("HandBrake.Worker")] +[assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("HandBrake Team")] +[assembly: AssemblyProduct("HandBrake.Worker")] +[assembly: AssemblyCopyright("Copyright © 2003-2018 HandBrake Team")] +[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("f8370f37-b226-4830-aee7-6d7ae403e3d2")] + +// 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.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] -- cgit v1.2.3