-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCombiningLoadAndFunctionalTestingWebDriver.sln
More file actions
49 lines (49 loc) · 2.99 KB
/
CombiningLoadAndFunctionalTestingWebDriver.sln
File metadata and controls
49 lines (49 loc) · 2.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E2E.Web.Core", "E2E.Web.Core\E2E.Web.Core.csproj", "{D7669A85-702E-4219-921C-8E00F288BCF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Store.E2E.Tests", "Store.E2E.Tests\Store.E2E.Tests.csproj", "{402AFFD5-677A-458B-81B7-DA603F6EBEAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E2E.Load.Core", "E2E.Load.Core\E2E.Load.Core.csproj", "{AB099492-24BF-4480-BE1F-C6584718D5AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Store.Load.Tests", "Store.Load.Tests\Store.Load.Tests.csproj", "{B8B0B8D1-9195-4E90-B45B-B6DF99300BE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E2E.Core", "E2E.Core\E2E.Core.csproj", "{15305543-A72F-43A5-A44A-428B4BE8673A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7669A85-702E-4219-921C-8E00F288BCF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7669A85-702E-4219-921C-8E00F288BCF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7669A85-702E-4219-921C-8E00F288BCF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7669A85-702E-4219-921C-8E00F288BCF7}.Release|Any CPU.Build.0 = Release|Any CPU
{402AFFD5-677A-458B-81B7-DA603F6EBEAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{402AFFD5-677A-458B-81B7-DA603F6EBEAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{402AFFD5-677A-458B-81B7-DA603F6EBEAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{402AFFD5-677A-458B-81B7-DA603F6EBEAF}.Release|Any CPU.Build.0 = Release|Any CPU
{AB099492-24BF-4480-BE1F-C6584718D5AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB099492-24BF-4480-BE1F-C6584718D5AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB099492-24BF-4480-BE1F-C6584718D5AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB099492-24BF-4480-BE1F-C6584718D5AE}.Release|Any CPU.Build.0 = Release|Any CPU
{B8B0B8D1-9195-4E90-B45B-B6DF99300BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B0B8D1-9195-4E90-B45B-B6DF99300BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B0B8D1-9195-4E90-B45B-B6DF99300BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B0B8D1-9195-4E90-B45B-B6DF99300BE3}.Release|Any CPU.Build.0 = Release|Any CPU
{15305543-A72F-43A5-A44A-428B4BE8673A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15305543-A72F-43A5-A44A-428B4BE8673A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15305543-A72F-43A5-A44A-428B4BE8673A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15305543-A72F-43A5-A44A-428B4BE8673A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41974065-6B0C-4FC6-BD98-89F20747831C}
EndGlobalSection
EndGlobal