Skip to content

Commit

Permalink
corrected csproj file manually after moving the files, as vs screwed up
Browse files Browse the repository at this point in the history
  • Loading branch information
WaynePhillipsEA committed Jan 21, 2018
1 parent 6205b6c commit 20c5b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rubberduck.VBEEditor/Rubberduck.VBEditor.csproj
Expand Up @@ -128,13 +128,13 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="ComManagement\TypeLibs.cs" />
<Compile Include="ComManagement\TypeLibsAbstract.cs" />
<Compile Include="ComManagement\TypeLibsAPI.cs" />
<Compile Include="ComManagement\TypeLibs\TypeLibs.cs" />
<Compile Include="ComManagement\TypeLibs\TypeLibsAbstract.cs" />
<Compile Include="ComManagement\TypeLibs\TypeLibsAPI.cs" />
<Compile Include="ComManagement\ReferenceEqualityComparer.cs" />
<Compile Include="ComManagement\ComSafe.cs" />
<Compile Include="ComManagement\IComSafe.cs" />
<Compile Include="ComManagement\TypeLibsDebug.cs" />
<Compile Include="ComManagement\TypeLibs\TypeLibsDebug.cs" />
<Compile Include="Events\ComponentEventArgs.cs" />
<Compile Include="Events\ComponentRenamedEventArgs.cs" />
<Compile Include="Events\ProjectEventArgs.cs" />
Expand Down

0 comments on commit 20c5b74

Please sign in to comment.