-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUmbraco.Commerce.ProductFeeds.sln
66 lines (66 loc) · 4.75 KB
/
Umbraco.Commerce.ProductFeeds.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
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Commerce.ProductFeeds.Infrastructure", "src\Umbraco.Commerce.ProductFeeds.Infrastructure\Umbraco.Commerce.ProductFeeds.Infrastructure.csproj", "{B87B889C-37A7-4883-BBFD-2FE2F8E34698}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Commerce.ProductFeeds.Core", "src\Umbraco.Commerce.ProductFeeds.Core\Umbraco.Commerce.ProductFeeds.Core.csproj", "{345539B5-D383-4448-9F61-67CD86630F39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A0DEA483-7FB6-4C5B-B801-EF5232E895D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Commerce.ProductFeeds.Infrastructure.UnitTests", "tests\Umbraco.Commerce.ProductFeeds.Infrastructure.UnitTests\Umbraco.Commerce.ProductFeeds.Infrastructure.UnitTests.csproj", "{1E9407C0-4D66-45B2-BEAC-E179EEE3303E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Commerce.ProductFeeds.Web", "src\Umbraco.Commerce.ProductFeeds.Web\Umbraco.Commerce.ProductFeeds.Web.csproj", "{FFCCEDCF-9A35-4C88-8CF6-20303832E5E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Commerce.ProductFeeds.Startup", "src\Umbraco.Commerce.ProductFeeds.Startup\Umbraco.Commerce.ProductFeeds.Startup.csproj", "{B1BE5714-3D0F-4A98-B1A6-47ECC5756A82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Commerce.ProductFeeds", "src\Umbraco.Commerce.ProductFeeds\Umbraco.Commerce.ProductFeeds.csproj", "{3AD792B3-34E1-4ADF-9037-D1FC9A149611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Commerce.ProductFeeds.Client", "src\Umbraco.Commerce.ProductFeeds.Client\Umbraco.Commerce.ProductFeeds.Client.csproj", "{1BE67FB6-841C-4B64-8945-95FB18A8B607}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B87B889C-37A7-4883-BBFD-2FE2F8E34698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B87B889C-37A7-4883-BBFD-2FE2F8E34698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B87B889C-37A7-4883-BBFD-2FE2F8E34698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B87B889C-37A7-4883-BBFD-2FE2F8E34698}.Release|Any CPU.Build.0 = Release|Any CPU
{345539B5-D383-4448-9F61-67CD86630F39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{345539B5-D383-4448-9F61-67CD86630F39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{345539B5-D383-4448-9F61-67CD86630F39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{345539B5-D383-4448-9F61-67CD86630F39}.Release|Any CPU.Build.0 = Release|Any CPU
{1E9407C0-4D66-45B2-BEAC-E179EEE3303E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E9407C0-4D66-45B2-BEAC-E179EEE3303E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E9407C0-4D66-45B2-BEAC-E179EEE3303E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E9407C0-4D66-45B2-BEAC-E179EEE3303E}.Release|Any CPU.Build.0 = Release|Any CPU
{FFCCEDCF-9A35-4C88-8CF6-20303832E5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFCCEDCF-9A35-4C88-8CF6-20303832E5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFCCEDCF-9A35-4C88-8CF6-20303832E5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFCCEDCF-9A35-4C88-8CF6-20303832E5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{B1BE5714-3D0F-4A98-B1A6-47ECC5756A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1BE5714-3D0F-4A98-B1A6-47ECC5756A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1BE5714-3D0F-4A98-B1A6-47ECC5756A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1BE5714-3D0F-4A98-B1A6-47ECC5756A82}.Release|Any CPU.Build.0 = Release|Any CPU
{3AD792B3-34E1-4ADF-9037-D1FC9A149611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AD792B3-34E1-4ADF-9037-D1FC9A149611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AD792B3-34E1-4ADF-9037-D1FC9A149611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AD792B3-34E1-4ADF-9037-D1FC9A149611}.Release|Any CPU.Build.0 = Release|Any CPU
{1BE67FB6-841C-4B64-8945-95FB18A8B607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE67FB6-841C-4B64-8945-95FB18A8B607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE67FB6-841C-4B64-8945-95FB18A8B607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE67FB6-841C-4B64-8945-95FB18A8B607}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1E9407C0-4D66-45B2-BEAC-E179EEE3303E} = {A0DEA483-7FB6-4C5B-B801-EF5232E895D0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {600F0929-4A68-42F5-B231-F08A3868C169}
EndGlobalSection
EndGlobal