-
Notifications
You must be signed in to change notification settings - Fork 50
/
BitPay.sln
43 lines (42 loc) · 2.51 KB
/
BitPay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitPay", "BitPay\BitPay.csproj", "{50F6A0C3-111E-437B-BCB6-714F1315EF97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitPaySetup", "BitPaySetup\BitPaySetup.csproj", "{70047B2C-381E-458B-B76C-940120AE0E08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitPayUnitTest", "BitPayUnitTest\BitPayUnitTest.csproj", "{564B8CE1-5A60-402A-B4F4-39A3778BDED9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitPayFunctionalTest", "BitPayFunctionalTest\BitPayFunctionalTest.csproj", "{47312DA5-8665-44B1-BEBF-1D2DBA15FE47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70047B2C-381E-458B-B76C-940120AE0E08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70047B2C-381E-458B-B76C-940120AE0E08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70047B2C-381E-458B-B76C-940120AE0E08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70047B2C-381E-458B-B76C-940120AE0E08}.Release|Any CPU.Build.0 = Release|Any CPU
{564B8CE1-5A60-402A-B4F4-39A3778BDED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{564B8CE1-5A60-402A-B4F4-39A3778BDED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{564B8CE1-5A60-402A-B4F4-39A3778BDED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{564B8CE1-5A60-402A-B4F4-39A3778BDED9}.Release|Any CPU.Build.0 = Release|Any CPU
{47312DA5-8665-44B1-BEBF-1D2DBA15FE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47312DA5-8665-44B1-BEBF-1D2DBA15FE47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47312DA5-8665-44B1-BEBF-1D2DBA15FE47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47312DA5-8665-44B1-BEBF-1D2DBA15FE47}.Release|Any CPU.Build.0 = Release|Any CPU
{50F6A0C3-111E-437B-BCB6-714F1315EF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F6A0C3-111E-437B-BCB6-714F1315EF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F6A0C3-111E-437B-BCB6-714F1315EF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F6A0C3-111E-437B-BCB6-714F1315EF97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7298A5F-4956-42F6-B30B-2E3FE3D0B31E}
EndGlobalSection
EndGlobal