-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathProtractor.sln
41 lines (41 loc) · 1.96 KB
/
Protractor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protractor", "src\Protractor\Protractor.csproj", "{9E0C89B5-4AB1-477E-A70B-5EDD0BD1BBAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protractor.Samples", "examples\Protractor.Samples\Protractor.Samples.csproj", "{E5C18AA2-61C1-44A8-8526-5264A339E6FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0745755C-C0CD-424D-BACF-9DD79B199625}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\ci.yml = .github\workflows\ci.yml
HISTORY.md = HISTORY.md
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
{9E0C89B5-4AB1-477E-A70B-5EDD0BD1BBAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E0C89B5-4AB1-477E-A70B-5EDD0BD1BBAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E0C89B5-4AB1-477E-A70B-5EDD0BD1BBAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E0C89B5-4AB1-477E-A70B-5EDD0BD1BBAE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5C18AA2-61C1-44A8-8526-5264A339E6FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5C18AA2-61C1-44A8-8526-5264A339E6FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5C18AA2-61C1-44A8-8526-5264A339E6FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5C18AA2-61C1-44A8-8526-5264A339E6FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E07163A-D556-4C2B-974B-5ACE8917E232}
EndGlobalSection
EndGlobal