-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurefire.slnx
More file actions
28 lines (28 loc) · 1.75 KB
/
surefire.slnx
File metadata and controls
28 lines (28 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Solution>
<Folder Name="/src/">
<Project Path="src/Surefire/Surefire.csproj"/>
<Project Path="src/Surefire.PostgreSql/Surefire.PostgreSql.csproj"/>
<Project Path="src/Surefire.SqlServer/Surefire.SqlServer.csproj"/>
<Project Path="src/Surefire.Sqlite/Surefire.Sqlite.csproj"/>
<Project Path="src/Surefire.Redis/Surefire.Redis.csproj"/>
<Project Path="src/Surefire.Dashboard/Surefire.Dashboard.csproj"/>
<Project Path="src/Surefire.SourceGeneration/Surefire.SourceGeneration.csproj"/>
</Folder>
<Folder Name="/test/">
<Project Path="test/Surefire.Tests.Conformance/Surefire.Tests.Conformance.csproj"/>
<Project Path="test/Surefire.Tests/Surefire.Tests.csproj"/>
<Project Path="test/Surefire.Tests.Dashboard/Surefire.Tests.Dashboard.csproj"/>
<Project Path="test/Surefire.Tests.InMemory/Surefire.Tests.InMemory.csproj"/>
<Project Path="test/Surefire.Tests.Integration/Surefire.Tests.Integration.csproj"/>
<Project Path="test/Surefire.Tests.PostgreSql/Surefire.Tests.PostgreSql.csproj"/>
<Project Path="test/Surefire.Tests.SqlServer/Surefire.Tests.SqlServer.csproj"/>
<Project Path="test/Surefire.Tests.Sqlite/Surefire.Tests.Sqlite.csproj"/>
<Project Path="test/Surefire.Tests.Redis/Surefire.Tests.Redis.csproj"/>
<Project Path="test/Surefire.Tests.SourceGeneration/Surefire.Tests.SourceGeneration.csproj"/>
</Folder>
<Folder Name="/samples/">
<Project Path="samples/Surefire.Sample/Surefire.Sample.csproj"/>
<Project Path="samples/Surefire.Sample.AppHost/Surefire.Sample.AppHost.csproj"/>
<Project Path="samples/Surefire.Sample.ServiceDefaults/Surefire.Sample.ServiceDefaults.csproj"/>
</Folder>
</Solution>