diff options
author | sr55 <[email protected]> | 2016-04-29 21:24:57 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-29 21:24:57 +0100 |
commit | 04463e2dae2e7b86f2179a3df1a39e2085479a81 (patch) | |
tree | 6d35488bd41e8313c0291212d3eb1aa30d099355 /win/CS/HandBrakeTools/Properties/AssemblyInfo.cs | |
parent | c851af449ec95b3a39b40cf803bb41e317b73403 (diff) |
WinGui: Simple tool for generating a signed hash of the HandBrake download.
Diffstat (limited to 'win/CS/HandBrakeTools/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/CS/HandBrakeTools/Properties/AssemblyInfo.cs | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/win/CS/HandBrakeTools/Properties/AssemblyInfo.cs b/win/CS/HandBrakeTools/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..2ab186bf4 --- /dev/null +++ b/win/CS/HandBrakeTools/Properties/AssemblyInfo.cs @@ -0,0 +1,45 @@ +// -------------------------------------------------------------------------------------------------------------------- +// <copyright file="AssemblyInfo.cs" company="HandBrake Project (http://handbrake.fr)"> +// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. +// </copyright> +// <summary> +// Assembly Info +// </summary> +// <auto-generated/> +// -------------------------------------------------------------------------------------------------------------------- + +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +// 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 Toolkit")] +[assembly: AssemblyDescription("The toolkit app has utility classes for signing and building HandBrake")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("HandBrake Team")] +[assembly: AssemblyProduct("HandBrake")] +[assembly: AssemblyCopyright("Copyright © 2003-2016 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)] + +// 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: NeutralResourcesLanguage("")]
\ No newline at end of file |