This repository was archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSF.Screenplay.Selenium.sln
More file actions
77 lines (76 loc) · 5.06 KB
/
CSF.Screenplay.Selenium.sln
File metadata and controls
77 lines (76 loc) · 5.06 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{ED939EED-BD26-4C3C-9089-48E04DD01CD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.Selenium", "CSF.Screenplay.Selenium\CSF.Screenplay.Selenium.csproj", "{13E2170A-AF71-40FF-8D8C-44FE3D0BDF3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.Selenium.Tests", "CSF.Screenplay.Selenium.Tests\CSF.Screenplay.Selenium.Tests.csproj", "{09AA41BD-AD31-485F-8912-D687CBA5BD88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.WebTestWebsite", "CSF.Screenplay.WebTestWebsite\CSF.Screenplay.WebTestWebsite.csproj", "{7E16FEE8-2CEA-4581-B559-A399EF5A86A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.Selenium.BrowserFlags", "CSF.Screenplay.Selenium.BrowserFlags\CSF.Screenplay.Selenium.BrowserFlags.csproj", "{0665F99E-DB05-4208-BCF1-137EF914CBF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.Selenium.BrowserFlags.Tests", "CSF.Screenplay.Selenium.BrowserFlags.Tests\CSF.Screenplay.Selenium.BrowserFlags.Tests.csproj", "{87454F03-FBB3-4506-9055-551297445891}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{FAAE73BB-A33C-4A8D-8B86-99E0482D8667}"
ProjectSection(SolutionItems) = preProject
Tools\Appveyor.after_deploy.bat = Tools\Appveyor.after_deploy.bat
Tools\Appveyor.before_build.bat = Tools\Appveyor.before_build.bat
Tools\Build.sh = Tools\Build.sh
Tools\Bump-versions.sh = Tools\Bump-versions.sh
Tools\Create-NuGet-packages.sh = Tools\Create-NuGet-packages.sh
Tools\Install.sh = Tools\Install.sh
Tools\Start-webserver.sh = Tools\Start-webserver.sh
Tools\Stop-webserver.sh = Tools\Stop-webserver.sh
Tools\Travis.build.sh = Tools\Travis.build.sh
Tools\Travis.install.sh = Tools\Travis.install.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSF.Screenplay.Selenium.JavaScriptWorkarounds", "CSF.Screenplay.Selenium.JavaScriptWorkarounds\CSF.Screenplay.Selenium.JavaScriptWorkarounds.csproj", "{CC20F88D-C4B9-4FDB-B5B1-7349547430FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{B44702DB-988E-4DFA-80A6-B64BF7D6A383}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
.appveyor.yml = .appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13E2170A-AF71-40FF-8D8C-44FE3D0BDF3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13E2170A-AF71-40FF-8D8C-44FE3D0BDF3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13E2170A-AF71-40FF-8D8C-44FE3D0BDF3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13E2170A-AF71-40FF-8D8C-44FE3D0BDF3B}.Release|Any CPU.Build.0 = Release|Any CPU
{09AA41BD-AD31-485F-8912-D687CBA5BD88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09AA41BD-AD31-485F-8912-D687CBA5BD88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09AA41BD-AD31-485F-8912-D687CBA5BD88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09AA41BD-AD31-485F-8912-D687CBA5BD88}.Release|Any CPU.Build.0 = Release|Any CPU
{7E16FEE8-2CEA-4581-B559-A399EF5A86A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E16FEE8-2CEA-4581-B559-A399EF5A86A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E16FEE8-2CEA-4581-B559-A399EF5A86A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E16FEE8-2CEA-4581-B559-A399EF5A86A9}.Release|Any CPU.Build.0 = Release|Any CPU
{0665F99E-DB05-4208-BCF1-137EF914CBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0665F99E-DB05-4208-BCF1-137EF914CBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0665F99E-DB05-4208-BCF1-137EF914CBF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0665F99E-DB05-4208-BCF1-137EF914CBF5}.Release|Any CPU.Build.0 = Release|Any CPU
{87454F03-FBB3-4506-9055-551297445891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87454F03-FBB3-4506-9055-551297445891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87454F03-FBB3-4506-9055-551297445891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87454F03-FBB3-4506-9055-551297445891}.Release|Any CPU.Build.0 = Release|Any CPU
{CC20F88D-C4B9-4FDB-B5B1-7349547430FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC20F88D-C4B9-4FDB-B5B1-7349547430FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC20F88D-C4B9-4FDB-B5B1-7349547430FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC20F88D-C4B9-4FDB-B5B1-7349547430FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{09AA41BD-AD31-485F-8912-D687CBA5BD88} = {ED939EED-BD26-4C3C-9089-48E04DD01CD8}
{7E16FEE8-2CEA-4581-B559-A399EF5A86A9} = {ED939EED-BD26-4C3C-9089-48E04DD01CD8}
{87454F03-FBB3-4506-9055-551297445891} = {ED939EED-BD26-4C3C-9089-48E04DD01CD8}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.0
EndGlobalSection
EndGlobal