-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAdvancedContentArea.sln
72 lines (72 loc) · 3.99 KB
/
AdvancedContentArea.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
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvancedContentArea", "src\AdvancedContentArea\AdvancedContentArea.csproj", "{78CC7937-30D4-493B-970D-3E1528D19CA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvancedContentArea.Tests", "tests\AdvancedContentArea.Tests\AdvancedContentArea.Tests.csproj", "{AE7819BF-E138-41E6-8747-3396A87CB523}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A7653630-9CC5-48C5-8A06-EB76E4EA046C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{ACD3BE1F-9504-4A40-9FCD-EE20264EF828}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build-packages.ps1 = build-packages.ps1
nuget.config = nuget.config
README.md = README.md
_config.yml = _config.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B47B2BF2-F3BE-4163-8109-99ABAF0A77D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{25CCA32E-6D9F-4805-B037-315F328AAB51}"
ProjectSection(SolutionItems) = preProject
docs\episerver-forms.md = docs\episerver-forms.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{5A325E85-5E21-41E4-BB26-878A9DC85C84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlloySampleSite", "samples\AlloySampleSite\AlloySampleSite.csproj", "{7D434690-4221-48CE-B87C-A1E480591FEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedContentArea.Forms", "src\AdvancedContentArea.Forms\AdvancedContentArea.Forms.csproj", "{E6B60D95-1D3C-495C-A1E8-57564748973A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78CC7937-30D4-493B-970D-3E1528D19CA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78CC7937-30D4-493B-970D-3E1528D19CA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78CC7937-30D4-493B-970D-3E1528D19CA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78CC7937-30D4-493B-970D-3E1528D19CA8}.Release|Any CPU.Build.0 = Release|Any CPU
{AE7819BF-E138-41E6-8747-3396A87CB523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE7819BF-E138-41E6-8747-3396A87CB523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE7819BF-E138-41E6-8747-3396A87CB523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE7819BF-E138-41E6-8747-3396A87CB523}.Release|Any CPU.Build.0 = Release|Any CPU
{7D434690-4221-48CE-B87C-A1E480591FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D434690-4221-48CE-B87C-A1E480591FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D434690-4221-48CE-B87C-A1E480591FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D434690-4221-48CE-B87C-A1E480591FEF}.Release|Any CPU.Build.0 = Release|Any CPU
{E6B60D95-1D3C-495C-A1E8-57564748973A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6B60D95-1D3C-495C-A1E8-57564748973A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6B60D95-1D3C-495C-A1E8-57564748973A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6B60D95-1D3C-495C-A1E8-57564748973A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE7819BF-E138-41E6-8747-3396A87CB523} = {B47B2BF2-F3BE-4163-8109-99ABAF0A77D2}
{7D434690-4221-48CE-B87C-A1E480591FEF} = {5A325E85-5E21-41E4-BB26-878A9DC85C84}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0338450F-E8B5-49A9-9CDC-F819FD95E19B}
EndGlobalSection
EndGlobal