forked from executeautomation/Playwrightdotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlaywrightDotnet.sln
34 lines (34 loc) · 2.27 KB
/
PlaywrightDotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightDemo", "PlaywrightDemo\PlaywrightDemo.csproj", "{2908FCFD-2BC9-41E6-8E0A-1FF5D3263AFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlowProject1", "PlaywrightSpecflow\SpecFlowProject1\SpecFlowProject1.csproj", "{8A6456FD-BC62-4215-9241-02B73955A9DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightAPITesting", "PlaywrightAPITesting\PlaywrightAPITesting.csproj", "{DBC38AEA-0B31-494C-A8B0-D359865F3637}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightNUnitDemo", "PlaywrightNUnitDemo\PlaywrightNUnitDemo.csproj", "{064E257B-E87A-44F2-9708-442F526B08A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2908FCFD-2BC9-41E6-8E0A-1FF5D3263AFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2908FCFD-2BC9-41E6-8E0A-1FF5D3263AFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2908FCFD-2BC9-41E6-8E0A-1FF5D3263AFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2908FCFD-2BC9-41E6-8E0A-1FF5D3263AFF}.Release|Any CPU.Build.0 = Release|Any CPU
{8A6456FD-BC62-4215-9241-02B73955A9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A6456FD-BC62-4215-9241-02B73955A9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A6456FD-BC62-4215-9241-02B73955A9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A6456FD-BC62-4215-9241-02B73955A9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{DBC38AEA-0B31-494C-A8B0-D359865F3637}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC38AEA-0B31-494C-A8B0-D359865F3637}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC38AEA-0B31-494C-A8B0-D359865F3637}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBC38AEA-0B31-494C-A8B0-D359865F3637}.Release|Any CPU.Build.0 = Release|Any CPU
{064E257B-E87A-44F2-9708-442F526B08A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{064E257B-E87A-44F2-9708-442F526B08A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064E257B-E87A-44F2-9708-442F526B08A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064E257B-E87A-44F2-9708-442F526B08A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal