1
//***************************************************************************
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 // This code is licensed under the Visual Studio SDK license terms.
5 // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
6 // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
7 // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
8 // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
10 //***************************************************************************
12 using System
.Reflection
;
13 using System
.Runtime
.CompilerServices
;
14 using System
.Runtime
.InteropServices
;
16 // General Information about an assembly is controlled through the following
17 // set of attributes. Change these attribute values to modify the information
18 // associated with an assembly.
19 [assembly
: AssemblyTitle("Diff Classifier")]
20 [assembly
: AssemblyDescription("Syntax highlighting for .diff and .patch filest")]
21 [assembly
: AssemblyConfiguration("")]
22 [assembly
: AssemblyCompany("Microsoft")]
23 [assembly
: AssemblyProduct("Diff Classifier")]
24 [assembly
: AssemblyCopyright("Copyright © Microsoft")]
25 [assembly
: AssemblyTrademark("")]
26 [assembly
: AssemblyCulture("")]
28 // Setting ComVisible to false makes the types in this assembly not visible
29 // to COM components. If you need to access a type in this assembly from
30 // COM, set the ComVisible attribute to true on that type.
31 [assembly
: ComVisible(false)]
33 // Version information for an assembly consists of the following four values:
40 // You can specify all the values or you can default the Build and Revision Numbers
41 // by using the '*' as shown below:
42 // [assembly: AssemblyVersion("1.0.*")]
43 [assembly
: AssemblyVersion("1.0.0.0")]
44 [assembly
: AssemblyFileVersion("1.0.0.0")]