Skip to content

Commit 5d728c3

Browse files
committed
Made Assembly ComVisible(false) by default again so as not to pollute the registry
1 parent e1608f8 commit 5d728c3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

RetailCoder.VBE/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Setting ComVisible to false makes the types in this assembly not visible
1717
// to COM components. If you need to access a type in this assembly from
1818
// COM, set the ComVisible attribute to true on that type.
19-
[assembly: ComVisible(true)]
19+
[assembly: ComVisible(false)]
2020

2121
// The following GUID is for the ID of the typelib if this project is exposed to COM
2222
[assembly: Guid("e07c841c-14b4-4890-83e9-8c80b06dd59d")]

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26-
<RegisterForComInterop>false</RegisterForComInterop>
26+
<RegisterForComInterop>true</RegisterForComInterop>
2727
<DocumentationFile>bin\Debug\Rubberduck.XML</DocumentationFile>
2828
<NoWarn>1591</NoWarn>
2929
</PropertyGroup>

Rubberduck.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "Rubberduck.Setup32", "Setup
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rubberduck.Parsing", "Rubberduck.Parsing\Rubberduck.Parsing.csproj", "{A4A618E1-CBCA-435F-9C6C-5181E030ADFC}"
2121
EndProject
22-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07952BD8-646C-4494-965C-E80F3CDE3485}"
23-
EndProject
2422
Global
2523
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2624
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)