-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestingExample.slnx
More file actions
17 lines (17 loc) · 862 Bytes
/
Copy pathTestingExample.slnx
File metadata and controls
17 lines (17 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/src/">
<Project Path="src/TestingExample.Website/TestingExample.Website.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/TestingExample.ManagementApiClient.UnitTests/TestingExample.ManagementApiClient.UnitTests.csproj" />
<Project Path="test/TestingExample.ManagementApiClient/TestingExample.ManagementApiClient.csproj" />
<Project Path="test/TestingExample.Website.FunctionalTests/TestingExample.Website.FunctionalTests.csproj" />
<Project Path="test/TestingExample.Website.IntegrationTests/TestingExample.Website.IntegrationTests.csproj" />
<Project Path="test/TestingExample.Website.UnitTests/TestingExample.Website.UnitTests.csproj" />
</Folder>
</Solution>