OSDN Git Service

57d0205f1e31b264474d50a4f3d7511dfbf3ca56
[handbrake-jp/handbrake-jp-git.git] / win / C# / Properties / AssemblyInfo.cs
1 /*  AssemblyInfo.cs $\r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 using System.Reflection;\r
7 using System.Resources;\r
8 using System.Runtime.InteropServices;\r
9 \r
10 // General Information about an assembly is controlled through the following \r
11 // set of attributes. Change these attribute values to modify the information\r
12 // associated with an assembly.\r
13 \r
14 [assembly: AssemblyTitle("HandBrake")]\r
15 [assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")]\r
16 [assembly: AssemblyConfiguration("")]\r
17 [assembly: AssemblyCompany("HandBrake")]\r
18 [assembly: AssemblyProduct("HandBrake")]\r
19 [assembly: AssemblyCopyright("Copyright ©  2011")]\r
20 [assembly: AssemblyTrademark("")]\r
21 [assembly: AssemblyCulture("")]\r
22 \r
23 // Setting ComVisible to false makes the types in this assembly not visible \r
24 // to COM components.  If you need to access a type in this assembly from \r
25 // COM, set the ComVisible attribute to true on that type.\r
26 \r
27 [assembly: ComVisible(false)]\r
28 \r
29 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
30 \r
31 [assembly: Guid("5e4e3f97-5252-41f6-aae9-3846f62cbc66")]\r
32 \r
33 // Version information for an assembly consists of the following four values:\r
34 //\r
35 //      Major Version\r
36 //      Minor Version \r
37 //      Build Number\r
38 //      Revision\r
39 //\r
40 \r
41 [assembly: AssemblyVersion("0.9.5.3735")]\r
42 [assembly: NeutralResourcesLanguage("")]