Skip to content

Commit 5acfddc

Browse files
committed
feat: Add Slnx (Preview)
1 parent 5559e54 commit 5acfddc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

LinkDotNet.Blog.slnx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="Readme.md" />
4+
<File Path=".editorconfig" />
5+
<File Path="MIGRATION.md" />
6+
<File Path="Directory.Packages.props" />
7+
</Folder>
8+
<Folder Name="/src/">
9+
<Project Path="src\LinkDotNet.Blog.Domain\LinkDotNet.Blog.Domain.csproj" />
10+
<Project Path="src\LinkDotNet.Blog.Infrastructure\LinkDotNet.Blog.Infrastructure.csproj" />
11+
<Project Path="src\LinkDotNet.Blog.Web\LinkDotNet.Blog.Web.csproj" />
12+
<File Path="src\Directory.Build.props" />
13+
<File Path="src\.editorconfig" />
14+
</Folder>
15+
<Folder Name="/tests/">
16+
<Project Path="tests\LinkDotNet.Blog.IntegrationTests\LinkDotNet.Blog.IntegrationTests.csproj" />
17+
<Project Path="tests\LinkDotNet.Blog.TestUtilities\LinkDotNet.Blog.TestUtilities.csproj" />
18+
<Project Path="tests\LinkDotNet.Blog.UnitTests\LinkDotNet.Blog.UnitTests.csproj" />
19+
<File Path="tests\Directory.Build.props" />
20+
<File Path="tests\.editorconfig" />
21+
</Folder>
22+
</Solution>

0 commit comments

Comments
 (0)