Skip to content

Commit

Permalink
Merge pull request #98 from mansellan/feature/file-scoped
Browse files Browse the repository at this point in the history
Fixed broken project refs
  • Loading branch information
retailcoder authored Apr 4, 2024
2 parents f8ce484 + 0201ae0 commit 3349259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AddIn/Rubberduck.VBEditor/Rubberduck.VBEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj" />
<ProjectReference Include="..\..\Shared\Rubberduck.InternalApi\Rubberduck.InternalApi.csproj">
<Project>{5E2588A5-2EF2-4267-952D-53AEC8F5F173}</Project>
<Name>Rubberduck.InternalApi</Name>
Expand All @@ -34,6 +33,7 @@
<Project>{FC5ECD51-175B-42D6-B46C-130B57AA1EBC}</Project>
<Name>Rubberduck.UI</Name>
</ProjectReference>
<ProjectReference Include="..\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Server/Rubberduck.Parsing/Rubberduck.Parsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj" />
<ProjectReference Include="..\..\AddIn\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj" />
<ProjectReference Include="..\..\AddIn\Rubberduck.VBEditor.VBA\Rubberduck.VBEditor.VBA.csproj" />
<ProjectReference Include="..\..\AddIn\Rubberduck.VBEditor\Rubberduck.VBEditor.csproj" />
<ProjectReference Include="..\..\Shared\Rubberduck.InternalApi\Rubberduck.InternalApi.csproj" />
Expand Down

0 comments on commit 3349259

Please sign in to comment.