Release.slnf 377 B

12345678910111213
  1. {
  2. "solution": {
  3. "path": "Terminal.sln",
  4. "projects": [
  5. "Terminal.Gui\\Terminal.Gui.csproj",
  6. "UICatalog\\UICatalog.csproj",
  7. "Tests\\UnitTests\\UnitTests.csproj",
  8. "Tests\\UnitTestsParallelizable\\UnitTests.Parallelizable.csproj",
  9. "Tests\\IntegrationTests\\IntegrationTests.csproj",
  10. "Tests\\StressTests\\StressTests.csproj"
  11. ]
  12. }
  13. }