forked from AndyButland/UmbracoPersonalisationGroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZone.UmbracoPersonalisationGroups.sln
53 lines (53 loc) · 3.32 KB
/
Zone.UmbracoPersonalisationGroups.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zone.UmbracoPersonalisationGroups", "Zone.UmbracoPersonalisationGroups\Zone.UmbracoPersonalisationGroups.csproj", "{0988C56B-0E20-4786-B653-9EEBFBC4E791}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zone.UmbracoPersonalisationGroups.Tests", "Zone.UmbracoPersonalisationGroups.Tests\Zone.UmbracoPersonalisationGroups.Tests.csproj", "{BED5253A-45B6-4D03-A3FB-3DD99CE1D9A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebApp", "TestWebApp\TestWebApp.csproj", "{7B18ED66-E895-4135-8786-2CB2AF255578}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebAppWithPackage", "TestWebAppWithPackage\TestWebAppWithPackage.csproj", "{D9D26085-B3D6-4ABE-92F8-CBA2AD73BAE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{642616F5-7BBA-4917-BA3E-46114B112AF3}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebApp7.6", "TestWebApp7.6\TestWebApp7.6.csproj", "{3B375803-EED1-4F8C-A020-1F72092BA5CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0988C56B-0E20-4786-B653-9EEBFBC4E791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0988C56B-0E20-4786-B653-9EEBFBC4E791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0988C56B-0E20-4786-B653-9EEBFBC4E791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0988C56B-0E20-4786-B653-9EEBFBC4E791}.Release|Any CPU.Build.0 = Release|Any CPU
{BED5253A-45B6-4D03-A3FB-3DD99CE1D9A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED5253A-45B6-4D03-A3FB-3DD99CE1D9A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED5253A-45B6-4D03-A3FB-3DD99CE1D9A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED5253A-45B6-4D03-A3FB-3DD99CE1D9A0}.Release|Any CPU.Build.0 = Release|Any CPU
{7B18ED66-E895-4135-8786-2CB2AF255578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B18ED66-E895-4135-8786-2CB2AF255578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B18ED66-E895-4135-8786-2CB2AF255578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B18ED66-E895-4135-8786-2CB2AF255578}.Release|Any CPU.Build.0 = Release|Any CPU
{D9D26085-B3D6-4ABE-92F8-CBA2AD73BAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D26085-B3D6-4ABE-92F8-CBA2AD73BAE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D26085-B3D6-4ABE-92F8-CBA2AD73BAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D26085-B3D6-4ABE-92F8-CBA2AD73BAE4}.Release|Any CPU.Build.0 = Release|Any CPU
{3B375803-EED1-4F8C-A020-1F72092BA5CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B375803-EED1-4F8C-A020-1F72092BA5CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B375803-EED1-4F8C-A020-1F72092BA5CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B375803-EED1-4F8C-A020-1F72092BA5CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal