-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGingerSeleniumPlugin.sln
33 lines (33 loc) · 1.73 KB
/
GingerSeleniumPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28621.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67212D25-BF5F-4261-A714-F302779948B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeleniumPlugin", "SeleniumPlugin\SeleniumPlugin.csproj", "{732C4028-A1CA-438F-8D3A-37967FC62FD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeleniumPluginTests", "SeleniumPluginTests\SeleniumPluginTests.csproj", "{750631DE-BE6A-43D7-B648-99C74DDE43C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{732C4028-A1CA-438F-8D3A-37967FC62FD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{732C4028-A1CA-438F-8D3A-37967FC62FD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{732C4028-A1CA-438F-8D3A-37967FC62FD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{732C4028-A1CA-438F-8D3A-37967FC62FD5}.Release|Any CPU.Build.0 = Release|Any CPU
{750631DE-BE6A-43D7-B648-99C74DDE43C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750631DE-BE6A-43D7-B648-99C74DDE43C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750631DE-BE6A-43D7-B648-99C74DDE43C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750631DE-BE6A-43D7-B648-99C74DDE43C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0C5235F-D696-497C-A1DC-D04C98A9559A}
EndGlobalSection
EndGlobal