forked from auth0/Xamarin.Auth0Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXamarin.Auth0Client.iOS.Sample.sln
More file actions
60 lines (60 loc) · 3.38 KB
/
Xamarin.Auth0Client.iOS.Sample.sln
File metadata and controls
60 lines (60 loc) · 3.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Auth0Client.iOS", "src\Auth0Client.iOS\Auth0Client.iOS.csproj", "{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Auth0Client.iOS.Sample", "samples\Auth0Client.iOS.Sample\Auth0Client.iOS.Sample.csproj", "{AEABCA29-E9F7-4C17-B25F-3C207827C144}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.AppStore|iPhone.Build.0 = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Debug|iPhone.Build.0 = Debug|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Release|iPhone.ActiveCfg = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Release|iPhone.Build.0 = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6D7BCBB4-FA0D-44E6-BFA3-89D166F4DDCB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.AppStore|iPhone.Build.0 = AppStore|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Debug|iPhone.ActiveCfg = Debug|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Debug|iPhone.Build.0 = Debug|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Release|iPhone.ActiveCfg = Release|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Release|iPhone.Build.0 = Release|iPhone
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{AEABCA29-E9F7-4C17-B25F-3C207827C144}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.AfterDelegateDeclarationParameterComma = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal