-
Notifications
You must be signed in to change notification settings - Fork 0
/
SeleniumAutomationSuite.sln
52 lines (52 loc) · 3.26 KB
/
SeleniumAutomationSuite.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.Framework", "Selenium.Framework\Selenium.Framework.csproj", "{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.GaiaOnline", "Selenium.GaiaOnline\Selenium.GaiaOnline.csproj", "{8DEE72C8-FC16-4929-B219-8DCCFA6C5FED}"
ProjectSection(ProjectDependencies) = postProject
{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F} = {3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.Gaiaonline.Tests", "Selenium.Gaiaonline.Tests\Selenium.Gaiaonline.Tests.csproj", "{DFD86089-4152-454D-988F-4B2FDFB67F8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.MyPokedex", "Selenium.MyPokedex\Selenium.MyPokedex.csproj", "{1F80FF78-B4B9-4A51-BA2E-D0E365FEBD30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.MyPokedex.Tests", "Selenium.MyPokedex.Tests\Selenium.MyPokedex.Tests.csproj", "{99C2D8BF-726A-4D4F-92D9-00DB6293EEE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FEE6A1F-7867-4406-A0B7-EF574C6DE99F}.Release|Any CPU.Build.0 = Release|Any CPU
{8DEE72C8-FC16-4929-B219-8DCCFA6C5FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DEE72C8-FC16-4929-B219-8DCCFA6C5FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DEE72C8-FC16-4929-B219-8DCCFA6C5FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DEE72C8-FC16-4929-B219-8DCCFA6C5FED}.Release|Any CPU.Build.0 = Release|Any CPU
{DFD86089-4152-454D-988F-4B2FDFB67F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFD86089-4152-454D-988F-4B2FDFB67F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFD86089-4152-454D-988F-4B2FDFB67F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFD86089-4152-454D-988F-4B2FDFB67F8A}.Release|Any CPU.Build.0 = Release|Any CPU
{1F80FF78-B4B9-4A51-BA2E-D0E365FEBD30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F80FF78-B4B9-4A51-BA2E-D0E365FEBD30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F80FF78-B4B9-4A51-BA2E-D0E365FEBD30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F80FF78-B4B9-4A51-BA2E-D0E365FEBD30}.Release|Any CPU.Build.0 = Release|Any CPU
{99C2D8BF-726A-4D4F-92D9-00DB6293EEE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99C2D8BF-726A-4D4F-92D9-00DB6293EEE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99C2D8BF-726A-4D4F-92D9-00DB6293EEE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99C2D8BF-726A-4D4F-92D9-00DB6293EEE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {881C752A-BB3F-441C-A9DB-9A8CAFB05487}
EndGlobalSection
EndGlobal