-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathSeoTags.sln
48 lines (48 loc) · 2.68 KB
/
SeoTags.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
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeoTags", "src\SeoTags\SeoTags.csproj", "{79B6DCB0-A90A-4FAE-8991-54E8B074238E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeoTags.Sample", "samples\SeoTags.Sample\SeoTags.Sample.csproj", "{1E4A16D9-D32A-4861-A16D-E159BFCAE242}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{423B1D61-B72F-49B0-92DB-9C43A47373B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{34790F8E-1E62-4C8D-B800-1286A5DA2CF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{30E17BFF-8BD2-44EC-9161-E84165169F0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeoTags.Tests", "test\SeoTags.Tests\SeoTags.Tests.csproj", "{5F9CC441-47F2-4101-B478-B265843B5EFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79B6DCB0-A90A-4FAE-8991-54E8B074238E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B6DCB0-A90A-4FAE-8991-54E8B074238E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B6DCB0-A90A-4FAE-8991-54E8B074238E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B6DCB0-A90A-4FAE-8991-54E8B074238E}.Release|Any CPU.Build.0 = Release|Any CPU
{1E4A16D9-D32A-4861-A16D-E159BFCAE242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E4A16D9-D32A-4861-A16D-E159BFCAE242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E4A16D9-D32A-4861-A16D-E159BFCAE242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E4A16D9-D32A-4861-A16D-E159BFCAE242}.Release|Any CPU.Build.0 = Release|Any CPU
{5F9CC441-47F2-4101-B478-B265843B5EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9CC441-47F2-4101-B478-B265843B5EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9CC441-47F2-4101-B478-B265843B5EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F9CC441-47F2-4101-B478-B265843B5EFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79B6DCB0-A90A-4FAE-8991-54E8B074238E} = {34790F8E-1E62-4C8D-B800-1286A5DA2CF3}
{1E4A16D9-D32A-4861-A16D-E159BFCAE242} = {423B1D61-B72F-49B0-92DB-9C43A47373B1}
{5F9CC441-47F2-4101-B478-B265843B5EFE} = {30E17BFF-8BD2-44EC-9161-E84165169F0F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FD97B23-0BC0-4048-A060-C3D0F160AB50}
EndGlobalSection
EndGlobal