-
Notifications
You must be signed in to change notification settings - Fork 1
/
episerver-labs-block-enhancements.sln
62 lines (62 loc) · 2.94 KB
/
episerver-labs-block-enhancements.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alloy.Sample", "src\Alloy.Sample\Alloy.Sample.csproj", "{3D79ADE5-DADB-47D2-933D-E98F9773AFAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F856CAEC-B3F9-4320-B39D-E8F2EB8F6111}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A1272902-1CD0-4507-9714-CB3AE96E78FD}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
build\sign.props = build\sign.props
build\version.props = build\version.props
build\get-version.ps1 = build\get-version.ps1
build\packaging\CreateDatabase.sql = build\packaging\CreateDatabase.sql
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.ps1 = build\build.ps1
LICENSE = LICENSE
pack.cmd = pack.cmd
pack.ps1 = build\pack.ps1
README.md = README.md
setup.cmd = setup.cmd
site.cmd = site.cmd
build\packaging\run-deploy-template-site.ps1 = build\packaging\run-deploy-template-site.ps1
build\nuspec.props = build\nuspec.props
build\dependencies.props = build\dependencies.props
global.json = global.json
build\CopyZipFiles.targets = build\CopyZipFiles.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPiServer.Labs.BlockEnhancements", "src\EPiServer.Labs.BlockEnhancements\EPiServer.Labs.BlockEnhancements.csproj", "{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D79ADE5-DADB-47D2-933D-E98F9773AFAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D79ADE5-DADB-47D2-933D-E98F9773AFAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D79ADE5-DADB-47D2-933D-E98F9773AFAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D79ADE5-DADB-47D2-933D-E98F9773AFAD}.Release|Any CPU.Build.0 = Release|Any CPU
{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D79ADE5-DADB-47D2-933D-E98F9773AFAD} = {F856CAEC-B3F9-4320-B39D-E8F2EB8F6111}
{7D3CB0B4-BF55-4577-ABF2-D83F8EA5D49F} = {F856CAEC-B3F9-4320-B39D-E8F2EB8F6111}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31F10C96-F924-4A0A-9B12-36A09C66A0B3}
EndGlobalSection
EndGlobal