-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZotapaySDK.sln
37 lines (37 loc) · 1.99 KB
/
ZotapaySDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zotapay", "Zotapay\Zotapay.csproj", "{B34191FE-CA5D-49D6-992A-A045B5FDFF41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{162F45F2-D361-4915-A7BD-ACBA45AE8B96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "Examples\Examples.csproj", "{632349ED-858D-4C36-BABB-6E0BA9F9512B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B34191FE-CA5D-49D6-992A-A045B5FDFF41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34191FE-CA5D-49D6-992A-A045B5FDFF41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34191FE-CA5D-49D6-992A-A045B5FDFF41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34191FE-CA5D-49D6-992A-A045B5FDFF41}.Release|Any CPU.Build.0 = Release|Any CPU
{162F45F2-D361-4915-A7BD-ACBA45AE8B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{162F45F2-D361-4915-A7BD-ACBA45AE8B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{162F45F2-D361-4915-A7BD-ACBA45AE8B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{162F45F2-D361-4915-A7BD-ACBA45AE8B96}.Release|Any CPU.Build.0 = Release|Any CPU
{632349ED-858D-4C36-BABB-6E0BA9F9512B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{632349ED-858D-4C36-BABB-6E0BA9F9512B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{632349ED-858D-4C36-BABB-6E0BA9F9512B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{632349ED-858D-4C36-BABB-6E0BA9F9512B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98ACA0C2-80ED-484A-B890-E0AD9F7A3492}
EndGlobalSection
EndGlobal