-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFullstackTemplate.slnx
More file actions
20 lines (20 loc) · 1018 Bytes
/
FullstackTemplate.slnx
File metadata and controls
20 lines (20 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/tests/">
<Project Path="tests/FullstackTemplate.FunctionalTests/FullstackTemplate.FunctionalTests.csproj" />
<Project Path="tests/FullstackTemplate.IntegrationTests/FullstackTemplate.IntegrationTests.csproj" />
<Project Path="tests/FullstackTemplate.SharedTestHelpers/FullstackTemplate.SharedTestHelpers.csproj" />
<Project Path="tests/FullstackTemplate.UnitTests/FullstackTemplate.UnitTests.csproj" />
</Folder>
<Project Path="frontend/frontend.esproj">
<Build Solution="*|Any CPU" />
</Project>
<Project Path="FullstackTemplate.AppHost/FullstackTemplate.AppHost.csproj" />
<Project Path="FullstackTemplate.Bff/FullstackTemplate.Bff.csproj" />
<Project Path="FullstackTemplate.Server/FullstackTemplate.Server.csproj" />
<Project Path="FullstackTemplate.SourceGenerators/FullstackTemplate.SourceGenerators.csproj" />
</Solution>