forked from vendrhub/vendr-usync
-
Notifications
You must be signed in to change notification settings - Fork 3
/
uSync.Umbraco.Commerce.sln
52 lines (52 loc) · 2.79 KB
/
uSync.Umbraco.Commerce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD710BB5-82E8-4FDF-AB80-2D1DF506549D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
LICENSE.md = LICENSE.md
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uSync.Umbraco.Commerce", "src\uSync.Umbraco.Commerce\uSync.Umbraco.Commerce.csproj", "{70BC3410-E38A-4EF7-A555-3EBD2F9D024C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commerce.Site", "..\Commerce.Site\Commerce.Site.csproj", "{DCD563A8-8068-4836-9737-AC3E5B49043D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sites", "Sites", "{0710D899-DFC6-46B6-A419-41782875D631}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commerce.Site.Thirteen", "..\Commerce.Site.Thirteen\Commerce.Site.Thirteen.csproj", "{1FFED003-CAFB-47DF-A574-A043A716DF71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70BC3410-E38A-4EF7-A555-3EBD2F9D024C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70BC3410-E38A-4EF7-A555-3EBD2F9D024C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70BC3410-E38A-4EF7-A555-3EBD2F9D024C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70BC3410-E38A-4EF7-A555-3EBD2F9D024C}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD563A8-8068-4836-9737-AC3E5B49043D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD563A8-8068-4836-9737-AC3E5B49043D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD563A8-8068-4836-9737-AC3E5B49043D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD563A8-8068-4836-9737-AC3E5B49043D}.Release|Any CPU.Build.0 = Release|Any CPU
{1FFED003-CAFB-47DF-A574-A043A716DF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FFED003-CAFB-47DF-A574-A043A716DF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FFED003-CAFB-47DF-A574-A043A716DF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FFED003-CAFB-47DF-A574-A043A716DF71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DCD563A8-8068-4836-9737-AC3E5B49043D} = {0710D899-DFC6-46B6-A419-41782875D631}
{1FFED003-CAFB-47DF-A574-A043A716DF71} = {0710D899-DFC6-46B6-A419-41782875D631}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A12BB2C5-EC96-413D-972B-6B2BB3036B1B}
EndGlobalSection
EndGlobal