-
Notifications
You must be signed in to change notification settings - Fork 0
/
XCTTabViewBug.sln
65 lines (65 loc) · 4.4 KB
/
XCTTabViewBug.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTTabViewBug.Android", "XCTTabViewBug\XCTTabViewBug.Android\XCTTabViewBug.Android.csproj", "{009AC234-6A0D-4434-9441-F3FBF29E62BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTTabViewBug.iOS", "XCTTabViewBug\XCTTabViewBug.iOS\XCTTabViewBug.iOS.csproj", "{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTTabViewBug", "XCTTabViewBug\XCTTabViewBug\XCTTabViewBug.csproj", "{221E295E-2621-49DA-B2FD-C8891EB1D481}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|Any CPU.Build.0 = Release|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{009AC234-6A0D-4434-9441-F3FBF29E62BF}.Release|iPhone.Build.0 = Release|Any CPU
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|iPhone.ActiveCfg = Debug|iPhone
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Debug|iPhone.Build.0 = Debug|iPhone
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|iPhone.ActiveCfg = Release|iPhone
{656EC9E5-1BB8-4BDC-8512-5CAA78CC8E4D}.Release|iPhone.Build.0 = Release|iPhone
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|Any CPU.Build.0 = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|Any CPU.ActiveCfg = Release|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|Any CPU.Build.0 = Release|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Debug|iPhone.Build.0 = Debug|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|iPhone.ActiveCfg = Release|Any CPU
{221E295E-2621-49DA-B2FD-C8891EB1D481}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7FA0BBB-BE17-4E13-88C0-26A231B96A81}
EndGlobalSection
EndGlobal