-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bindings.sln
33 lines (33 loc) · 2.12 KB
/
Bindings.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreKit2Bindings", "Bindings\StoreKit2Bindings.csproj", "{67D97BAA-F2C8-4012-96FB-FD46B774544A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject", "TestProject-iOS\TestProject.csproj", "{6F16E710-6661-45F8-810F-34E7169C04F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Release|Any CPU.Build.0 = Release|Any CPU
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|iPhone.ActiveCfg = Debug|iPhone
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|iPhone.Build.0 = Debug|iPhone
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{67D97BAA-F2C8-4012-96FB-FD46B774544A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|iPhone.ActiveCfg = Debug|iPhone
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|iPhone.Build.0 = Debug|iPhone
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|iPhone.Deploy.0 = Debug|iPhone
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{6F16E710-6661-45F8-810F-34E7169C04F2}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
EndGlobalSection
EndGlobal