-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlayWithPlayWright.sln
43 lines (43 loc) · 2.67 KB
/
PlayWithPlayWright.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1705.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayWithPlayWright.Server", "PlayWithPlayWright\Server\PlayWithPlayWright.Server.csproj", "{D6384835-1F8E-4289-B61B-D3E6BA15AFF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayWithPlayWright.Client", "PlayWithPlayWright\Client\PlayWithPlayWright.Client.csproj", "{24840D13-1C16-430E-B951-5110BE05EA3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayWithPlayWright.Shared", "PlayWithPlayWright\Shared\PlayWithPlayWright.Shared.csproj", "{17404B49-7BA4-4A00-9BEE-102650168778}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright", "PlayWithPlayWright\Playwright\Playwright.csproj", "{3872E8BA-A34E-4EB0-BA8A-C16FEE02AABC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6384835-1F8E-4289-B61B-D3E6BA15AFF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6384835-1F8E-4289-B61B-D3E6BA15AFF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6384835-1F8E-4289-B61B-D3E6BA15AFF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6384835-1F8E-4289-B61B-D3E6BA15AFF4}.Release|Any CPU.Build.0 = Release|Any CPU
{24840D13-1C16-430E-B951-5110BE05EA3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24840D13-1C16-430E-B951-5110BE05EA3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24840D13-1C16-430E-B951-5110BE05EA3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24840D13-1C16-430E-B951-5110BE05EA3C}.Release|Any CPU.Build.0 = Release|Any CPU
{17404B49-7BA4-4A00-9BEE-102650168778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17404B49-7BA4-4A00-9BEE-102650168778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17404B49-7BA4-4A00-9BEE-102650168778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17404B49-7BA4-4A00-9BEE-102650168778}.Release|Any CPU.Build.0 = Release|Any CPU
{3872E8BA-A34E-4EB0-BA8A-C16FEE02AABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3872E8BA-A34E-4EB0-BA8A-C16FEE02AABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3872E8BA-A34E-4EB0-BA8A-C16FEE02AABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3872E8BA-A34E-4EB0-BA8A-C16FEE02AABC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {381C8BBF-0281-4244-AEB4-F57B75791C7E}
EndGlobalSection
EndGlobal