Skip to content

Commit

Permalink
refactor: remove unused project refs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjelicaluka committed Sep 20, 2021
1 parent bfc52e8 commit 7eb1bdb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion QueryEngineCore/QueryEngineCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\QueryEngineModel\QueryEngineModel.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion QueryEngineDataSource/QueryEngineDataSource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\QueryEngineCore\QueryEngineCore.csproj" />
<ProjectReference Include="..\QueryEngineModel\QueryEngineModel.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion QueryEngineInterpreter/QueryEngineInterpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\QueryEngineCore\QueryEngineCore.csproj" />
<ProjectReference Include="..\QueryEngineModel\QueryEngineModel.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion QueryEngineParser/QueryEngineParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\QueryEngineCore\QueryEngineCore.csproj" />
<ProjectReference Include="..\QueryEngineModel\QueryEngineModel.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion QueryEngineScanner/QueryEngineScanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\QueryEngineCore\QueryEngineCore.csproj" />
<ProjectReference Include="..\QueryEngineModel\QueryEngineModel.csproj" />
</ItemGroup>

</Project>

0 comments on commit 7eb1bdb

Please sign in to comment.