-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSeleniumManager.sln
46 lines (46 loc) · 2.54 KB
/
SeleniumManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeleniumManager.Core", "SeleniumManager.Core\SeleniumManager.Core.csproj", "{B7FAAF9B-A860-4949-9605-A069E1B05BFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D9E9DA4-B073-42C7-B197-E91494FB65CE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
doc\API_REFERENCE.md = doc\API_REFERENCE.md
doc\CODE_OF_CONDUCT.md = doc\CODE_OF_CONDUCT.md
doc\Configuration.md = doc\Configuration.md
doc\CONTRIBUTING.md = doc\CONTRIBUTING.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeleniumManager.ConsoleApp", "SeleniumManager.ConsoleApp\SeleniumManager.ConsoleApp.csproj", "{BE559C8A-13DC-4C04-B959-8C968BF6A6DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeleniumManager.Tests", "SeleniumManager.Tests\SeleniumManager.Tests.csproj", "{04E33D40-4601-4D08-B0F8-A837CE94C350}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7FAAF9B-A860-4949-9605-A069E1B05BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7FAAF9B-A860-4949-9605-A069E1B05BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7FAAF9B-A860-4949-9605-A069E1B05BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7FAAF9B-A860-4949-9605-A069E1B05BFB}.Release|Any CPU.Build.0 = Release|Any CPU
{BE559C8A-13DC-4C04-B959-8C968BF6A6DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE559C8A-13DC-4C04-B959-8C968BF6A6DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE559C8A-13DC-4C04-B959-8C968BF6A6DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE559C8A-13DC-4C04-B959-8C968BF6A6DD}.Release|Any CPU.Build.0 = Release|Any CPU
{04E33D40-4601-4D08-B0F8-A837CE94C350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04E33D40-4601-4D08-B0F8-A837CE94C350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04E33D40-4601-4D08-B0F8-A837CE94C350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04E33D40-4601-4D08-B0F8-A837CE94C350}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAF73C8B-8D5C-411A-AA64-3FC8CF4E14C6}
EndGlobalSection
EndGlobal