OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Properties / AssemblyInfo.cs
index a375c64..e0dc882 100644 (file)
@@ -1,25 +1,34 @@
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
+/*  AssemblyInfo.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
+using System.Reflection;\r
+using System.Resources;\r
 using System.Runtime.InteropServices;\r
 \r
 // General Information about an assembly is controlled through the following \r
 // set of attributes. Change these attribute values to modify the information\r
 // associated with an assembly.\r
-[assembly: AssemblyTitle("Handbrake")]\r
-[assembly: AssemblyDescription("")]\r
+\r
+[assembly: AssemblyTitle("HandBrake")]\r
+[assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")]\r
 [assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("")]\r
-[assembly: AssemblyProduct("Handbrake")]\r
-[assembly: AssemblyCopyright("Copyright ©  2007")]\r
+[assembly: AssemblyCompany("HandBrake")]\r
+[assembly: AssemblyProduct("HandBrake")]\r
+[assembly: AssemblyCopyright("Copyright ©  2009")]\r
 [assembly: AssemblyTrademark("")]\r
 [assembly: AssemblyCulture("")]\r
 \r
 // Setting ComVisible to false makes the types in this assembly not visible \r
 // to COM components.  If you need to access a type in this assembly from \r
 // COM, set the ComVisible attribute to true on that type.\r
+\r
 [assembly: ComVisible(false)]\r
 \r
 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
+\r
 [assembly: Guid("5e4e3f97-5252-41f6-aae9-3846f62cbc66")]\r
 \r
 // Version information for an assembly consists of the following four values:\r
@@ -29,5 +38,7 @@ using System.Runtime.InteropServices;
 //      Build Number\r
 //      Revision\r
 //\r
-[assembly: AssemblyVersion("2.4.0.0")]\r
-[assembly: AssemblyFileVersion("20.4.0.0")]\r
+\r
+[assembly: AssemblyVersion("0.9.4.5")]\r
+[assembly: AssemblyFileVersion("0.9.4.5")]\r
+[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file