Skip to content

Commit

Permalink
fix proj reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed May 6, 2021
1 parent 8d0bd63 commit 5759149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vs
.vscode
.idea
**/obj
**/bin
1 change: 1 addition & 0 deletions Kvm.ConsoleApp/Kvm.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<ItemGroup>
<ProjectReference Include="..\Kvm.Analyser\Kvm.Analyser.csproj" />
<ProjectReference Include="..\Kvm.Log\Kvm.Log.csproj" />
</ItemGroup>

</Project>

0 comments on commit 5759149

Please sign in to comment.