-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
LinkDotNet.Blog.slnx
22 lines (22 loc) · 996 Bytes
/
LinkDotNet.Blog.slnx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Solution>
<Folder Name="/Solution Items/">
<File Path="Readme.md" />
<File Path=".editorconfig" />
<File Path="MIGRATION.md" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/src/">
<Project Path="src\LinkDotNet.Blog.Domain\LinkDotNet.Blog.Domain.csproj" />
<Project Path="src\LinkDotNet.Blog.Infrastructure\LinkDotNet.Blog.Infrastructure.csproj" />
<Project Path="src\LinkDotNet.Blog.Web\LinkDotNet.Blog.Web.csproj" />
<File Path="src\Directory.Build.props" />
<File Path="src\.editorconfig" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests\LinkDotNet.Blog.IntegrationTests\LinkDotNet.Blog.IntegrationTests.csproj" />
<Project Path="tests\LinkDotNet.Blog.TestUtilities\LinkDotNet.Blog.TestUtilities.csproj" />
<Project Path="tests\LinkDotNet.Blog.UnitTests\LinkDotNet.Blog.UnitTests.csproj" />
<File Path="tests\Directory.Build.props" />
<File Path="tests\.editorconfig" />
</Folder>
</Solution>