-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathTagHelperPack.sln
59 lines (59 loc) · 3.19 KB
/
TagHelperPack.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
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5B871B0D-8E1E-4350-9959-DE8ED19CA113}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{CE6635DE-0546-4ECC-949A-08192E19E366}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TagHelperPack", "src\TagHelperPack\TagHelperPack.csproj", "{5276EEB9-E167-40EB-ADD4-EA3FD22039C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TagHelperPack.Sample", "samples\TagHelperPack.Sample\TagHelperPack.Sample.csproj", "{90885970-EF7F-4CFA-AEFB-AE8036A08B36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CD3E256-6511-47B5-9497-FA4FF7693BD8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{AC6F851B-D942-488D-B0D0-4A4BD36796E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D88AC3E0-9631-41A9-A1CB-1961B011884F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5276EEB9-E167-40EB-ADD4-EA3FD22039C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5276EEB9-E167-40EB-ADD4-EA3FD22039C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5276EEB9-E167-40EB-ADD4-EA3FD22039C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5276EEB9-E167-40EB-ADD4-EA3FD22039C4}.Release|Any CPU.Build.0 = Release|Any CPU
{90885970-EF7F-4CFA-AEFB-AE8036A08B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90885970-EF7F-4CFA-AEFB-AE8036A08B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90885970-EF7F-4CFA-AEFB-AE8036A08B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90885970-EF7F-4CFA-AEFB-AE8036A08B36}.Release|Any CPU.Build.0 = Release|Any CPU
{AC6F851B-D942-488D-B0D0-4A4BD36796E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC6F851B-D942-488D-B0D0-4A4BD36796E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC6F851B-D942-488D-B0D0-4A4BD36796E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC6F851B-D942-488D-B0D0-4A4BD36796E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5276EEB9-E167-40EB-ADD4-EA3FD22039C4} = {5B871B0D-8E1E-4350-9959-DE8ED19CA113}
{90885970-EF7F-4CFA-AEFB-AE8036A08B36} = {CE6635DE-0546-4ECC-949A-08192E19E366}
{AC6F851B-D942-488D-B0D0-4A4BD36796E4} = {D88AC3E0-9631-41A9-A1CB-1961B011884F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59D4518E-872C-4D34-A5F6-385BB5D3B58C}
EndGlobalSection
EndGlobal