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 4671ba3 commit c339d4aCopy full SHA for c339d4a
Rubberduck.VBEditor.VB6/Rubberduck.VBEditor.VB6.csproj
@@ -62,6 +62,7 @@
62
<Reference Include="System.Xml" />
63
</ItemGroup>
64
<ItemGroup>
65
+ <Compile Include="ExternalFileTempSourceFileHandlerEmulator.cs" />
66
<Compile Include="Providers\VB6AddInProvider.cs" />
67
<Compile Include="SafeComWrappers\Office\CommandBar.cs" />
68
<Compile Include="SafeComWrappers\Office\CommandBarButton.cs" />
@@ -93,7 +94,6 @@
93
94
<Compile Include="SafeComWrappers\VB\VBProjects.cs" />
95
<Compile Include="SafeComWrappers\VB\Window.cs" />
96
<Compile Include="SafeComWrappers\VB\Windows.cs" />
- <Compile Include="TempSourceFileHandler.cs" />
97
98
99
<ProjectReference Include="..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj">
0 commit comments