-
Notifications
You must be signed in to change notification settings - Fork 2
/
InfiniteListView.sln
45 lines (44 loc) · 3.03 KB
/
InfiniteListView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "InfiniteListView", "InfiniteListView\InfiniteListView.shproj", "{79A7D255-85E3-4BFA-99AB-6A84758DDBAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfiniteListView.iOS", "iOS\InfiniteListView.iOS.csproj", "{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfiniteListView.Droid", "Droid\InfiniteListView.Droid.csproj", "{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|iPhone.ActiveCfg = Release|iPhone
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|iPhone.Build.0 = Release|iPhone
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|iPhone.ActiveCfg = Debug|iPhone
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|iPhone.Build.0 = Debug|iPhone
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|Any CPU.ActiveCfg = Release|iPhone
{8EFE76EE-E8A0-4EC8-AA45-457DE76E9D29}.Release|Any CPU.Build.0 = Release|iPhone
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|iPhone.ActiveCfg = Release|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|iPhone.Build.0 = Release|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|iPhone.Build.0 = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7BC971-EC8F-4027-822B-C6B9E0EEF2BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal