Skip to content

Commit 4d98550

Browse files
committed
refactor: move solution file to src/ directory
Moves .slnx from root to src/ for consistency with other repos. Updates project paths to be relative to new location.
1 parent 061c856 commit 4d98550

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CodingWithCalvin.Otel4Vsix.slnx

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Solution>
2+
<Folder Name="/src/">
3+
<Project Path="CodingWithCalvin.Otel4Vsix/CodingWithCalvin.Otel4Vsix.csproj" />
4+
</Folder>
5+
<Folder Name="/tests/">
6+
<Project Path="../tests/CodingWithCalvin.Otel4Vsix.Tests/CodingWithCalvin.Otel4Vsix.Tests.csproj" />
7+
</Folder>
8+
</Solution>

0 commit comments

Comments
 (0)