-
Notifications
You must be signed in to change notification settings - Fork 10
/
SeleniumReinforcementLearning.sln
50 lines (50 loc) · 3.08 KB
/
SeleniumReinforcementLearning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.Algorithms", "Selenium.Algorithms\Selenium.Algorithms.csproj", "{8F8B8084-7516-4C72-B731-F5A95EA75DCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.Algorithms.IntegrationTests", "Selenium.Algorithms.UnitTests\Selenium.Algorithms.IntegrationTests.csproj", "{2D0657CD-4710-4086-A72C-E80041F0A6A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.ReinforcementLearning.Framework", "Selenium.ReinforcementLearning.Framework\Selenium.ReinforcementLearning.Framework.csproj", "{5666D3EB-FB24-4A68-A5E1-241CBA6E8C2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Selenium.ReinforcementLearning.Framework.Examples.UnitTests", "Selenium.ReinforcementLearning.Framework.Examples.UnitTests\Selenium.ReinforcementLearning.Framework.Examples.UnitTests.csproj", "{F5EE8DF2-CC34-41B3-A54E-472F7E245CBF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C0DDF05-B093-4C03-AA28-5CE2AA9C26E3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F8B8084-7516-4C72-B731-F5A95EA75DCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F8B8084-7516-4C72-B731-F5A95EA75DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F8B8084-7516-4C72-B731-F5A95EA75DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F8B8084-7516-4C72-B731-F5A95EA75DCE}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0657CD-4710-4086-A72C-E80041F0A6A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0657CD-4710-4086-A72C-E80041F0A6A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0657CD-4710-4086-A72C-E80041F0A6A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0657CD-4710-4086-A72C-E80041F0A6A1}.Release|Any CPU.Build.0 = Release|Any CPU
{5666D3EB-FB24-4A68-A5E1-241CBA6E8C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5666D3EB-FB24-4A68-A5E1-241CBA6E8C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5666D3EB-FB24-4A68-A5E1-241CBA6E8C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5666D3EB-FB24-4A68-A5E1-241CBA6E8C2B}.Release|Any CPU.Build.0 = Release|Any CPU
{F5EE8DF2-CC34-41B3-A54E-472F7E245CBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5EE8DF2-CC34-41B3-A54E-472F7E245CBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5EE8DF2-CC34-41B3-A54E-472F7E245CBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5EE8DF2-CC34-41B3-A54E-472F7E245CBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {938D3BB4-E4F7-430D-BE68-DCBBE183E4A1}
EndGlobalSection
EndGlobal