-
Notifications
You must be signed in to change notification settings - Fork 0
/
website-downloader.sln
47 lines (47 loc) · 2.53 KB
/
website-downloader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "website-downloader", "website-downloader\website-downloader.csproj", "{20841712-D265-4A4F-B6DA-07AA58DDA482}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{568B30AE-39F0-4A23-BBC0-6D98DA7069B4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextReplace", "TextReplace\TextReplace.csproj", "{A92337A3-3FB3-4B73-ACAB-5BE37CD07CC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextReplaceTest", "TextReplaceTest\TextReplaceTest.csproj", "{3B34E319-2668-4A83-8D67-CB977D2FEA03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20841712-D265-4A4F-B6DA-07AA58DDA482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20841712-D265-4A4F-B6DA-07AA58DDA482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20841712-D265-4A4F-B6DA-07AA58DDA482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20841712-D265-4A4F-B6DA-07AA58DDA482}.Release|Any CPU.Build.0 = Release|Any CPU
{A92337A3-3FB3-4B73-ACAB-5BE37CD07CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A92337A3-3FB3-4B73-ACAB-5BE37CD07CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A92337A3-3FB3-4B73-ACAB-5BE37CD07CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A92337A3-3FB3-4B73-ACAB-5BE37CD07CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{3B34E319-2668-4A83-8D67-CB977D2FEA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B34E319-2668-4A83-8D67-CB977D2FEA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B34E319-2668-4A83-8D67-CB977D2FEA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B34E319-2668-4A83-8D67-CB977D2FEA03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FBC40DA-10F6-4D4C-833A-F3D4ACBD5E28}
EndGlobalSection
EndGlobal