-
Notifications
You must be signed in to change notification settings - Fork 26
/
Our.Umbraco.TagHelpers.sln
37 lines (37 loc) · 2.18 KB
/
Our.Umbraco.TagHelpers.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.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.TagHelpers", "Our.Umbraco.TagHelpers\Our.Umbraco.TagHelpers.csproj", "{33054600-904A-4D5F-8DB5-CD303666AC2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.TagHelpers.Tests", "Our.Umbraco.TagHelpers.Tests\Our.Umbraco.TagHelpers.Tests.csproj", "{7B3A523E-27A6-4D0D-B334-3B97183A06A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.TagHelpers.ExampleSite", "Our.Umbraco.TagHelpers.ExampleSite\Our.Umbraco.TagHelpers.ExampleSite.csproj", "{89373ABC-0A48-4D6B-89B9-DB598267C05B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33054600-904A-4D5F-8DB5-CD303666AC2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33054600-904A-4D5F-8DB5-CD303666AC2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33054600-904A-4D5F-8DB5-CD303666AC2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33054600-904A-4D5F-8DB5-CD303666AC2A}.Release|Any CPU.Build.0 = Release|Any CPU
{7B3A523E-27A6-4D0D-B334-3B97183A06A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3A523E-27A6-4D0D-B334-3B97183A06A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3A523E-27A6-4D0D-B334-3B97183A06A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3A523E-27A6-4D0D-B334-3B97183A06A9}.Release|Any CPU.Build.0 = Release|Any CPU
{89373ABC-0A48-4D6B-89B9-DB598267C05B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89373ABC-0A48-4D6B-89B9-DB598267C05B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89373ABC-0A48-4D6B-89B9-DB598267C05B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89373ABC-0A48-4D6B-89B9-DB598267C05B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E27CC4F-EA74-48A1-AE85-E5756C412A9C}
EndGlobalSection
EndGlobal