-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBuildWithAspire.slnx
More file actions
17 lines (17 loc) · 918 Bytes
/
BuildWithAspire.slnx
File metadata and controls
17 lines (17 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Solution>
<Folder Name="/Solution Items/">
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/BuildWithAspire.ApiService/BuildWithAspire.ApiService.csproj" />
<Project Path="src/BuildWithAspire.AppHost/BuildWithAspire.AppHost.csproj" />
<Project Path="src/BuildWithAspire.ServiceDefaults/BuildWithAspire.ServiceDefaults.csproj" />
<Project Path="src/BuildWithAspire.Web/BuildWithAspire.Web.csproj" />
<Project Path="src/BuildWithAspire.Abstractions/BuildWithAspire.Abstractions.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/BuildWithAspire.ApiService.UnitTests/BuildWithAspire.ApiService.UnitTests.csproj" />
<Project Path="tests/BuildWithAspire.AppHost.UnitTests/BuildWithAspire.AppHost.UnitTests.csproj" />
<Project Path="tests/BuildWithAspire.Web.UnitTests/BuildWithAspire.Web.UnitTests.csproj" />
</Folder>
</Solution>