Skip to content

Commit

Permalink
chore: move CircularList into srcs & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Oct 14, 2022
1 parent 4a5e068 commit f667858
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 120 deletions.
6 changes: 0 additions & 6 deletions SharpCircularList/dirs.proj

This file was deleted.

112 changes: 0 additions & 112 deletions SharpCircularList/packages.lock.json

This file was deleted.

1 change: 0 additions & 1 deletion dirs.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="codelab\dirs.proj" />
<ProjectReference Include="SharpCircularList\dirs.proj" />
<ProjectReference Include="srcs\dirs.proj" />
<ProjectReference Include="tests\dirs.proj" />
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions srcs/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="CircularList\CircularList.csproj" />
<ProjectReference Include="Clocks.Net\dirs.proj" />
<ProjectReference Include="Memoization\Memoization.csproj" />
<ProjectReference Include="MicrosoftExtensions.Logging.MSTest\MicrosoftExtensions.Logging.MSTest.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CircularList\CircularList.csproj" />
<ProjectReference Include="$(EnlistmentRoot)\srcs\CircularList\CircularList.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f667858

Please sign in to comment.