-
Notifications
You must be signed in to change notification settings - Fork 3
/
RainbowLoading.sln
102 lines (101 loc) · 6.35 KB
/
RainbowLoading.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RainbowLoading", "RainbowLoading\RainbowLoading.csproj", "{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{1CFEE7AD-0C80-4121-834C-0782A14C61ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RainbowLoadingSample.Android", "Sample\RainbowLoadingSample.Android\RainbowLoadingSample.Android.csproj", "{64C01012-15FB-4BEA-A953-A7BE90C65527}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RainbowLoadingSample.iOS", "Sample\RainbowLoadingSample.iOS\RainbowLoadingSample.iOS.csproj", "{9EA05605-2118-4FD4-A68A-99B41BB32C94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RainbowLoadingSample", "Sample\RainbowLoadingSample\RainbowLoadingSample.csproj", "{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}"
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
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|Any CPU.Build.0 = Release|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Debug|iPhone.Build.0 = Debug|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|iPhone.ActiveCfg = Release|Any CPU
{4B5E3D9D-3B79-49E7-A5B3-FBDED7D216B1}.Release|iPhone.Build.0 = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|Any CPU.Build.0 = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Debug|iPhone.Build.0 = Debug|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|iPhone.ActiveCfg = Release|Any CPU
{64C01012-15FB-4BEA-A953-A7BE90C65527}.Release|iPhone.Build.0 = Release|Any CPU
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|iPhone.ActiveCfg = Debug|iPhone
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Debug|iPhone.Build.0 = Debug|iPhone
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|iPhone.ActiveCfg = Release|iPhone
{9EA05605-2118-4FD4-A68A-99B41BB32C94}.Release|iPhone.Build.0 = Release|iPhone
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|Any CPU.Build.0 = Release|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Debug|iPhone.Build.0 = Debug|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|iPhone.ActiveCfg = Release|Any CPU
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64C01012-15FB-4BEA-A953-A7BE90C65527} = {1CFEE7AD-0C80-4121-834C-0782A14C61ED}
{9EA05605-2118-4FD4-A68A-99B41BB32C94} = {1CFEE7AD-0C80-4121-834C-0782A14C61ED}
{C750FBFC-A90D-4528-BDC4-2A3DD3914C0C} = {1CFEE7AD-0C80-4121-834C-0782A14C61ED}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.TabsToSpaces = True
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.inheritsSet = null
$4.scope = application/xaml+xml
$0.XmlFormattingPolicy = $5
$5.DefaultFormat = $6
$6.AttributesInNewLine = True
$6.AlignAttributes = True
$6.AlignAttributeValues = True
$6.SpacesBeforeAssignment = 1
$6.SpacesAfterAssignment = 1
$5.scope = application/xaml+xml
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = text/x-vs
EndGlobalSection
EndGlobal