forked from aritchie/userdialogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAcr.UserDialogs.sln
98 lines (98 loc) · 5.46 KB
/
Acr.UserDialogs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Acr.UserDialogs", "src\Acr.UserDialogs\Acr.UserDialogs.csproj", "{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BC05413-873B-460E-BDA0-82BD63FC13DC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
Build.slnf = Build.slnf
icon.png = icon.png
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|Mixed Platforms = AppStore|Mixed Platforms
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|ARM.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|iPhone.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|x64.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.AppStore|x86.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|ARM.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|ARM.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|iPhone.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Debug|x86.ActiveCfg = Debug|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|Any CPU.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|ARM.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|iPhone.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|iPhone.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|x64.ActiveCfg = Release|Any CPU
{AD34AA53-F275-4F18-A51C-9809C4E1F3BC}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17CCE1B1-75B2-4B32-8BCA-DF55666927A4}
EndGlobalSection
EndGlobal