-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
C3D.Extensions.Playwright.AspNetCore.sln
102 lines (102 loc) · 5.6 KB
/
C3D.Extensions.Playwright.AspNetCore.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C3D.Extensions.Playwright.AspNetCore", "src\C3D\Extensions\Playwright\AspNetCore\C3D.Extensions.Playwright.AspNetCore.csproj", "{3752E08B-2058-452D-8ABA-10EE4D4B5F28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DA726315-C6FB-4BCB-A766-4BD32A9643A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
build\nuget.publish.config = build\nuget.publish.config
build\Test.snk = build\Test.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{B68B1ED0-3BD1-43EE-8FFB-9D6A1EF743D4}"
ProjectSection(SolutionItems) = preProject
build\azure-pipelines.yml = build\azure-pipelines.yml
build\nuget.publish.config = build\nuget.publish.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{79DBA4F1-9703-4A06-A219-C0E03D99633F}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.Props = src\Directory.Build.Props
src\Directory.Build.Targets = src\Directory.Build.Targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7257F2A8-EE70-4224-9D5D-1EE29EAA0338}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.Props = test\Directory.Build.Props
test\Directory.Build.Targets = test\Directory.Build.Targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C3D.Extensions.Playwright.AspNetCore.Xunit", "src\C3D\Extensions\Playwright\AspNetCore.Xunit\C3D.Extensions.Playwright.AspNetCore.Xunit.csproj", "{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0E1126BA-4119-4AD3-9649-06113BCE2D56}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{87AD0A87-358B-4C6B-832B-04269C7D9AB0}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.Props = samples\Directory.Build.Props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebApp", "samples\Sample.WebApp\Sample.WebApp.csproj", "{C9D19B9D-B61C-435A-8E6C-B32A56A76F27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebApp.Tests", "test\Sample.WebApp.Tests\Sample.WebApp.Tests.csproj", "{DBF13B24-28DF-4B97-8040-2832108C0209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{372E98C5-98DC-4593-9E6C-E9AC996088E4}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{AC8C5C5D-E914-4919-AB9F-02BA2FE67EC5}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3752E08B-2058-452D-8ABA-10EE4D4B5F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3752E08B-2058-452D-8ABA-10EE4D4B5F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3752E08B-2058-452D-8ABA-10EE4D4B5F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3752E08B-2058-452D-8ABA-10EE4D4B5F28}.Release|Any CPU.Build.0 = Release|Any CPU
{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2}.Release|Any CPU.Build.0 = Release|Any CPU
{C9D19B9D-B61C-435A-8E6C-B32A56A76F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D19B9D-B61C-435A-8E6C-B32A56A76F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D19B9D-B61C-435A-8E6C-B32A56A76F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D19B9D-B61C-435A-8E6C-B32A56A76F27}.Release|Any CPU.Build.0 = Release|Any CPU
{DBF13B24-28DF-4B97-8040-2832108C0209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBF13B24-28DF-4B97-8040-2832108C0209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBF13B24-28DF-4B97-8040-2832108C0209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBF13B24-28DF-4B97-8040-2832108C0209}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3752E08B-2058-452D-8ABA-10EE4D4B5F28} = {79DBA4F1-9703-4A06-A219-C0E03D99633F}
{B68B1ED0-3BD1-43EE-8FFB-9D6A1EF743D4} = {DA726315-C6FB-4BCB-A766-4BD32A9643A2}
{BBA1AE89-9A65-4482-AF8F-9A491B93A3B2} = {79DBA4F1-9703-4A06-A219-C0E03D99633F}
{C9D19B9D-B61C-435A-8E6C-B32A56A76F27} = {87AD0A87-358B-4C6B-832B-04269C7D9AB0}
{DBF13B24-28DF-4B97-8040-2832108C0209} = {7257F2A8-EE70-4224-9D5D-1EE29EAA0338}
{AC8C5C5D-E914-4919-AB9F-02BA2FE67EC5} = {DA726315-C6FB-4BCB-A766-4BD32A9643A2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8A03877-9554-4F94-B4B5-0513AAB4A1B8}
EndGlobalSection
EndGlobal