OSDN Git Service

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