-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathLNBitsExtensions.sln
More file actions
49 lines (49 loc) · 3.17 KB
/
LNBitsExtensions.sln
File metadata and controls
49 lines (49 loc) · 3.17 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{41A5BD74-5C0C-43AB-98C5-C8328DACD0F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningPay", "..\src\LightningPay\LightningPay.csproj", "{F751BF64-8660-4431-94B7-24F78E157778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningPay.Abstractions", "..\src\LightningPay.Abstractions\LightningPay.Abstractions.csproj", "{94CA43D7-3193-4040-9608-B8FE074D0F2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningPay.Samples.LNBitsExtensions.Library", "LightningPay.Samples.LNBitsExtensions\LightningPay.Samples.LNBitsExtensions.Library\LightningPay.Samples.LNBitsExtensions.Library.csproj", "{BCB3B9D8-511E-4044-95A7-CAE25AAD429C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightningPay.Samples.LNBitsExtensions.Console", "LightningPay.Samples.LNBitsExtensions\LightningPay.Samples.LNBitsExtensions.Console\LightningPay.Samples.LNBitsExtensions.Console.csproj", "{6E550068-4D6A-445F-AACA-41268836DA30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F751BF64-8660-4431-94B7-24F78E157778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F751BF64-8660-4431-94B7-24F78E157778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F751BF64-8660-4431-94B7-24F78E157778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F751BF64-8660-4431-94B7-24F78E157778}.Release|Any CPU.Build.0 = Release|Any CPU
{94CA43D7-3193-4040-9608-B8FE074D0F2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CA43D7-3193-4040-9608-B8FE074D0F2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CA43D7-3193-4040-9608-B8FE074D0F2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CA43D7-3193-4040-9608-B8FE074D0F2A}.Release|Any CPU.Build.0 = Release|Any CPU
{BCB3B9D8-511E-4044-95A7-CAE25AAD429C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCB3B9D8-511E-4044-95A7-CAE25AAD429C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCB3B9D8-511E-4044-95A7-CAE25AAD429C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCB3B9D8-511E-4044-95A7-CAE25AAD429C}.Release|Any CPU.Build.0 = Release|Any CPU
{6E550068-4D6A-445F-AACA-41268836DA30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E550068-4D6A-445F-AACA-41268836DA30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E550068-4D6A-445F-AACA-41268836DA30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E550068-4D6A-445F-AACA-41268836DA30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F751BF64-8660-4431-94B7-24F78E157778} = {41A5BD74-5C0C-43AB-98C5-C8328DACD0F1}
{94CA43D7-3193-4040-9608-B8FE074D0F2A} = {41A5BD74-5C0C-43AB-98C5-C8328DACD0F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7158B7E-5DC2-411A-8301-1B5981C71970}
EndGlobalSection
EndGlobal