-
Notifications
You must be signed in to change notification settings - Fork 5
/
UmbracoPersonalisationGroupsCore.sln
45 lines (45 loc) · 2.49 KB
/
UmbracoPersonalisationGroupsCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UmbracoPersonalisationGroups", "PersonalisationGroups\UmbracoPersonalisationGroups.csproj", "{86310F3C-8571-44C5-957E-65A684ED7001}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UmbracoPersonalisationGroups.Tests", "PersonalisationGroups.Tests\UmbracoPersonalisationGroups.Tests.csproj", "{4CDFDC2F-332E-4FF0-868F-AFA214563288}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A433AA70-D284-4033-9694-4396E817D892}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
ReadMe.md = ReadMe.md
umbraco-marketplace.json = umbraco-marketplace.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApp.V14", "TestWebApp.V14\TestWebApp.V14.csproj", "{C67B5AD8-D4FA-4730-B44C-787C8CAF65ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86310F3C-8571-44C5-957E-65A684ED7001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86310F3C-8571-44C5-957E-65A684ED7001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86310F3C-8571-44C5-957E-65A684ED7001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86310F3C-8571-44C5-957E-65A684ED7001}.Release|Any CPU.Build.0 = Release|Any CPU
{4CDFDC2F-332E-4FF0-868F-AFA214563288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CDFDC2F-332E-4FF0-868F-AFA214563288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CDFDC2F-332E-4FF0-868F-AFA214563288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CDFDC2F-332E-4FF0-868F-AFA214563288}.Release|Any CPU.Build.0 = Release|Any CPU
{C67B5AD8-D4FA-4730-B44C-787C8CAF65ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C67B5AD8-D4FA-4730-B44C-787C8CAF65ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C67B5AD8-D4FA-4730-B44C-787C8CAF65ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C67B5AD8-D4FA-4730-B44C-787C8CAF65ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBF6FE65-AA7E-4C07-8CEA-1ABA7EAC6327}
EndGlobalSection
EndGlobal