-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInAppPurchasing.sln
71 lines (71 loc) · 5.19 KB
/
InAppPurchasing.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
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InAppPurchasing", "InAppPurchasing\InAppPurchasing.csproj", "{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InAppPurchasing.iOS", "iOS\InAppPurchasing.iOS.csproj", "{CB9CE11F-7F82-4F93-B7F4-190957442DC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InAppPurchasing.Droid", "Droid\InAppPurchasing.Droid.csproj", "{30058503-9B0C-4F29-816F-F735DC951928}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InAppPurchasing.UITests", "UITests\InAppPurchasing.UITests.csproj", "{9B4851CB-B389-4F8D-9F02-6F993020FAB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|iPhone.Build.0 = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|Any CPU.Build.0 = Release|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|iPhone.ActiveCfg = Release|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|iPhone.Build.0 = Release|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0DDBF9D6-0BE9-46B3-AACF-E8351FF3F8B5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|iPhone.Build.0 = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|Any CPU.Build.0 = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|iPhone.ActiveCfg = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|iPhone.Build.0 = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{30058503-9B0C-4F29-816F-F735DC951928}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|iPhone.Build.0 = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|iPhone.ActiveCfg = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|iPhone.Build.0 = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9B4851CB-B389-4F8D-9F02-6F993020FAB9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|iPhone.ActiveCfg = Debug|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|iPhone.Build.0 = Debug|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|Any CPU.ActiveCfg = Release|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|Any CPU.Build.0 = Release|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|iPhone.ActiveCfg = Release|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|iPhone.Build.0 = Release|iPhone
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{CB9CE11F-7F82-4F93-B7F4-190957442DC0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
EndGlobal