-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEPi.Libraries.Keywords.sln
51 lines (51 loc) · 2.81 KB
/
EPi.Libraries.Keywords.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{9C1BA615-DD1C-4597-94B1-0BD249A43D91}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Solution Files\EPiServer.Libraries.ruleset = Solution Files\EPiServer.Libraries.ruleset
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPi.Libraries.Keywords", "EPi.Libraries.Keywords\EPi.Libraries.Keywords.csproj", "{B7DA01F5-00AF-4FAC-AA86-5EB4F6F10802}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{43F6CECA-7BC5-42B4-8CE7-562917472906}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPi.Libraries.Keywords.Azure", "EPi.Libraries.Keywords.Azure\EPi.Libraries.Keywords.Azure.csproj", "{0C99FD88-D1AB-4E21-9920-06853F77C6C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPi.Libraries.Keywords.Commerce", "EPi.Libraries.Keywords.Commerce\EPi.Libraries.Keywords.Commerce.csproj", "{670BE14C-D669-45CB-B5F2-137D0CE4D6E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7DA01F5-00AF-4FAC-AA86-5EB4F6F10802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DA01F5-00AF-4FAC-AA86-5EB4F6F10802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DA01F5-00AF-4FAC-AA86-5EB4F6F10802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DA01F5-00AF-4FAC-AA86-5EB4F6F10802}.Release|Any CPU.Build.0 = Release|Any CPU
{0C99FD88-D1AB-4E21-9920-06853F77C6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C99FD88-D1AB-4E21-9920-06853F77C6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C99FD88-D1AB-4E21-9920-06853F77C6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C99FD88-D1AB-4E21-9920-06853F77C6C5}.Release|Any CPU.Build.0 = Release|Any CPU
{670BE14C-D669-45CB-B5F2-137D0CE4D6E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670BE14C-D669-45CB-B5F2-137D0CE4D6E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670BE14C-D669-45CB-B5F2-137D0CE4D6E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670BE14C-D669-45CB-B5F2-137D0CE4D6E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B3D99C7-14C0-4B4C-8AAD-FCD33EA2EDC2}
EndGlobalSection
EndGlobal