This repository was archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXFCarouselViewSample.sln
65 lines (65 loc) · 4.42 KB
/
XFCarouselViewSample.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 = 16.0.809.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFCarouselViewSample.Android", "XFCarouselViewSample.Android\XFCarouselViewSample.Android.csproj", "{54459CB3-E824-4027-8688-2FE842B3D574}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFCarouselViewSample.iOS", "XFCarouselViewSample.iOS\XFCarouselViewSample.iOS.csproj", "{CAE446C9-913F-45E7-9BBE-BA26726E541A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFCarouselViewSample", "XFCarouselViewSample\XFCarouselViewSample.csproj", "{31654149-D065-44D4-95E4-FB6E16AC065C}"
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
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|Any CPU.Build.0 = Release|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Debug|iPhone.Build.0 = Debug|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|iPhone.ActiveCfg = Release|Any CPU
{54459CB3-E824-4027-8688-2FE842B3D574}.Release|iPhone.Build.0 = Release|Any CPU
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|iPhone.ActiveCfg = Debug|iPhone
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Debug|iPhone.Build.0 = Debug|iPhone
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|iPhone.ActiveCfg = Release|iPhone
{CAE446C9-913F-45E7-9BBE-BA26726E541A}.Release|iPhone.Build.0 = Release|iPhone
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|Any CPU.Build.0 = Release|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Debug|iPhone.Build.0 = Debug|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|iPhone.ActiveCfg = Release|Any CPU
{31654149-D065-44D4-95E4-FB6E16AC065C}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3F3054A-3211-40AF-8655-956260867DF4}
EndGlobalSection
EndGlobal