-
Notifications
You must be signed in to change notification settings - Fork 1
/
WebTestingFramework.sln
37 lines (37 loc) · 2.1 KB
/
WebTestingFramework.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTestingFramework", "WebTestingFramework\WebTestingFramework.csproj", "{FA32F001-99B4-4C1F-8479-B9E0292A037F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atmakur.Testing.Core", "Atmakur.Testing.Core\Atmakur.Testing.Core.csproj", "{FB1C16E6-F5E5-4FB6-98B1-649A1CFAE53C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atmakur.Testing.Pages", "Atmakur.Testing.Pages\Atmakur.Testing.Pages.csproj", "{3A09C58A-497C-4B25-800D-ECBFA7B57923}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA32F001-99B4-4C1F-8479-B9E0292A037F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA32F001-99B4-4C1F-8479-B9E0292A037F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA32F001-99B4-4C1F-8479-B9E0292A037F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA32F001-99B4-4C1F-8479-B9E0292A037F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB1C16E6-F5E5-4FB6-98B1-649A1CFAE53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1C16E6-F5E5-4FB6-98B1-649A1CFAE53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB1C16E6-F5E5-4FB6-98B1-649A1CFAE53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB1C16E6-F5E5-4FB6-98B1-649A1CFAE53C}.Release|Any CPU.Build.0 = Release|Any CPU
{3A09C58A-497C-4B25-800D-ECBFA7B57923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A09C58A-497C-4B25-800D-ECBFA7B57923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A09C58A-497C-4B25-800D-ECBFA7B57923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A09C58A-497C-4B25-800D-ECBFA7B57923}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0733C493-1D46-497E-AA2F-BFB3A2076AF8}
EndGlobalSection
EndGlobal