forked from Varorbc/PaySharp
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathICanPay.sln
58 lines (58 loc) · 3.63 KB
/
ICanPay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.Alipay", "src\ICanPay.Alipay\ICanPay.Alipay.csproj", "{C1A4A406-8346-4BA8-A587-91F305AD3668}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.Core", "src\ICanPay.Core\ICanPay.Core.csproj", "{BDEF0FBA-3B6E-404E-B87A-AB663FED44FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.Wechatpay", "src\ICanPay.Wechatpay\ICanPay.Wechatpay.csproj", "{7E4839AB-8A69-4F1D-95D4-15248F841C02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.Demo", "sample\ICanPay.Demo\ICanPay.Demo.csproj", "{4EB482E6-1737-4B9C-87D7-42150E8D13EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.UnitTest", "test\ICanPay.UnitTest\ICanPay.UnitTest.csproj", "{639AA7FB-AAB4-44A5-84AF-F28D9ED59573}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICanPay.Unionpay", "src\ICanPay.Unionpay\ICanPay.Unionpay.csproj", "{D0CBE889-BEAE-4F88-BF23-A4F1ED728620}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1A4A406-8346-4BA8-A587-91F305AD3668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A4A406-8346-4BA8-A587-91F305AD3668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A4A406-8346-4BA8-A587-91F305AD3668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A4A406-8346-4BA8-A587-91F305AD3668}.Release|Any CPU.Build.0 = Release|Any CPU
{BDEF0FBA-3B6E-404E-B87A-AB663FED44FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDEF0FBA-3B6E-404E-B87A-AB663FED44FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDEF0FBA-3B6E-404E-B87A-AB663FED44FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDEF0FBA-3B6E-404E-B87A-AB663FED44FC}.Release|Any CPU.Build.0 = Release|Any CPU
{7E4839AB-8A69-4F1D-95D4-15248F841C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E4839AB-8A69-4F1D-95D4-15248F841C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E4839AB-8A69-4F1D-95D4-15248F841C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E4839AB-8A69-4F1D-95D4-15248F841C02}.Release|Any CPU.Build.0 = Release|Any CPU
{4EB482E6-1737-4B9C-87D7-42150E8D13EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB482E6-1737-4B9C-87D7-42150E8D13EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB482E6-1737-4B9C-87D7-42150E8D13EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB482E6-1737-4B9C-87D7-42150E8D13EB}.Release|Any CPU.Build.0 = Release|Any CPU
{639AA7FB-AAB4-44A5-84AF-F28D9ED59573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{639AA7FB-AAB4-44A5-84AF-F28D9ED59573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{639AA7FB-AAB4-44A5-84AF-F28D9ED59573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{639AA7FB-AAB4-44A5-84AF-F28D9ED59573}.Release|Any CPU.Build.0 = Release|Any CPU
{D0CBE889-BEAE-4F88-BF23-A4F1ED728620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0CBE889-BEAE-4F88-BF23-A4F1ED728620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0CBE889-BEAE-4F88-BF23-A4F1ED728620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0CBE889-BEAE-4F88-BF23-A4F1ED728620}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35DA7CB4-3AB7-45FF-93D2-DBC4760221EF}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PostWriting2.vsmdi
EndGlobalSection
EndGlobal