-
Notifications
You must be signed in to change notification settings - Fork 12
/
CleanAspire.slnx
24 lines (24 loc) · 1.16 KB
/
CleanAspire.slnx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/CleanAspire.Api/CleanAspire.Api.csproj" />
<Project Path="src/CleanAspire.AppHost/CleanAspire.AppHost.csproj" />
<Project Path="src/CleanAspire.Application/CleanAspire.Application.csproj" />
<Project Path="src/CleanAspire.ClientApp/CleanAspire.ClientApp.csproj" />
<Project Path="src/CleanAspire.Domain/CleanAspire.Domain.csproj" />
<Project Path="src/CleanAspire.Infrastructure/CleanAspire.Infrastructure.csproj" />
<Project Path="src/CleanAspire.ServiceDefaults/CleanAspire.ServiceDefaults.csproj" />
<Project Path="src/CleanAspire.WebApp/CleanAspire.WebApp.csproj" />
</Folder>
<Folder Name="/src/Migrators/">
<Project Path="src/Migrators/Migrators.MSSQL/Migrators.MSSQL.csproj" />
<Project Path="src/Migrators/Migrators.PostgreSQL/Migrators.PostgreSQL.csproj" />
<Project Path="src/Migrators/Migrators.SQLite/Migrators.SQLite.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/CleanAspire.Tests/CleanAspire.Tests.csproj" />
</Folder>
</Solution>