-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIssueTrackerApp.slnx
More file actions
20 lines (20 loc) · 1.08 KB
/
IssueTrackerApp.slnx
File metadata and controls
20 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Solution>
<Folder Name="/src/">
<Project Path="src/AppHost/AppHost.csproj" />
<Project Path="src/Domain/Domain.csproj" />
<Project Path="src/Persistence.MongoDb/Persistence.MongoDb.csproj" />
<Project Path="src/ServiceDefaults/ServiceDefaults.csproj" />
<Project Path="src/Web/Web.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AppHost.Tests/AppHost.Tests.csproj" />
<Project Path="tests/Architecture.Tests/Architecture.Tests.csproj" />
<Project Path="tests/Domain.Tests/Domain.Tests.csproj" />
<Project Path="tests/Persistence.MongoDb.Tests/Persistence.MongoDb.Tests.csproj" />
<Project Path="tests/Persistence.MongoDb.Tests.Integration/Persistence.MongoDb.Tests.Integration.csproj" />
<Project Path="tests/Persistence.MongoDb.Tests.GridFs.Integration/Persistence.MongoDb.Tests.GridFs.Integration.csproj" />
<Project Path="tests/Web.Tests.Bunit/Web.Tests.Bunit.csproj" />
<Project Path="tests/Web.Tests.Integration/Web.Tests.Integration.csproj" />
<Project Path="tests/Web.Tests/Web.Tests.csproj" />
</Folder>
</Solution>