1234567891011121314151617181920212223242526272829303132333435363738 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.6.33829.357
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSessionLib", "TestSessionLib\TestSessionLib.csproj", "{A4FEC908-6266-44F4-9CF2-9A07969D2F08}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject", "TestProject\TestProject.csproj", "{E87ED71E-EB47-4D42-9F13-F952BB7AF06B}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{F56406F0-0C0B-4175-B53F-AED9C3EC247F}"
- ProjectSection(SolutionItems) = preProject
- code_region.txt = code_region.txt
- README.md = README.md
- testing-template.docx = testing-template.docx
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A4FEC908-6266-44F4-9CF2-9A07969D2F08}.Release|Any CPU.Build.0 = Release|Any CPU
- {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E87ED71E-EB47-4D42-9F13-F952BB7AF06B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {AE285750-C088-4D7B-9E15-66E3B8D8DEE5}
- EndGlobalSection
- EndGlobal
|