-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndroidBackButtonExemplo.sln
43 lines (42 loc) · 2.89 KB
/
AndroidBackButtonExemplo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidBackButtonExemplo.Android", "AndroidBackButtonExemplo.Android\AndroidBackButtonExemplo.Android.csproj", "{E82E67E9-0AD8-4088-B13E-09A429492B07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidBackButtonExemplo", "AndroidBackButtonExemplo\AndroidBackButtonExemplo.csproj", "{66263E46-5053-4A01-A538-A783FF54B315}"
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
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|Any CPU.Build.0 = Release|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Debug|iPhone.Build.0 = Debug|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|iPhone.ActiveCfg = Release|Any CPU
{E82E67E9-0AD8-4088-B13E-09A429492B07}.Release|iPhone.Build.0 = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|Any CPU.Build.0 = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Debug|iPhone.Build.0 = Debug|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|iPhone.ActiveCfg = Release|Any CPU
{66263E46-5053-4A01-A538-A783FF54B315}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal