OSDN Git Service

fix to compile without subwcrev.exe
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrake.ApplicationServices / 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.CompilerServices;\r
9 using System.Runtime.InteropServices;\r
10 \r
11 // General Information about an assembly is controlled through the following \r
12 // set of attributes. Change these attribute values to modify the information\r
13 // associated with an assembly.\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 Team")]\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 [assembly: ComVisible(false)]\r
27 \r
28 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
29 [assembly: Guid("5e4e3f97-5252-41f6-aae9-3846f62cbc66")]\r
30 \r
31 // Version information for an assembly consists of the following four values:\r
32 //\r
33 //      Major Version\r
34 //      Minor Version \r
35 //      Build Number\r
36 //      Revision\r
37 //\r
38 // You can specify all the values or you can default the Build and Revision Numbers \r
39 // by using the '*' as shown below:\r
40 // [assembly: AssemblyVersion("1.0.*")]\r
41 [assembly: AssemblyVersion("0.9.5.3735")]\r
42 [assembly: NeutralResourcesLanguage("")]\r