-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
TurnerSoftware.SitemapTools.sln
52 lines (52 loc) · 2.62 KB
/
TurnerSoftware.SitemapTools.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
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{B79203C9-7B50-4C91-A0AD-EAA6FBAABD53}"
ProjectSection(SolutionItems) = preProject
.codecov.yml = .codecov.yml
.editorconfig = .editorconfig
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.SitemapTools", "src\TurnerSoftware.SitemapTools\TurnerSoftware.SitemapTools.csproj", "{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F738FA56-D159-4C5E-BD05-81B5C3290971}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AF69BE3F-20E7-40CA-85D7-64BF2EA14C15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.SitemapTools.Tests", "tests\TurnerSoftware.SitemapTools.Tests\TurnerSoftware.SitemapTools.Tests.csproj", "{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Release|Any CPU.Build.0 = Release|Any CPU
{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512} = {F738FA56-D159-4C5E-BD05-81B5C3290971}
{DD0521BB-2CDF-4DA5-9E76-4B87E4AA9D33} = {AF69BE3F-20E7-40CA-85D7-64BF2EA14C15}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8796E9A-2E75-4B71-A6BE-A2EB4C4D30F3}
EndGlobalSection
EndGlobal