-
Notifications
You must be signed in to change notification settings - Fork 3
/
PullableView.sln
46 lines (46 loc) · 3.01 KB
/
PullableView.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PullableViewExample", "PullableViewExample\PullableViewExample.csproj", "{A28A4062-998F-415C-A5BD-E66ABFD27377}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PullableViewBinding", "PullableViewBinding\PullableViewBinding.csproj", "{A41A9361-8DEB-4832-83F1-2168084EDAA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.AppStore|iPhone.Build.0 = AppStore|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Debug|iPhone.Build.0 = Debug|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Release|iPhone.ActiveCfg = Release|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Release|iPhone.Build.0 = Release|iPhone
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A28A4062-998F-415C-A5BD-E66ABFD27377}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.AppStore|iPhone.Build.0 = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Debug|iPhone.Build.0 = Debug|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Release|iPhone.ActiveCfg = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Release|iPhone.Build.0 = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A41A9361-8DEB-4832-83F1-2168084EDAA6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = PullableViewExample\PullableViewExample.csproj
EndGlobalSection
EndGlobal