TestSessionLib.sln 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.6.33829.357
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSessionLib", "TestSessionLib\TestSessionLib.csproj", "{A4FEC908-6266-44F4-9CF2-9A07969D2F08}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject", "TestProject\TestProject.csproj", "{E87ED71E-EB47-4D42-9F13-F952BB7AF06B}"
  9. EndProject
  10. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{F56406F0-0C0B-4175-B53F-AED9C3EC247F}"
  11. ProjectSection(SolutionItems) = preProject
  12. code_region.txt = code_region.txt
  13. README.md = README.md
  14. testing-template.docx = testing-template.docx
  15. EndProjectSection
  16. EndProject
  17. Global
  18. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  19. Debug|Any CPU = Debug|Any CPU
  20. Release|Any CPU = Release|Any CPU
  21. EndGlobalSection
  22. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  23. {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Release|Any CPU.Build.0 = Release|Any CPU
  31. EndGlobalSection
  32. GlobalSection(SolutionProperties) = preSolution
  33. HideSolutionNode = FALSE
  34. EndGlobalSection
  35. GlobalSection(ExtensibilityGlobals) = postSolution
  36. SolutionGuid = {AE285750-C088-4D7B-9E15-66E3B8D8DEE5}
  37. EndGlobalSection
  38. EndGlobal