We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4445d commit 0cdeeb9Copy full SHA for 0cdeeb9
Rubberduck.VBEEditor/Rubberduck.VBEditor.csproj
@@ -129,7 +129,12 @@
129
<Reference Include="System.Windows.Forms" />
130
</ItemGroup>
131
<ItemGroup>
132
+ <Compile Include="ComManagement\ComMessagePumper.cs" />
133
<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" />
138
<Compile Include="ComManagement\WeakComSafe.cs" />
139
<Compile Include="ComManagement\ComSafeManager.cs" />
140
<Compile Include="ComManagement\IProjectsProvider.cs" />
0 commit comments