-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDeviceRunners.slnx
More file actions
45 lines (45 loc) · 3.51 KB
/
Copy pathDeviceRunners.slnx
File metadata and controls
45 lines (45 loc) · 3.51 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Solution>
<Folder Name="/sample/" />
<Folder Name="/sample/src/">
<Project Path="sample/src/DeviceTestingKitApp.Library/DeviceTestingKitApp.Library.csproj" />
<Project Path="sample/src/DeviceTestingKitApp.MauiLibrary/DeviceTestingKitApp.MauiLibrary.csproj" />
<Project Path="sample/src/DeviceTestingKitApp.WebApp/DeviceTestingKitApp.WebApp.csproj" />
<Project Path="sample/src/DeviceTestingKitApp.BlazorLibrary/DeviceTestingKitApp.BlazorLibrary.csproj" />
<Project Path="sample/src/DeviceTestingKitApp/DeviceTestingKitApp.csproj" />
</Folder>
<Folder Name="/sample/test/">
<Project Path="sample/test/DeviceTestingKitApp.DeviceTests/DeviceTestingKitApp.DeviceTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.Library.NUnitTests/DeviceTestingKitApp.Library.NUnitTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.MauiLibrary.XunitTests/DeviceTestingKitApp.MauiLibrary.XunitTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.MauiLibrary.Xunit3Tests/DeviceTestingKitApp.MauiLibrary.Xunit3Tests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.BrowserTests/DeviceTestingKitApp.BrowserTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.BlazorLibrary.NUnitTests/DeviceTestingKitApp.BlazorLibrary.NUnitTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.BlazorLibrary.XunitTests/DeviceTestingKitApp.BlazorLibrary.XunitTests.csproj" />
<Project Path="sample/test/DeviceTestingKitApp.BlazorLibrary.Xunit3Tests/DeviceTestingKitApp.BlazorLibrary.Xunit3Tests.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/DeviceRunners.Cli/DeviceRunners.Cli.csproj" />
<Project Path="src/DeviceRunners.Core/DeviceRunners.Core.csproj" />
<Project Path="src/DeviceRunners.Testing.Targets/DeviceRunners.Testing.Targets.csproj" />
<Project Path="src/DeviceRunners.UITesting.Maui/DeviceRunners.UITesting.Maui.csproj" />
<Project Path="src/DeviceRunners.UITesting.Xunit/DeviceRunners.UITesting.Xunit.csproj" />
<Project Path="src/DeviceRunners.UITesting.Xunit3/DeviceRunners.UITesting.Xunit3.csproj" />
<Project Path="src/DeviceRunners.UITesting/DeviceRunners.UITesting.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.Core/DeviceRunners.VisualRunners.Core.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.Maui/DeviceRunners.VisualRunners.Maui.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.NUnit/DeviceRunners.VisualRunners.NUnit.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.Xunit/DeviceRunners.VisualRunners.Xunit.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.Xunit3/DeviceRunners.VisualRunners.Xunit3.csproj" />
<Project Path="src/DeviceRunners.VisualRunners/DeviceRunners.VisualRunners.csproj" />
<Project Path="src/DeviceRunners.VisualRunners.Blazor/DeviceRunners.VisualRunners.Blazor.csproj" />
<Project Path="src/DeviceRunners.XHarness.Maui/DeviceRunners.XHarness.Maui.csproj" />
<Project Path="src/DeviceRunners.XHarness.Xunit/DeviceRunners.XHarness.Xunit.csproj" />
<Project Path="src/DeviceRunners.XHarness/DeviceRunners.XHarness.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/DeviceRunners.Cli.Tests/DeviceRunners.Cli.Tests.csproj" />
<Project Path="test/DeviceRunners.VisualRunners.Tests/DeviceRunners.VisualRunners.Tests.csproj" />
<Project Path="test/TestProject.Tests/TestProject.Tests.csproj" />
<Project Path="test/TestProject.Xunit3Tests/TestProject.Xunit3Tests.csproj" />
</Folder>
</Solution>