Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / tools / clang-format-vs / ClangFormat / Properties / AssemblyInfo.cs
blobb1cef49414b5eba4d19a7080624388258590984d
1 using System;
2 using System.Reflection;
3 using System.Resources;
4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
7 // General Information about an assembly is controlled through the following
8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly.
10 [assembly: AssemblyTitle("ClangFormat")]
11 [assembly: AssemblyDescription("")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("LLVM")]
14 [assembly: AssemblyProduct("ClangFormat")]
15 [assembly: AssemblyCopyright("")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18 [assembly: ComVisible(false)]
19 [assembly: CLSCompliant(false)]
20 [assembly: NeutralResourcesLanguage("en-US")]
22 // Version information for an assembly consists of the following four values:
24 // Major Version
25 // Minor Version
26 // Build Number
27 // Revision
29 // You can specify all the values or you can default the Revision and Build Numbers
30 // by using the '*' as shown below:
32 [assembly: AssemblyVersion("1.1.0.0")]
33 [assembly: AssemblyFileVersion("1.1.0.0")]