Skip to content

Commit 0cdeeb9

Browse files
committed
Include new files in the csproj
1 parent 4e4445d commit 0cdeeb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rubberduck.VBEEditor/Rubberduck.VBEditor.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@
129129
<Reference Include="System.Windows.Forms" />
130130
</ItemGroup>
131131
<ItemGroup>
132+
<Compile Include="ComManagement\ComMessagePumper.cs" />
132133
<Compile Include="ComManagement\TypeLibs\IVBETypeLibsAPI.cs" />
134+
<Compile Include="ComManagement\VBERuntime\IVBERuntime.cs" />
135+
<Compile Include="ComManagement\VBERuntime\VBERuntime6.cs" />
136+
<Compile Include="ComManagement\VBERuntime\VBERuntime7.cs" />
137+
<Compile Include="ComManagement\VBERuntime\VBERuntimeAccessor.cs" />
133138
<Compile Include="ComManagement\WeakComSafe.cs" />
134139
<Compile Include="ComManagement\ComSafeManager.cs" />
135140
<Compile Include="ComManagement\IProjectsProvider.cs" />

0 commit comments

Comments
 (0)