This repository was archived by the owner on Jun 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTZStackView.sln
More file actions
84 lines (84 loc) · 5.55 KB
/
TZStackView.sln
File metadata and controls
84 lines (84 loc) · 5.55 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TZStackView", "TZStackView\TZStackView.csproj", "{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{150D8A38-4419-4330-A42B-12879ACB7A54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE34CC8E-4EF8-4C74-922A-4E6B1113F70D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
TZStackView.nuspec = TZStackView.nuspec
build.cake = build.cake
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|Any CPU.ActiveCfg = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|Any CPU.Build.0 = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Ad-Hoc|iPhoneSimulator.Build.0 = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|Any CPU.ActiveCfg = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|Any CPU.Build.0 = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|iPhone.Build.0 = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.AppStore|iPhoneSimulator.Build.0 = AppStore|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|iPhone.Build.0 = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|Any CPU.Build.0 = Release|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|iPhone.ActiveCfg = Release|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|iPhone.Build.0 = Release|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EFB28AF7-E0FF-4957-82F8-0113D9BBFD8F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{150D8A38-4419-4330-A42B-12879ACB7A54}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|Any CPU.Build.0 = AppStore|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|iPhone.Build.0 = AppStore|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|iPhone.ActiveCfg = Debug|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|iPhone.Build.0 = Debug|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|iPhone.ActiveCfg = Release|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|iPhone.Build.0 = Release|iPhone
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{150D8A38-4419-4330-A42B-12879ACB7A54}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal