-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstallerWebApp.sln
48 lines (48 loc) · 2.79 KB
/
InstallerWebApp.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.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InstallerWebApp", "InstallerWebApp\InstallerWebApp.csproj", "{26D4879C-8974-492A-B138-7F791ECD9310}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedKernel", "SharedKernel\SharedKernel.csproj", "{F8804BAE-31A9-4C8B-9BF4-792014B7CA08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{1588A19A-3BBC-4E58-9860-0BA5328293D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{51212994-199B-4A9E-821B-958194E29E21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaypalPaymentPlugin", "Plugins\PaypalPaymentPlugin\PaypalPaymentPlugin.csproj", "{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26D4879C-8974-492A-B138-7F791ECD9310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D4879C-8974-492A-B138-7F791ECD9310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D4879C-8974-492A-B138-7F791ECD9310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D4879C-8974-492A-B138-7F791ECD9310}.Release|Any CPU.Build.0 = Release|Any CPU
{F8804BAE-31A9-4C8B-9BF4-792014B7CA08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8804BAE-31A9-4C8B-9BF4-792014B7CA08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8804BAE-31A9-4C8B-9BF4-792014B7CA08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8804BAE-31A9-4C8B-9BF4-792014B7CA08}.Release|Any CPU.Build.0 = Release|Any CPU
{1588A19A-3BBC-4E58-9860-0BA5328293D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1588A19A-3BBC-4E58-9860-0BA5328293D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1588A19A-3BBC-4E58-9860-0BA5328293D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1588A19A-3BBC-4E58-9860-0BA5328293D3}.Release|Any CPU.Build.0 = Release|Any CPU
{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6FC7808C-5B5C-4EAD-9721-7FDAFD0FF348} = {51212994-199B-4A9E-821B-958194E29E21}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52347D18-F658-4C98-8758-9520F6A7EDDF}
EndGlobalSection
EndGlobal