Skip to content

Commit 8bdc215

Browse files
committed
removed obj folder from Rubberduck.Parsing project
1 parent 3e00ff2 commit 8bdc215

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

RetailCoder.VBE/Inspections/UntypedFunctionUsageInspection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System.Collections.Generic;
2-
using System.Diagnostics;
32
using System.Linq;
43
using Rubberduck.Parsing.Grammar;
5-
using Rubberduck.Parsing.Symbols;
64
using Rubberduck.Parsing.VBA;
75

86
namespace Rubberduck.Inspections

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@
222222
<Name>Rubberduck.VBEditor</Name>
223223
</ProjectReference>
224224
</ItemGroup>
225-
<ItemGroup>
226-
<Folder Include="obj\Debug\" />
227-
</ItemGroup>
225+
<ItemGroup />
228226
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229227
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
230228
<PropertyGroup>

0 commit comments

Comments
 (0)