-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlaywrightTesting.NET.sln
More file actions
45 lines (45 loc) · 2.41 KB
/
PlaywrightTesting.NET.sln
File metadata and controls
45 lines (45 loc) · 2.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11304.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright.NUnit.Testing", "Playwright.NUnit.Testing\Playwright.NUnit.Testing.csproj", "{63FFBA8C-2D95-4A54-BB91-8A792920E076}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NUnit", "NUnit", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TUnit", "TUnit", "{32C280E9-43D1-42E5-9B28-279D0ACE8E12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright.TUnit.Testing", "Playwright.TUnit.Testing\Playwright.TUnit.Testing.csproj", "{3D2188F0-1130-4825-BBA4-B364BEF0F91D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\update.yml = .github\workflows\update.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63FFBA8C-2D95-4A54-BB91-8A792920E076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63FFBA8C-2D95-4A54-BB91-8A792920E076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63FFBA8C-2D95-4A54-BB91-8A792920E076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63FFBA8C-2D95-4A54-BB91-8A792920E076}.Release|Any CPU.Build.0 = Release|Any CPU
{3D2188F0-1130-4825-BBA4-B364BEF0F91D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D2188F0-1130-4825-BBA4-B364BEF0F91D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D2188F0-1130-4825-BBA4-B364BEF0F91D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D2188F0-1130-4825-BBA4-B364BEF0F91D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63FFBA8C-2D95-4A54-BB91-8A792920E076} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{3D2188F0-1130-4825-BBA4-B364BEF0F91D} = {32C280E9-43D1-42E5-9B28-279D0ACE8E12}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {634EAAC0-A6F5-4CFC-9B36-B5F933D64C3F}
EndGlobalSection
EndGlobal