-
Notifications
You must be signed in to change notification settings - Fork 0
/
WordleScrappingSolver.sln
37 lines (37 loc) · 1.91 KB
/
WordleScrappingSolver.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 Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WordleScrappingSolver.App", "src\WordleScrappingSolver.App\WordleScrappingSolver.App.csproj", "{7A0D427E-5C12-4DD1-AED9-9D51DB2F64EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WordleScrappingSolver.SeleniumExt", "src\WordleScrappingSolver.SeleniumExt\WordleScrappingSolver.SeleniumExt.csproj", "{24D09D2D-9E36-404B-B4CB-5DFF75FB27C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{9AA98F48-4FB8-448B-A075-1B76B178E450}"
ProjectSection(SolutionItems) = preProject
img\Puzzle1.gif = img\Puzzle1.gif
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
{7A0D427E-5C12-4DD1-AED9-9D51DB2F64EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A0D427E-5C12-4DD1-AED9-9D51DB2F64EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A0D427E-5C12-4DD1-AED9-9D51DB2F64EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A0D427E-5C12-4DD1-AED9-9D51DB2F64EA}.Release|Any CPU.Build.0 = Release|Any CPU
{24D09D2D-9E36-404B-B4CB-5DFF75FB27C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24D09D2D-9E36-404B-B4CB-5DFF75FB27C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24D09D2D-9E36-404B-B4CB-5DFF75FB27C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24D09D2D-9E36-404B-B4CB-5DFF75FB27C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F347C21-B130-4A9E-8C4D-4658C59571FC}
EndGlobalSection
EndGlobal