-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPersonalisation.sln
37 lines (37 loc) · 2.12 KB
/
Personalisation.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 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Personalisation.Web", "Personalisation.Web\Personalisation.Web.csproj", "{CDA770DA-5618-4B52-B960-9897B3424BE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Personalisation.Core", "Personalisation.Core\Personalisation.Core.csproj", "{1E04EB6A-8BB6-42CC-AD01-1D316C3CB5E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Personalisation.Web.Nuget", "Personalisation.Web.Nuget\Personalisation.Web.Nuget.csproj", "{750AEBA7-898E-483A-A92D-62CEF04B16D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDA770DA-5618-4B52-B960-9897B3424BE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDA770DA-5618-4B52-B960-9897B3424BE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDA770DA-5618-4B52-B960-9897B3424BE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDA770DA-5618-4B52-B960-9897B3424BE9}.Release|Any CPU.Build.0 = Release|Any CPU
{1E04EB6A-8BB6-42CC-AD01-1D316C3CB5E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E04EB6A-8BB6-42CC-AD01-1D316C3CB5E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E04EB6A-8BB6-42CC-AD01-1D316C3CB5E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E04EB6A-8BB6-42CC-AD01-1D316C3CB5E1}.Release|Any CPU.Build.0 = Release|Any CPU
{750AEBA7-898E-483A-A92D-62CEF04B16D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750AEBA7-898E-483A-A92D-62CEF04B16D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750AEBA7-898E-483A-A92D-62CEF04B16D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750AEBA7-898E-483A-A92D-62CEF04B16D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70C13138-A2DD-4D2B-8245-841A412A004F}
EndGlobalSection
EndGlobal