forked from louislouw/Louw.SitemapParser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SitemapParser.sln
37 lines (37 loc) · 2.11 KB
/
SitemapParser.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 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SitemapParser", "src\SitemapParser\SitemapParser.csproj", "{9C703A1C-6D6B-4BE9-B365-7497155EBF12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SitemapParser.UnitTests", "test\SitemapParser.UnitTests\SitemapParser.UnitTests.csproj", "{AF56C2B7-F7FA-4848-898C-BD18FCCA41BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SitemapParser.Examples", "test\SitemapParser.Examples\SitemapParser.Examples.csproj", "{B4B3DC3A-E028-4C0A-A2AE-AB110325BC1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C703A1C-6D6B-4BE9-B365-7497155EBF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C703A1C-6D6B-4BE9-B365-7497155EBF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C703A1C-6D6B-4BE9-B365-7497155EBF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C703A1C-6D6B-4BE9-B365-7497155EBF12}.Release|Any CPU.Build.0 = Release|Any CPU
{AF56C2B7-F7FA-4848-898C-BD18FCCA41BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF56C2B7-F7FA-4848-898C-BD18FCCA41BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF56C2B7-F7FA-4848-898C-BD18FCCA41BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF56C2B7-F7FA-4848-898C-BD18FCCA41BA}.Release|Any CPU.Build.0 = Release|Any CPU
{B4B3DC3A-E028-4C0A-A2AE-AB110325BC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B3DC3A-E028-4C0A-A2AE-AB110325BC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4B3DC3A-E028-4C0A-A2AE-AB110325BC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4B3DC3A-E028-4C0A-A2AE-AB110325BC1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7CC61D8-FC87-46BF-91CB-08DCF1CD74E0}
EndGlobalSection
EndGlobal