Skip to content

Commit 6db7a70

Browse files
committed
Move Rubberduck.Parsing to new csproj
1 parent ee0d688 commit 6db7a70

File tree

2 files changed

+16
-454
lines changed

2 files changed

+16
-454
lines changed

Rubberduck.Parsing/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,9 @@
33
using System.Runtime.CompilerServices;
44
using System.Runtime.InteropServices;
55

6-
// General Information about an assembly is controlled through the following
7-
// set of attributes. Change these attribute values to modify the information
8-
// associated with an assembly.
9-
[assembly: AssemblyTitle("Rubberduck.Parsing")]
10-
[assembly: AssemblyDescription("")]
11-
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("Rubberduck")]
13-
[assembly: AssemblyProduct("Rubberduck.Parsing")]
14-
[assembly: AssemblyCopyright("Copyright © 2015-2016")]
15-
[assembly: AssemblyTrademark("")]
16-
[assembly: AssemblyCulture("")]
176
[assembly: InternalsVisibleTo("RubberduckTests")]
187

19-
// Setting ComVisible to false makes the types in this assembly not visible
20-
// to COM components. If you need to access a type in this assembly from
21-
// COM, set the ComVisible attribute to true on that type.
22-
[assembly: ComVisible(false)]
23-
248
[assembly: CLSCompliant(false)]
259

2610
// The following GUID is for the ID of the typelib if this project is exposed to COM
27-
[assembly: Guid("dd619c0b-6a3a-4aee-941d-ed940d8d142b")]
28-
29-
// Version information for an assembly consists of the following four values:
30-
//
31-
// Major Version
32-
// Minor Version
33-
// Build Number
34-
// Revision
35-
//
36-
// You can specify all the values or you can default the Build and Revision Numbers
37-
// by using the '*' as shown below:
38-
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("2.0.*")]
40-
[assembly: AssemblyFileVersion("2.0.0.0")]
11+
[assembly: Guid("dd619c0b-6a3a-4aee-941d-ed940d8d142b")]

0 commit comments

Comments
 (0)