Skip to content

Commit

Permalink
Add slnf for MSTest and Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 8, 2024
1 parent 5e0ca47 commit fe0c25b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
60 changes: 60 additions & 0 deletions MSTest.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"solution": {
"path": "TestFx.sln",
"projects": [
"samples\\FxExtensibility\\FxExtensibility.csproj",
"samples\\Playground\\Playground.csproj",
"src\\Adapter\\MSTest.TestAdapter\\MSTest.TestAdapter.csproj",
"src\\Adapter\\MSTestAdapter.PlatformServices\\MSTestAdapter.PlatformServices.csproj",
"src\\Analyzers\\MSTest.Analyzers.CodeFixes\\MSTest.Analyzers.CodeFixes.csproj",
"src\\Analyzers\\MSTest.Analyzers.Package\\MSTest.Analyzers.Package.csproj",
"src\\Analyzers\\MSTest.Analyzers\\MSTest.Analyzers.csproj",
"src\\Package\\MSTest.Internal.TestFx.Documentation\\MSTest.Internal.TestFx.Documentation.csproj",
"src\\Package\\MSTest.Sdk\\MSTest.Sdk.csproj",
"src\\Package\\MSTest\\MSTest.csproj",
"src\\TestFramework\\TestFramework.Extensions\\TestFramework.Extensions.csproj",
"src\\TestFramework\\TestFramework\\TestFramework.csproj",
"test\\IntegrationTests\\MSTest.Acceptance.IntegrationTests\\MSTest.Acceptance.IntegrationTests.csproj",
"test\\IntegrationTests\\MSTest.IntegrationTests\\MSTest.IntegrationTests.csproj",
"test\\IntegrationTests\\MSTest.VstestConsoleWrapper.IntegrationTests\\MSTest.VstestConsoleWrapper.IntegrationTests.csproj",
"test\\IntegrationTests\\PlatformServices.Desktop.IntegrationTests\\PlatformServices.Desktop.IntegrationTests.csproj",
"test\\IntegrationTests\\TestAssets\\ClsTestProject\\ClsTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\DataRowTestProject\\DataRowTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\DataSourceTestProject\\DataSourceTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\DeploymentTestProject.Never\\DeploymentTestProject.Never.csproj",
"test\\IntegrationTests\\TestAssets\\DeploymentTestProject.PreserveNewest\\DeploymentTestProject.PreserveNewest.csproj",
"test\\IntegrationTests\\TestAssets\\DesktopTestProjectx64Debug\\DesktopTestProjectx64Debug.csproj",
"test\\IntegrationTests\\TestAssets\\DesktopTestProjectx64Release\\DesktopTestProjectx64Release.csproj",
"test\\IntegrationTests\\TestAssets\\DesktopTestProjectx86Debug\\DesktopTestProjectx86Debug.csproj",
"test\\IntegrationTests\\TestAssets\\DesktopTestProjectx86Release\\DesktopTestProjectx86Release.csproj",
"test\\IntegrationTests\\TestAssets\\DiscoverInternalsProject\\DiscoverInternalsProject.csproj",
"test\\IntegrationTests\\TestAssets\\DoNotParallelizeTestProject\\DoNotParallelizeTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\DynamicDataTestProject\\DynamicDataTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\FSharpTestProject\\FSharpTestProject.fsproj",
"test\\IntegrationTests\\TestAssets\\FixturesTestProject\\FixturesTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\FxExtensibilityTestProject\\FxExtensibilityTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\HierarchyProject\\HierarchyProject.csproj",
"test\\IntegrationTests\\TestAssets\\LibProjectReferencedByDataSourceTest\\LibProjectReferencedByDataSourceTest.csproj",
"test\\IntegrationTests\\TestAssets\\OutputTestProject\\OutputTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\ParallelTestClass\\ParallelClassesTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\ParallelTestMethods\\ParallelMethodsTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\SampleFrameworkExtensions\\SampleFrameworkExtensions.csproj",
"test\\IntegrationTests\\TestAssets\\SampleProjectForAssemblyResolution\\SampleProjectForAssemblyResolution.csproj",
"test\\IntegrationTests\\TestAssets\\SuiteLifeCycleTestProject\\SuiteLifeCycleTestProject.csproj",
"test\\IntegrationTests\\TestAssets\\TestIdProject.DefaultStrategy\\TestIdProject.DefaultStrategy.csproj",
"test\\IntegrationTests\\TestAssets\\TestIdProject.DisplayNameStrategy\\TestIdProject.DisplayNameStrategy.csproj",
"test\\IntegrationTests\\TestAssets\\TestIdProject.FullyQualifiedTestStrategy\\TestIdProject.FullyQualifiedStrategy.csproj",
"test\\IntegrationTests\\TestAssets\\TestIdProject.LegacyStrategy\\TestIdProject.LegacyStrategy.csproj",
"test\\IntegrationTests\\TestAssets\\TestProject\\TestProjectForDiscovery.csproj",
"test\\IntegrationTests\\TestAssets\\TimeoutTestProject\\TimeoutTestProject.csproj",
"test\\Performance\\MSTest.Performance.Runner\\MSTest.Performance.Runner.csproj",
"test\\UnitTests\\MSTest.Analyzers.UnitTests\\MSTest.Analyzers.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\\Automation.CLI\\Automation.CLI.csproj",
"test\\Utilities\\Microsoft.Testing.TestInfrastructure\\Microsoft.Testing.TestInfrastructure.csproj",
"test\\Utilities\\TestFramework.ForTestingMSTest\\TestFramework.ForTestingMSTest.csproj"
]
}
}
22 changes: 22 additions & 0 deletions Microsoft.Testing.Platform.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"path": "TestFx.sln",
"projects": [
"samples\\Playground\\Playground.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.CrashDump\\Microsoft.Testing.Extensions.CrashDump.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.HangDump\\Microsoft.Testing.Extensions.HangDump.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.Telemetry\\Microsoft.Testing.Extensions.Telemetry.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.TrxReport.Abstractions\\Microsoft.Testing.Extensions.TrxReport.Abstractions.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.TrxReport\\Microsoft.Testing.Extensions.TrxReport.csproj",
"src\\Platform\\Microsoft.Testing.Extensions.VSTestBridge\\Microsoft.Testing.Extensions.VSTestBridge.csproj",
"src\\Platform\\Microsoft.Testing.Platform.MSBuild\\Microsoft.Testing.Platform.MSBuild.csproj",
"src\\Platform\\Microsoft.Testing.Platform\\Microsoft.Testing.Platform.csproj",
"test\\IntegrationTests\\Microsoft.Testing.Platform.Acceptance.IntegrationTests\\Microsoft.Testing.Platform.Acceptance.IntegrationTests.csproj",
"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.MSBuild.UnitTests\\Microsoft.Testing.Platform.MSBuild.UnitTests.csproj",
"test\\UnitTests\\Microsoft.Testing.Platform.UnitTests\\Microsoft.Testing.Platform.UnitTests.csproj",
"test\\Utilities\\Microsoft.Testing.TestInfrastructure\\Microsoft.Testing.TestInfrastructure.csproj"
]
}
}

0 comments on commit fe0c25b

Please sign in to comment.