File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Rubberduck.Core/Properties Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "Rubberduck.API" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "API for programmatic access to Rubberduck's Code Analysis features. " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyCompany ( "" ) ]
11
+ [ assembly: AssemblyCompany ( "Rubberduck-VBA " ) ]
12
12
[ assembly: AssemblyProduct ( "Rubberduck.API" ) ]
13
13
[ assembly: AssemblyCopyright ( "Copyright © 2018" ) ]
14
+ [ assembly: AssemblyCulture ( "en" ) ]
14
15
[ assembly: AssemblyTrademark ( "" ) ]
15
- [ assembly: AssemblyCulture ( " ") ]
16
+ [ assembly: InternalsVisibleTo ( "RubberduckTests ") ]
16
17
17
18
// Setting ComVisible to false makes the types in this assembly not visible
18
19
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >Rubberduck.API</RootNamespace >
11
11
<AssemblyName >Rubberduck.API</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
14
15
</PropertyGroup >
15
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
17
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyProduct ( "Rubberduck.Core" ) ]
13
13
[ assembly: AssemblyCopyright ( "Copyright © 2014-2018" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
- [ assembly: AssemblyCulture ( "" ) ]
15
+ [ assembly: AssemblyCulture ( "en " ) ]
16
16
[ assembly: InternalsVisibleTo ( "Rubberduck.Main" ) ]
17
17
[ assembly: InternalsVisibleTo ( "RubberduckTests" ) ]
18
18
You can’t perform that action at this time.
0 commit comments