Skip to content

Commit 3571706

Browse files
committed
set CopyLocal to True for Vbe.Interop.Forms dependency
1 parent dd49ed9 commit 3571706

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
<SpecificVersion>False</SpecificVersion>
248248
<EmbedInteropTypes>False</EmbedInteropTypes>
249249
<HintPath>..\libs\Microsoft.Vbe.Interop.Forms.dll</HintPath>
250+
<Private>True</Private>
250251
</Reference>
251252
<Reference Include="Ninject.Extensions.Conventions">
252253
<HintPath>..\packages\ninject.extensions.conventions.3.2.0.0\lib\net45-full\Ninject.Extensions.Conventions.dll</HintPath>

Rubberduck.VBEEditor/Rubberduck.VBEditor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<SpecificVersion>False</SpecificVersion>
106106
<EmbedInteropTypes>False</EmbedInteropTypes>
107107
<HintPath>..\libs\Microsoft.Vbe.Interop.Forms.dll</HintPath>
108+
<Private>True</Private>
108109
</Reference>
109110
<Reference Include="office">
110111
<HintPath>..\libs\Office.dll</HintPath>

0 commit comments

Comments
 (0)