From 3e669fc96e687340cc17ecd8d0894457905f9cfe Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 8 Jul 2007 18:29:26 +0000 Subject: WinGui: - All Supported Files (for File dialog window) - Few other minor changes. Initial C# code project which is due to replace current vb.net code. Partially functional. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@658 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Properties/AssemblyInfo.cs | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 win/C#/Properties/AssemblyInfo.cs (limited to 'win/C#/Properties/AssemblyInfo.cs') diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..a375c642e --- /dev/null +++ b/win/C#/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Handbrake")] +[assembly: AssemblyCopyright("Copyright © 2007")] +[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("5e4e3f97-5252-41f6-aae9-3846f62cbc66")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("2.4.0.0")] +[assembly: AssemblyFileVersion("20.4.0.0")] -- cgit v1.2.3