-
Notifications
You must be signed in to change notification settings - Fork 0
/
PuppeteerSharpTutorial.sln
37 lines (37 loc) · 2.13 KB
/
PuppeteerSharpTutorial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuppeteerSharp.Models", "PuppeteerSharp.Models\PuppeteerSharp.Models.csproj", "{9331BBCF-4626-4C78-85AE-6821A30E8A8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuppeteerSharp.ConsoleApp", "PuppeteerSharp.ConsoleApp\PuppeteerSharp.ConsoleApp.csproj", "{23453068-7669-4A99-B841-A12517875992}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuppeteerSharp.Methods", "PuppeteerSharp.Methods\PuppeteerSharp.Methods.csproj", "{0358DDB0-FB14-43FE-B245-740F06D97995}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9331BBCF-4626-4C78-85AE-6821A30E8A8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9331BBCF-4626-4C78-85AE-6821A30E8A8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9331BBCF-4626-4C78-85AE-6821A30E8A8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9331BBCF-4626-4C78-85AE-6821A30E8A8A}.Release|Any CPU.Build.0 = Release|Any CPU
{23453068-7669-4A99-B841-A12517875992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23453068-7669-4A99-B841-A12517875992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23453068-7669-4A99-B841-A12517875992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23453068-7669-4A99-B841-A12517875992}.Release|Any CPU.Build.0 = Release|Any CPU
{0358DDB0-FB14-43FE-B245-740F06D97995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0358DDB0-FB14-43FE-B245-740F06D97995}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0358DDB0-FB14-43FE-B245-740F06D97995}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0358DDB0-FB14-43FE-B245-740F06D97995}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F3063C6-0295-44AE-A746-1570213FDE71}
EndGlobalSection
EndGlobal