-
Notifications
You must be signed in to change notification settings - Fork 0
/
swedbank-pay-episerver-checkout.sln
48 lines (48 loc) · 3.08 KB
/
swedbank-pay-episerver-checkout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwedbankPay.Episerver.Checkout", "src\SwedbankPay.Episerver.Checkout\SwedbankPay.Episerver.Checkout.csproj", "{9588675B-3D10-4F5C-A0D3-5260734E821B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwedbankPay.Episerver.Checkout.CommerceManager", "src\SwedbankPay.Episerver.Checkout.CommerceManager\SwedbankPay.Episerver.Checkout.CommerceManager.csproj", "{B70821A5-7EF6-44E8-A812-4E17254036A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwedbankPay.Episerver.Checkout.Common", "src\SwedbankPay.Episerver.Checkout.Common\SwedbankPay.Episerver.Checkout.Common.csproj", "{D773B6A3-EE81-40AA-B585-4F0D164ADE97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwedbankPay.Episerver.Checkout.OrderManagement", "src\SwedbankPay.Episerver.Checkout.OrderManagement\SwedbankPay.Episerver.Checkout.OrderManagement.csproj", "{8E3481E0-8017-4202-9AEB-EE413C049655}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AEE1C5EC-6D2C-47E7-BD2B-8F7DD0F30AEF}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9588675B-3D10-4F5C-A0D3-5260734E821B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9588675B-3D10-4F5C-A0D3-5260734E821B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9588675B-3D10-4F5C-A0D3-5260734E821B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9588675B-3D10-4F5C-A0D3-5260734E821B}.Release|Any CPU.Build.0 = Release|Any CPU
{B70821A5-7EF6-44E8-A812-4E17254036A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B70821A5-7EF6-44E8-A812-4E17254036A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B70821A5-7EF6-44E8-A812-4E17254036A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B70821A5-7EF6-44E8-A812-4E17254036A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D773B6A3-EE81-40AA-B585-4F0D164ADE97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D773B6A3-EE81-40AA-B585-4F0D164ADE97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D773B6A3-EE81-40AA-B585-4F0D164ADE97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D773B6A3-EE81-40AA-B585-4F0D164ADE97}.Release|Any CPU.Build.0 = Release|Any CPU
{8E3481E0-8017-4202-9AEB-EE413C049655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E3481E0-8017-4202-9AEB-EE413C049655}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E3481E0-8017-4202-9AEB-EE413C049655}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E3481E0-8017-4202-9AEB-EE413C049655}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCD1C0CE-CCF4-43A7-B044-84377A7F6197}
EndGlobalSection
EndGlobal