OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Properties / AssemblyInfo.cs
1 using System.Reflection;\r
2 using System.Runtime.CompilerServices;\r
3 using System.Runtime.InteropServices;\r
4 using System.Resources;\r
5 \r
6 // General Information about an assembly is controlled through the following \r
7 // set of attributes. Change these attribute values to modify the information\r
8 // associated with an assembly.\r
9 [assembly: AssemblyTitle("Handbrake")]\r
10 [assembly: AssemblyDescription("DVD Like Source to MPEG-4 converter")]\r
11 [assembly: AssemblyConfiguration("")]\r
12 [assembly: AssemblyCompany("Handbrake")]\r
13 [assembly: AssemblyProduct("Handbrake")]\r
14 [assembly: AssemblyCopyright("Copyright ©  2007")]\r
15 [assembly: AssemblyTrademark("")]\r
16 [assembly: AssemblyCulture("")]\r
17 \r
18 // Setting ComVisible to false makes the types in this assembly not visible \r
19 // to COM components.  If you need to access a type in this assembly from \r
20 // COM, set the ComVisible attribute to true on that type.\r
21 [assembly: ComVisible(false)]\r
22 \r
23 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
24 [assembly: Guid("5e4e3f97-5252-41f6-aae9-3846f62cbc66")]\r
25 \r
26 // Version information for an assembly consists of the following four values:\r
27 //\r
28 //      Major Version\r
29 //      Minor Version \r
30 //      Build Number\r
31 //      Revision\r
32 //\r
33 [assembly: AssemblyVersion("0.9.2.0")]\r
34 [assembly: AssemblyFileVersion("0.9.2.0")]\r
35 [assembly: NeutralResourcesLanguageAttribute("")]\r