-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathWindowsDebugUnitTests.slnf
More file actions
22 lines (22 loc) · 1.77 KB
/
Copy pathWindowsDebugUnitTests.slnf
File metadata and controls
22 lines (22 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"path": "TestFx.slnx",
"projects": [
"test\\UnitTests\\Microsoft.Testing.Extensions.UnitTests\\Microsoft.Testing.Extensions.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Extensions.VSTestBridge.UnitTests\\Microsoft.Testing.Extensions.VSTestBridge.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.DotnetTestProtocolContract.UnitTests\\Microsoft.Testing.Platform.DotnetTestProtocolContract.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.MSBuild.UnitTests\\Microsoft.Testing.Platform.MSBuild.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.ServerMode.Client.Sources.UnitTests\\Microsoft.Testing.Platform.ServerMode.Client.Sources.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.TerminalReporterContract.UnitTests\\Microsoft.Testing.Platform.TerminalReporterContract.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.UnitTests\\Microsoft.Testing.Platform.UnitTests.csproj",
"test\\UnitTests\\MSTest.Analyzers.UnitTests\\MSTest.Analyzers.UnitTests.csproj",
"test\\UnitTests\\MSTest.SelfRealExamples.UnitTests\\MSTest.SelfRealExamples.UnitTests.csproj",
"test\\UnitTests\\MSTest.SourceGeneration.UnitTests\\MSTest.SourceGeneration.UnitTests.csproj",
"test\\UnitTests\\MSTestAdapter.PlatformServices.UnitTests\\MSTestAdapter.PlatformServices.UnitTests.csproj",
"test\\UnitTests\\MSTestAdapter.UnitTests\\MSTestAdapter.UnitTests.csproj",
"test\\UnitTests\\TestFramework.UnitTests\\TestFramework.UnitTests.csproj",
"test\\Utilities\\Microsoft.Testing.TestInfrastructure\\Microsoft.Testing.TestInfrastructure.csproj",
"test\\Utilities\\TestFramework.ForTestingMSTest\\TestFramework.ForTestingMSTest.csproj"
]
}
}