-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathTableViewPullRefresh.sln
executable file
·26 lines (26 loc) · 1.44 KB
/
TableViewPullRefresh.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableViewPullRefresh", "TableViewPullRefresh\TableViewPullRefresh.csproj", "{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Debug|iPhone.ActiveCfg = Debug|iPhone
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Debug|iPhone.Build.0 = Debug|iPhone
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Release|iPhone.ActiveCfg = Release|iPhone
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Release|iPhone.Build.0 = Release|iPhone
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{B29D8B30-14D0-40C6-8D6F-4006500B3EDB}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TableViewPullRefresh\TableViewPullRefresh.csproj
EndGlobalSection
EndGlobal