Add project files.

This commit is contained in:
2021-07-05 22:29:31 +02:00
parent ef61217b63
commit 5648effc9a
7 changed files with 314 additions and 0 deletions

37
WebScrapeApp.sln Normal file
View File

@ -0,0 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebScrape", "WebScrape\WebScrape.csproj", "{DF64E211-B223-48C5-83F8-60792D8DFB04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsharpCorner", "CsharpCorne\CsharpCorner.csproj", "{BF147D4E-3654-4FF7-9B71-7E1B67CE7B0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeadlessBrowser", "HeadlessBrowser\HeadlessBrowser.csproj", "{F0E685F6-9B05-42D1-B2F2-B14C861668A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF64E211-B223-48C5-83F8-60792D8DFB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF64E211-B223-48C5-83F8-60792D8DFB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF64E211-B223-48C5-83F8-60792D8DFB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF64E211-B223-48C5-83F8-60792D8DFB04}.Release|Any CPU.Build.0 = Release|Any CPU
{BF147D4E-3654-4FF7-9B71-7E1B67CE7B0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF147D4E-3654-4FF7-9B71-7E1B67CE7B0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF147D4E-3654-4FF7-9B71-7E1B67CE7B0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF147D4E-3654-4FF7-9B71-7E1B67CE7B0D}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E685F6-9B05-42D1-B2F2-B14C861668A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E685F6-9B05-42D1-B2F2-B14C861668A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E685F6-9B05-42D1-B2F2-B14C861668A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E685F6-9B05-42D1-B2F2-B14C861668A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {998091CC-0A32-4109-B1B5-0AA12A3E5D5C}
EndGlobalSection
EndGlobal