Added new sample
|
@ -6,6 +6,7 @@ Available samples:
|
|||
|
||||
- **Basic**: Basic sample using bindings and commands.
|
||||
- **Navigation**: Basic navigation sample and passing parameters.
|
||||
- **Plugins**: Sample using community plugins.
|
||||
|
||||
## Copyright and license
|
||||
|
||||
|
|
|
@ -0,0 +1,264 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27004.2006
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginMvxForms.Android", "PluginMvxForms\PluginMvxForms.Android\PluginMvxForms.Android.csproj", "{705F58A9-A4F5-43BE-9C80-61474D059945}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginMvxForms.Core", "PluginMvxForms\PluginMvxForms\PluginMvxForms.Core.csproj", "{0617448B-3BBB-4A31-AA17-21E63F8BC05C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginMvxForms.UWP", "PluginMvxForms\PluginMvxForms.UWP\PluginMvxForms.UWP.csproj", "{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginMvxForms.iOS", "PluginMvxForms\PluginMvxForms.iOS\PluginMvxForms.iOS.csproj", "{8CE0808E-83D1-496A-896A-3F2B456A24FC}"
|
||||
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|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|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|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|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|ARM.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhone.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x64.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.AppStore|x86.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|ARM.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhone.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x64.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Debug|x86.Deploy.0 = Debug|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|ARM.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhone.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x64.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x64.Deploy.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x86.Build.0 = Release|Any CPU
|
||||
{705F58A9-A4F5-43BE-9C80-61474D059945}.Release|x86.Deploy.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|x64.Build.0 = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{0617448B-3BBB-4A31-AA17-21E63F8BC05C}.Release|x86.Build.0 = Release|Any CPU
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|Any CPU.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|ARM.Build.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhone.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhone.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhone.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x64.Deploy.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x86.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x86.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Ad-Hoc|x86.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|Any CPU.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|Any CPU.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|Any CPU.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|ARM.ActiveCfg = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|ARM.Build.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|ARM.Deploy.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhone.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhone.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhone.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhoneSimulator.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x64.ActiveCfg = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x64.Build.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x64.Deploy.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x86.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x86.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.AppStore|x86.Deploy.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|Any CPU.Deploy.0 = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|iPhone.ActiveCfg = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x64.Build.0 = Debug|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x86.Build.0 = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|ARM.Build.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|iPhone.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x64.ActiveCfg = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x64.Build.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x64.Deploy.0 = Release|x64
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x86.ActiveCfg = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x86.Build.0 = Release|x86
|
||||
{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}.Release|x86.Deploy.0 = Release|x86
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|ARM.ActiveCfg = AppStore|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|iPhone.Build.0 = AppStore|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|x64.ActiveCfg = AppStore|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.AppStore|x86.ActiveCfg = AppStore|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|ARM.ActiveCfg = Debug|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|iPhone.Build.0 = Debug|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|x64.ActiveCfg = Debug|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Debug|x86.ActiveCfg = Debug|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|ARM.ActiveCfg = Release|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|iPhone.ActiveCfg = Release|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|iPhone.Build.0 = Release|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|x64.ActiveCfg = Release|iPhone
|
||||
{8CE0808E-83D1-496A-896A-3F2B456A24FC}.Release|x86.ActiveCfg = Release|iPhone
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {0ECCF415-3BE8-4529-B586-18EAA47DFF14}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,19 @@
|
|||
Any raw assets you want to be deployed with your application can be placed in
|
||||
this directory (and child directories) and given a Build Action of "AndroidAsset".
|
||||
|
||||
These files will be deployed with you package and will be accessible using Android's
|
||||
AssetManager, like this:
|
||||
|
||||
public class ReadAsset : Activity
|
||||
{
|
||||
protected override void OnCreate (Bundle bundle)
|
||||
{
|
||||
base.OnCreate (bundle);
|
||||
|
||||
InputStream input = Assets.Open ("my_asset.txt");
|
||||
}
|
||||
}
|
||||
|
||||
Additionally, some Android functions will automatically load asset files:
|
||||
|
||||
Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
|
|
@ -0,0 +1,31 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using MvvmCross.Platform.Platform;
|
||||
|
||||
namespace PluginMvxForms.Droid
|
||||
{
|
||||
public class DebugTrace : IMvxTrace
|
||||
{
|
||||
public void Trace(MvxTraceLevel level, string tag, Func<string> message)
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message());
|
||||
}
|
||||
|
||||
public void Trace(MvxTraceLevel level, string tag, string message)
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message);
|
||||
}
|
||||
|
||||
public void Trace(MvxTraceLevel level, string tag, string message, params object[] args)
|
||||
{
|
||||
try
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message, args);
|
||||
}
|
||||
catch (FormatException)
|
||||
{
|
||||
Trace(MvxTraceLevel.Error, tag, "Exception during trace of {0} {1}", level, message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,126 @@
|
|||
using System;
|
||||
using System.Collections.Specialized;
|
||||
using System.Windows.Input;
|
||||
using Android.App;
|
||||
using Android.Views;
|
||||
using Android.Widget;
|
||||
using MvvmCross.Binding.BindingContext;
|
||||
using MvvmCross.Core.Navigation;
|
||||
using MvvmCross.Core.ViewModels;
|
||||
|
||||
namespace PluginMvxForms.Droid
|
||||
{
|
||||
// This class is never actually executed, but when Xamarin linking is enabled it does how to ensure types and properties
|
||||
// are preserved in the deployed app
|
||||
public class LinkerPleaseInclude
|
||||
{
|
||||
public void Include(Button button)
|
||||
{
|
||||
button.Click += (s,e) => button.Text = button.Text + "";
|
||||
}
|
||||
|
||||
public void Include(CheckBox checkBox)
|
||||
{
|
||||
checkBox.CheckedChange += (sender, args) => checkBox.Checked = !checkBox.Checked;
|
||||
}
|
||||
|
||||
public void Include(Switch @switch)
|
||||
{
|
||||
@switch.CheckedChange += (sender, args) => @switch.Checked = !@switch.Checked;
|
||||
}
|
||||
|
||||
public void Include(View view)
|
||||
{
|
||||
view.Click += (s, e) => view.ContentDescription = view.ContentDescription + "";
|
||||
}
|
||||
|
||||
public void Include(TextView text)
|
||||
{
|
||||
text.AfterTextChanged += (sender, args) => text.Text = "" + text.Text;
|
||||
text.Hint = "" + text.Hint;
|
||||
}
|
||||
|
||||
public void Include(CheckedTextView text)
|
||||
{
|
||||
text.AfterTextChanged += (sender, args) => text.Text = "" + text.Text;
|
||||
text.Hint = "" + text.Hint;
|
||||
}
|
||||
|
||||
public void Include(CompoundButton cb)
|
||||
{
|
||||
cb.CheckedChange += (sender, args) => cb.Checked = !cb.Checked;
|
||||
}
|
||||
|
||||
public void Include(SeekBar sb)
|
||||
{
|
||||
sb.ProgressChanged += (sender, args) => sb.Progress = sb.Progress + 1;
|
||||
}
|
||||
|
||||
public void Include(RadioGroup radioGroup)
|
||||
{
|
||||
radioGroup.CheckedChange += (sender, args) => radioGroup.Check(args.CheckedId);
|
||||
}
|
||||
|
||||
public void Include(RadioButton radioButton)
|
||||
{
|
||||
radioButton.CheckedChange += (sender, args) => radioButton.Checked = args.IsChecked;
|
||||
}
|
||||
|
||||
public void Include(RatingBar ratingBar)
|
||||
{
|
||||
ratingBar.RatingBarChange += (sender, args) => ratingBar.Rating = 0 + ratingBar.Rating;
|
||||
}
|
||||
|
||||
public void Include(Activity act)
|
||||
{
|
||||
act.Title = act.Title + "";
|
||||
}
|
||||
|
||||
public void Include(INotifyCollectionChanged changed)
|
||||
{
|
||||
changed.CollectionChanged += (s,e) => { var test = $"{e.Action}{e.NewItems}{e.NewStartingIndex}{e.OldItems}{e.OldStartingIndex}"; };
|
||||
}
|
||||
|
||||
public void Include(ICommand command)
|
||||
{
|
||||
command.CanExecuteChanged += (s, e) => { if (command.CanExecute(null)) command.Execute(null); };
|
||||
}
|
||||
|
||||
public void Include(MvvmCross.Platform.IoC.MvxPropertyInjector injector)
|
||||
{
|
||||
injector = new MvvmCross.Platform.IoC.MvxPropertyInjector ();
|
||||
}
|
||||
|
||||
public void Include(System.ComponentModel.INotifyPropertyChanged changed)
|
||||
{
|
||||
changed.PropertyChanged += (sender, e) => {
|
||||
var test = e.PropertyName;
|
||||
};
|
||||
}
|
||||
|
||||
public void Include(MvxTaskBasedBindingContext context)
|
||||
{
|
||||
context.Dispose();
|
||||
var context2 = new MvxTaskBasedBindingContext();
|
||||
context2.Dispose();
|
||||
}
|
||||
|
||||
public void Include(MvxNavigationService service, IMvxViewModelLoader loader)
|
||||
{
|
||||
service = new MvxNavigationService(null, loader);
|
||||
}
|
||||
|
||||
public void Include(ConsoleColor color)
|
||||
{
|
||||
Console.Write("");
|
||||
Console.WriteLine("");
|
||||
color = Console.ForegroundColor;
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
Console.ForegroundColor = ConsoleColor.Yellow;
|
||||
Console.ForegroundColor = ConsoleColor.Magenta;
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
Console.ForegroundColor = ConsoleColor.DarkGray;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
using Acr.UserDialogs;
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
using MvvmCross.Forms.Droid.Views;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace PluginMvxForms.Droid
|
||||
{
|
||||
[Activity(
|
||||
Label = "PluginMvxForms",
|
||||
Icon = "@drawable/icon",
|
||||
Theme = "@style/MainTheme",
|
||||
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
public class MainActivity : MvxFormsAppCompatActivity
|
||||
{
|
||||
protected override void OnCreate(Bundle bundle)
|
||||
{
|
||||
base.OnCreate(bundle);
|
||||
|
||||
TabLayoutResource = Resource.Layout.Tabbar;
|
||||
ToolbarResource = Resource.Layout.Toolbar;
|
||||
|
||||
UserDialogs.Init(() => (Activity)Forms.Context);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,254 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{705F58A9-A4F5-43BE-9C80-61474D059945}</ProjectGuid>
|
||||
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PluginMvxForms.Droid</RootNamespace>
|
||||
<AssemblyName>PluginMvxForms.Android</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AndroidApplication>true</AndroidApplication>
|
||||
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
||||
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||||
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
||||
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
|
||||
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
||||
<AndroidStoreUncompressedFileExtensions />
|
||||
<MandroidI18n />
|
||||
<JavaMaximumHeapSize />
|
||||
<JavaOptions />
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
|
||||
<AndroidLinkMode>None</AndroidLinkMode>
|
||||
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Acr.Support.Android, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.Support.2.1.0\lib\MonoAndroid10\Acr.Support.Android.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.6.3.8\lib\MonoAndroid10\Acr.UserDialogs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.6.3.8\lib\MonoAndroid10\Acr.UserDialogs.Interface.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AndHUD, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\AndHUD.1.2.0\lib\MonoAndroid\AndHUD.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FormsViewGroup, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Android" />
|
||||
<Reference Include="Mono.Android.Export" />
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="MvvmCross.Binding, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\MonoAndroid\MvvmCross.Binding.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Binding.Droid, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\MonoAndroid\MvvmCross.Binding.Droid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Core, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Core.5.4.2\lib\MonoAndroid\MvvmCross.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Droid, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Core.5.4.2\lib\MonoAndroid\MvvmCross.Droid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Droid.Support.Core.UI, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Droid.Support.Core.UI.5.4.2\lib\MonoAndroid70\MvvmCross.Droid.Support.Core.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Droid.Support.Fragment, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Droid.Support.Fragment.5.4.2\lib\MonoAndroid70\MvvmCross.Droid.Support.Fragment.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Droid.Support.V7.AppCompat, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Droid.Support.V7.AppCompat.5.4.2\lib\MonoAndroid70\MvvmCross.Droid.Support.V7.AppCompat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Forms, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Forms.5.4.2\lib\MonoAndroid70\MvvmCross.Forms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Forms.Droid, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Forms.5.4.2\lib\MonoAndroid70\MvvmCross.Forms.Droid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Localization, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\MonoAndroid\MvvmCross.Localization.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Platform, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Platform.5.4.2\lib\MonoAndroid\MvvmCross.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Platform.Droid, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Platform.5.4.2\lib\MonoAndroid\MvvmCross.Platform.Droid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Splat.1.6.2\lib\monoandroid\Splat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.ObjectModel" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Annotations, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Annotations.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Compat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Core.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Core.Utils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.Utils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Fragment, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Fragment.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Media.Compat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Transition, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v7.CardView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.CardView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v7.MediaRouter, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v7.Palette, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.Palette.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Android.Support.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform.Android, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DebugTrace.cs" />
|
||||
<Compile Include="LinkerPleaseInclude.cs" />
|
||||
<Compile Include="MainActivity.cs" />
|
||||
<Compile Include="Resources\Resource.Designer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Setup.cs" />
|
||||
<Compile Include="SplashScreen.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Resources\AboutResources.txt" />
|
||||
<None Include="Assets\AboutAssets.txt" />
|
||||
<AndroidResource Include="Resources\layout\SplashScreen.axml" />
|
||||
<AndroidResource Include="Resources\layout\MainView.axml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-hdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Properties\AndroidManifest.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\layout\Tabbar.axml" />
|
||||
<AndroidResource Include="Resources\layout\Toolbar.axml" />
|
||||
<AndroidResource Include="Resources\values\styles.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PluginMvxForms\PluginMvxForms.Core.csproj">
|
||||
<Project>{0617448B-3BBB-4A31-AA17-21E63F8BC05C}</Project>
|
||||
<Name>PluginMvxForms.Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\values\SplashStyle.xml" />
|
||||
<AndroidResource Include="Resources\drawable\splash.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Design.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Design.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v4.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v4.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.CardView.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.CardView.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Transition.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Transition.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.Palette.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.Palette.targets'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Design.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Design.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v4.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v4.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.CardView.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.CardView.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Transition.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.Transition.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.Palette.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\build\MonoAndroid70\Xamarin.Android.Support.v7.Palette.targets')" />
|
||||
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets')" />
|
||||
</Project>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.PluginMvxForms">
|
||||
<uses-sdk android:minSdkVersion="15" />
|
||||
<application android:label="PluginMvxForms.Android"></application>
|
||||
</manifest>
|
|
@ -0,0 +1,34 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Android.App;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("PluginMvxForms.Android")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("PluginMvxForms.Android")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
||||
// Add some common permissions, these can be removed if not needed
|
||||
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
|
||||
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
|
|
@ -0,0 +1,50 @@
|
|||
Images, layout descriptions, binary blobs and string dictionaries can be included
|
||||
in your application as resource files. Various Android APIs are designed to
|
||||
operate on the resource IDs instead of dealing with images, strings or binary blobs
|
||||
directly.
|
||||
|
||||
For example, a sample Android app that contains a user interface layout (main.xml),
|
||||
an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
|
||||
would keep its resources in the "Resources" directory of the application:
|
||||
|
||||
Resources/
|
||||
drawable-hdpi/
|
||||
icon.png
|
||||
|
||||
drawable-ldpi/
|
||||
icon.png
|
||||
|
||||
drawable-mdpi/
|
||||
icon.png
|
||||
|
||||
layout/
|
||||
main.xml
|
||||
|
||||
values/
|
||||
strings.xml
|
||||
|
||||
In order to get the build system to recognize Android resources, set the build action to
|
||||
"AndroidResource". The native Android APIs do not operate directly with filenames, but
|
||||
instead operate on resource IDs. When you compile an Android application that uses resources,
|
||||
the build system will package the resources for distribution and generate a class called
|
||||
"Resource" that contains the tokens for each one of the resources included. For example,
|
||||
for the above Resources layout, this is what the Resource class would expose:
|
||||
|
||||
public class Resource {
|
||||
public class drawable {
|
||||
public const int icon = 0x123;
|
||||
}
|
||||
|
||||
public class layout {
|
||||
public const int main = 0x456;
|
||||
}
|
||||
|
||||
public class strings {
|
||||
public const int first_string = 0xabc;
|
||||
public const int second_string = 0xbcd;
|
||||
}
|
||||
}
|
||||
|
||||
You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main
|
||||
to reference the layout/main.xml file, or Resource.strings.first_string to reference the first
|
||||
string in the dictionary file values/strings.xml.
|
9114
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/Resource.Designer.cs
сгенерированный
Normal file
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/drawable-hdpi/icon.png
Normal file
После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/drawable-xhdpi/icon.png
Normal file
После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/drawable-xxhdpi/icon.png
Normal file
После Ширина: | Высота: | Размер: 2.3 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/drawable/icon.png
Normal file
После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.Android/Resources/drawable/splash.png
Normal file
После Ширина: | Высота: | Размер: 3.8 KiB |
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:local="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
<EditText
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="40dp"
|
||||
local:MvxBind="Text Text" />
|
||||
<Button
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Reset"
|
||||
android:textSize="40dp"
|
||||
local:MvxBind="Click ResetTextCommand" />
|
||||
</LinearLayout>
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Loading...." />
|
||||
</LinearLayout>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/sliding_tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:tabIndicatorColor="@android:color/white"
|
||||
app:tabGravity="fill"
|
||||
app:tabMode="fixed" />
|
|
@ -0,0 +1,9 @@
|
|||
<android.support.v7.widget.Toolbar
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.Splash" parent="android:Theme">
|
||||
<item name="android:windowBackground">@drawable/splash</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<resources>
|
||||
|
||||
<style name="MainTheme" parent="MainTheme.Base">
|
||||
</style>
|
||||
<!-- Base theme applied no matter what API -->
|
||||
<style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<!--If you are using revision 22.1 please use just windowNoTitle. Without android:-->
|
||||
<item name="windowNoTitle">true</item>
|
||||
<!--We will be using the toolbar so no need to show ActionBar-->
|
||||
<item name="windowActionBar">false</item>
|
||||
<!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette -->
|
||||
<!-- colorPrimary is used for the default action bar background -->
|
||||
<item name="colorPrimary">#2196F3</item>
|
||||
<!-- colorPrimaryDark is used for the status bar -->
|
||||
<item name="colorPrimaryDark">#1976D2</item>
|
||||
<!-- colorAccent is used as the default value for colorControlActivated
|
||||
which is used to tint widgets -->
|
||||
<item name="colorAccent">#FF4081</item>
|
||||
<!-- You can also set colorControlNormal, colorControlActivated
|
||||
colorControlHighlight and colorSwitchThumbNormal. -->
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
|
||||
<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="colorAccent">#FF4081</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -0,0 +1,30 @@
|
|||
using Android.Content;
|
||||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.Platform.Platform;
|
||||
using MvvmCross.Forms.Droid.Platform;
|
||||
using MvvmCross.Forms.Platform;
|
||||
|
||||
namespace PluginMvxForms.Droid
|
||||
{
|
||||
public class Setup : MvxFormsAndroidSetup
|
||||
{
|
||||
public Setup(Context applicationContext) : base(applicationContext)
|
||||
{
|
||||
}
|
||||
|
||||
protected override MvxFormsApplication CreateFormsApplication()
|
||||
{
|
||||
return new Core.App();
|
||||
}
|
||||
|
||||
protected override IMvxApplication CreateApp()
|
||||
{
|
||||
return new Core.MvxApp();
|
||||
}
|
||||
|
||||
protected override IMvxTrace CreateDebugTrace()
|
||||
{
|
||||
return new DebugTrace();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using MvvmCross.Droid.Views;
|
||||
|
||||
namespace PluginMvxForms.Droid
|
||||
{
|
||||
[Activity(
|
||||
Label = "PluginMvxForms"
|
||||
, MainLauncher = true
|
||||
, Icon = "@drawable/icon"
|
||||
, Theme = "@style/Theme.Splash"
|
||||
, NoHistory = true
|
||||
, ScreenOrientation = ScreenOrientation.Portrait)]
|
||||
public class SplashScreen : MvxSplashScreenActivity
|
||||
{
|
||||
public SplashScreen()
|
||||
: base(Resource.Layout.SplashScreen)
|
||||
{
|
||||
}
|
||||
|
||||
protected override void TriggerFirstNavigate()
|
||||
{
|
||||
StartActivity(typeof(MainActivity));
|
||||
base.TriggerFirstNavigate();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Acr.MvvmCross.Plugins.UserDialogs" version="5.0.0" targetFramework="monoandroid80" />
|
||||
<package id="Acr.Support" version="2.1.0" targetFramework="monoandroid80" />
|
||||
<package id="Acr.UserDialogs" version="6.3.8" targetFramework="monoandroid80" />
|
||||
<package id="AndHUD" version="1.2.0" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Binding" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Core" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Droid.Support.Core.UI" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Droid.Support.Fragment" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Droid.Support.V7.AppCompat" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Forms" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.Platform" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="MvvmCross.StarterPack" version="5.4.2" targetFramework="monoandroid80" />
|
||||
<package id="Splat" version="1.6.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Annotations" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Compat" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Core.UI" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Core.Utils" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Design" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Fragment" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Media.Compat" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Transition" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v4" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v7.AppCompat" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v7.CardView" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v7.MediaRouter" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v7.Palette" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.v7.RecyclerView" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Android.Support.Vector.Drawable" version="25.4.0.2" targetFramework="monoandroid80" />
|
||||
<package id="Xamarin.Forms" version="2.4.0.74863" targetFramework="monoandroid80" />
|
||||
</packages>
|
|
@ -0,0 +1,8 @@
|
|||
<Application
|
||||
x:Class="PluginMvxForms.UWP.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:PluginMvxForms.UWP"
|
||||
RequestedTheme="Light">
|
||||
|
||||
</Application>
|
|
@ -0,0 +1,100 @@
|
|||
using System;
|
||||
using Windows.ApplicationModel;
|
||||
using Windows.ApplicationModel.Activation;
|
||||
using Windows.UI.Xaml;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using Windows.UI.Xaml.Navigation;
|
||||
|
||||
namespace PluginMvxForms.UWP
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides application-specific behavior to supplement the default Application class.
|
||||
/// </summary>
|
||||
sealed partial class App : Application
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes the singleton application object. This is the first line of authored code
|
||||
/// executed, and as such is the logical equivalent of main() or WinMain().
|
||||
/// </summary>
|
||||
public App()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
this.Suspending += OnSuspending;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when the application is launched normally by the end user. Other entry points
|
||||
/// will be used such as when the application is launched to open a specific file.
|
||||
/// </summary>
|
||||
/// <param name="e">Details about the launch request and process.</param>
|
||||
protected override void OnLaunched(LaunchActivatedEventArgs e)
|
||||
{
|
||||
|
||||
#if DEBUG
|
||||
if (System.Diagnostics.Debugger.IsAttached)
|
||||
{
|
||||
this.DebugSettings.EnableFrameRateCounter = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
Frame rootFrame = Window.Current.Content as Frame;
|
||||
|
||||
// Do not repeat app initialization when the Window already has content,
|
||||
// just ensure that the window is active
|
||||
if (rootFrame == null)
|
||||
{
|
||||
// Create a Frame to act as the navigation context and navigate to the first page
|
||||
rootFrame = new Frame();
|
||||
|
||||
rootFrame.NavigationFailed += OnNavigationFailed;
|
||||
|
||||
Xamarin.Forms.Forms.Init(e);
|
||||
|
||||
var setup = new Setup(rootFrame, e);
|
||||
setup.Initialize();
|
||||
|
||||
if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
|
||||
{
|
||||
//TODO: Load state from previously suspended application
|
||||
}
|
||||
|
||||
// Place the frame in the current Window
|
||||
Window.Current.Content = rootFrame;
|
||||
}
|
||||
|
||||
if (rootFrame.Content == null)
|
||||
{
|
||||
// When the navigation stack isn't restored navigate to the first page,
|
||||
// configuring the new page by passing required information as a navigation
|
||||
// parameter
|
||||
rootFrame.Navigate(typeof(MainPage), e.Arguments);
|
||||
}
|
||||
// Ensure the current window is active
|
||||
Window.Current.Activate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when Navigation to a certain page fails
|
||||
/// </summary>
|
||||
/// <param name="sender">The Frame which failed navigation</param>
|
||||
/// <param name="e">Details about the navigation failure</param>
|
||||
void OnNavigationFailed(object sender, NavigationFailedEventArgs e)
|
||||
{
|
||||
throw new Exception("Failed to load Page " + e.SourcePageType.FullName);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when application execution is being suspended. Application state is saved
|
||||
/// without knowing whether the application will be terminated or resumed with the contents
|
||||
/// of memory still intact.
|
||||
/// </summary>
|
||||
/// <param name="sender">The source of the suspend request.</param>
|
||||
/// <param name="e">Details about the suspend request.</param>
|
||||
private void OnSuspending(object sender, SuspendingEventArgs e)
|
||||
{
|
||||
var deferral = e.SuspendingOperation.GetDeferral();
|
||||
//TODO: Save application state and stop any background activity
|
||||
deferral.Complete();
|
||||
}
|
||||
}
|
||||
}
|
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/LockScreenLogo.scale-100.png
Normal file
После Ширина: | Высота: | Размер: 261 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/LockScreenLogo.scale-125.png
Normal file
После Ширина: | Высота: | Размер: 305 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/LockScreenLogo.scale-150.png
Normal file
После Ширина: | Высота: | Размер: 347 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/LockScreenLogo.scale-200.png
Normal file
После Ширина: | Высота: | Размер: 431 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/LockScreenLogo.scale-400.png
Normal file
После Ширина: | Высота: | Размер: 758 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/SplashScreen.scale-100.png
Normal file
После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/SplashScreen.scale-125.png
Normal file
После Ширина: | Высота: | Размер: 2.1 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/SplashScreen.scale-150.png
Normal file
После Ширина: | Высота: | Размер: 2.5 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/SplashScreen.scale-200.png
Normal file
После Ширина: | Высота: | Размер: 3.5 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/SplashScreen.scale-400.png
Normal file
После Ширина: | Высота: | Размер: 8.6 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square150x150Logo.scale-100.png
Normal file
После Ширина: | Высота: | Размер: 1019 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square150x150Logo.scale-125.png
Normal file
После Ширина: | Высота: | Размер: 1.3 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square150x150Logo.scale-150.png
Normal file
После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square150x150Logo.scale-200.png
Normal file
После Ширина: | Высота: | Размер: 1.9 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square150x150Logo.scale-400.png
Normal file
После Ширина: | Высота: | Размер: 3.6 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.scale-100.png
Normal file
После Ширина: | Высота: | Размер: 394 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.scale-125.png
Normal file
После Ширина: | Высота: | Размер: 483 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.scale-150.png
Normal file
После Ширина: | Высота: | Размер: 563 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.scale-200.png
Normal file
После Ширина: | Высота: | Размер: 658 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.scale-400.png
Normal file
После Ширина: | Высота: | Размер: 1.1 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.targetsize-16_altform-unplated.png
Normal file
После Ширина: | Высота: | Размер: 196 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
Normal file
После Ширина: | Высота: | Размер: 253 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.targetsize-256_altform-unplated.png
Normal file
После Ширина: | Высота: | Размер: 1.6 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.targetsize-32_altform-unplated.png
Normal file
После Ширина: | Высота: | Размер: 314 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Square44x44Logo.targetsize-48_altform-unplated.png
Normal file
После Ширина: | Высота: | Размер: 422 B |
После Ширина: | Высота: | Размер: 392 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Wide310x150Logo.scale-100.png
Normal file
После Ширина: | Высота: | Размер: 921 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Wide310x150Logo.scale-125.png
Normal file
После Ширина: | Высота: | Размер: 1.1 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Wide310x150Logo.scale-150.png
Normal file
После Ширина: | Высота: | Размер: 1.3 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Wide310x150Logo.scale-200.png
Normal file
После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.UWP/Assets/Wide310x150Logo.scale-400.png
Normal file
После Ширина: | Высота: | Размер: 3.6 KiB |
|
@ -0,0 +1,15 @@
|
|||
<forms:WindowsPage
|
||||
x:Class="PluginMvxForms.UWP.MainPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:forms="using:Xamarin.Forms.Platform.UWP"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:PluginMvxForms.UWP"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
||||
|
||||
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
||||
|
||||
</Grid>
|
||||
</forms:WindowsPage>
|
|
@ -0,0 +1,22 @@
|
|||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.Core.Views;
|
||||
using MvvmCross.Forms.Uwp.Presenters;
|
||||
using MvvmCross.Platform;
|
||||
|
||||
namespace PluginMvxForms.UWP
|
||||
{
|
||||
public sealed partial class MainPage
|
||||
{
|
||||
public MainPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
var start = Mvx.Resolve<IMvxAppStart>();
|
||||
start.Start();
|
||||
|
||||
var presenter = Mvx.Resolve<IMvxViewPresenter>() as MvxFormsUwpViewPresenter;
|
||||
|
||||
LoadApplication(presenter.FormsApplication);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Package
|
||||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
|
||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||
IgnorableNamespaces="uap mp">
|
||||
|
||||
<Identity
|
||||
Name="17c91acf-c425-491e-9950-b312b72e1c6a"
|
||||
Publisher="CN=javie"
|
||||
Version="1.0.0.0" />
|
||||
|
||||
<mp:PhoneIdentity PhoneProductId="17c91acf-c425-491e-9950-b312b72e1c6a" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||
|
||||
<Properties>
|
||||
<DisplayName>PluginMvxForms.UWP</DisplayName>
|
||||
<PublisherDisplayName>javie</PublisherDisplayName>
|
||||
<Logo>Assets\StoreLogo.png</Logo>
|
||||
</Properties>
|
||||
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
</Dependencies>
|
||||
|
||||
<Resources>
|
||||
<Resource Language="x-generate"/>
|
||||
</Resources>
|
||||
|
||||
<Applications>
|
||||
<Application Id="App"
|
||||
Executable="$targetnametoken$.exe"
|
||||
EntryPoint="PluginMvxForms.UWP.App">
|
||||
<uap:VisualElements
|
||||
DisplayName="PluginMvxForms.UWP"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png"
|
||||
Description="PluginMvxForms.UWP"
|
||||
BackgroundColor="transparent">
|
||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
|
||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
||||
</uap:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
||||
|
||||
<Capabilities>
|
||||
<Capability Name="internetClient" />
|
||||
</Capabilities>
|
||||
</Package>
|
|
@ -0,0 +1,165 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProjectGuid>{0C82F7CE-796B-482F-8C9F-58AF2AC05A20}</ProjectGuid>
|
||||
<OutputType>AppContainerExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PluginMvxForms.UWP</RootNamespace>
|
||||
<AssemblyName>PluginMvxForms.UWP</AssemblyName>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
||||
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
|
||||
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
|
||||
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
||||
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<PackageCertificateKeyFile>PluginMvxForms.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\ARM\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
||||
<OutputPath>bin\ARM\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<OutputPath>bin\x64\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
||||
<None Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MainPage.xaml.cs">
|
||||
<DependentUpon>MainPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Setup.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AppxManifest Include="Package.appxmanifest">
|
||||
<SubType>Designer</SubType>
|
||||
</AppxManifest>
|
||||
<None Include="PluginMvxForms.UWP_TemporaryKey.pfx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Properties\Default.rd.xml" />
|
||||
<Content Include="Assets\LockScreenLogo.scale-100.png" />
|
||||
<Content Include="Assets\LockScreenLogo.scale-125.png" />
|
||||
<Content Include="Assets\LockScreenLogo.scale-150.png" />
|
||||
<Content Include="Assets\LockScreenLogo.scale-200.png" />
|
||||
<Content Include="Assets\LockScreenLogo.scale-400.png" />
|
||||
<Content Include="Assets\SplashScreen.scale-100.png" />
|
||||
<Content Include="Assets\SplashScreen.scale-125.png" />
|
||||
<Content Include="Assets\SplashScreen.scale-150.png" />
|
||||
<Content Include="Assets\SplashScreen.scale-200.png" />
|
||||
<Content Include="Assets\SplashScreen.scale-400.png" />
|
||||
<Content Include="Assets\Square150x150Logo.scale-100.png" />
|
||||
<Content Include="Assets\Square150x150Logo.scale-125.png" />
|
||||
<Content Include="Assets\Square150x150Logo.scale-150.png" />
|
||||
<Content Include="Assets\Square150x150Logo.scale-200.png" />
|
||||
<Content Include="Assets\Square150x150Logo.scale-400.png" />
|
||||
<Content Include="Assets\Square44x44Logo.scale-100.png" />
|
||||
<Content Include="Assets\Square44x44Logo.scale-125.png" />
|
||||
<Content Include="Assets\Square44x44Logo.scale-150.png" />
|
||||
<Content Include="Assets\Square44x44Logo.scale-200.png" />
|
||||
<Content Include="Assets\Square44x44Logo.scale-400.png" />
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-16_altform-unplated.png" />
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-32_altform-unplated.png" />
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-48_altform-unplated.png" />
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-256_altform-unplated.png" />
|
||||
<Content Include="Assets\StoreLogo.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-100.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-125.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Page Include="MainPage.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PluginMvxForms\PluginMvxForms.Core.csproj">
|
||||
<Project>{0617448B-3BBB-4A31-AA17-21E63F8BC05C}</Project>
|
||||
<Name>PluginMvxForms.Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
||||
<VisualStudioVersion>14.0</VisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
||||
</Project>
|
|
@ -0,0 +1,29 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("PluginMvxForms.UWP")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("PluginMvxForms.UWP")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: ComVisible(false)]
|
|
@ -0,0 +1,31 @@
|
|||
<!--
|
||||
This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most
|
||||
developers. However, you can modify these parameters to modify the behavior of the .NET Native
|
||||
optimizer.
|
||||
|
||||
Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
|
||||
|
||||
To fully enable reflection for App1.MyClass and all of its public/private members
|
||||
<Type Name="App1.MyClass" Dynamic="Required All"/>
|
||||
|
||||
To enable dynamic creation of the specific instantiation of AppClass<T> over System.Int32
|
||||
<TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
|
||||
|
||||
Using the Namespace directive to apply reflection policy to all the types in a particular namespace
|
||||
<Namespace Name="DataClasses.ViewModels" Seralize="All" />
|
||||
-->
|
||||
|
||||
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
|
||||
<Application>
|
||||
<!--
|
||||
An Assembly element with Name="*Application*" applies to all assemblies in
|
||||
the application package. The asterisks are not wildcards.
|
||||
-->
|
||||
<Assembly Name="*Application*" Dynamic="Required All" />
|
||||
|
||||
|
||||
<!-- Add your application specific runtime directives here. -->
|
||||
|
||||
|
||||
</Application>
|
||||
</Directives>
|
|
@ -0,0 +1,43 @@
|
|||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.Core.Views;
|
||||
using MvvmCross.Forms.Platform;
|
||||
using MvvmCross.Forms.Uwp;
|
||||
using MvvmCross.Forms.Uwp.Presenters;
|
||||
using MvvmCross.Platform;
|
||||
using MvvmCross.Platform.Logging;
|
||||
using MvvmCross.Uwp.Views;
|
||||
using Windows.ApplicationModel.Activation;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace PluginMvxForms.UWP
|
||||
{
|
||||
public class Setup : MvxFormsWindowsSetup
|
||||
{
|
||||
private readonly LaunchActivatedEventArgs launchActivatedEventArgs;
|
||||
|
||||
public Setup(Windows.UI.Xaml.Controls.Frame rootFrame, LaunchActivatedEventArgs e) : base(rootFrame, e)
|
||||
{
|
||||
launchActivatedEventArgs = e;
|
||||
}
|
||||
|
||||
protected override IMvxApplication CreateApp()
|
||||
{
|
||||
return new Core.MvxApp();
|
||||
}
|
||||
|
||||
protected override IMvxWindowsViewPresenter CreateViewPresenter(IMvxWindowsFrame rootFrame)
|
||||
{
|
||||
Forms.Init(launchActivatedEventArgs);
|
||||
|
||||
var presenter = new MvxFormsUwpViewPresenter(rootFrame, new MvxFormsApplication());
|
||||
Mvx.RegisterSingleton<IMvxViewPresenter>(presenter);
|
||||
|
||||
return presenter;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// None logger => Known issue in Mvvmcross 5.4
|
||||
/// </summary>
|
||||
protected override MvxLogProviderType GetDefaultLogProviderType() => MvxLogProviderType.None;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Acr.MvvmCross.Plugins.UserDialogs": "5.0.0",
|
||||
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
|
||||
"MvvmCross.Forms": "5.4.2",
|
||||
"MvvmCross.StarterPack": "5.4.2",
|
||||
"Xamarin.Forms": "2.4.0.74863"
|
||||
},
|
||||
"frameworks": {
|
||||
"uap10.0.10586": {}
|
||||
},
|
||||
"runtimes": {
|
||||
"win10-arm": {},
|
||||
"win10-arm-aot": {},
|
||||
"win10-x86": {},
|
||||
"win10-x86-aot": {},
|
||||
"win10-x64": {},
|
||||
"win10-x64-aot": {}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
using Foundation;
|
||||
using UIKit;
|
||||
using MvvmCross.Forms.iOS;
|
||||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.Platform;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
// The UIApplicationDelegate for the application. This class is responsible for launching the
|
||||
// User Interface of the application, as well as listening (and optionally responding) to
|
||||
// application events from iOS.
|
||||
[Register("AppDelegate")]
|
||||
public partial class AppDelegate : MvxFormsApplicationDelegate
|
||||
{
|
||||
public override UIWindow Window { get; set; }
|
||||
|
||||
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
|
||||
{
|
||||
Window = new UIWindow(UIScreen.MainScreen.Bounds);
|
||||
|
||||
var setup = new Setup(this, Window);
|
||||
setup.Initialize();
|
||||
|
||||
var startup = Mvx.Resolve<IMvxAppStart>();
|
||||
startup.Start();
|
||||
|
||||
LoadApplication(setup.FormsApplication);
|
||||
|
||||
Window.MakeKeyAndVisible();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.iOS.Platform;
|
||||
using MvvmCross.Platform;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
[Register("AppDelegate")]
|
||||
public partial class AppDelegate : MvxApplicationDelegate
|
||||
{
|
||||
public override UIWindow Window { get; set; }
|
||||
|
||||
public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
|
||||
{
|
||||
Window = new UIWindow(UIScreen.MainScreen.Bounds);
|
||||
|
||||
var setup = new Setup(this, Window);
|
||||
setup.Initialize();
|
||||
|
||||
var startup = Mvx.Resolve<IMvxAppStart>();
|
||||
startup.Start();
|
||||
|
||||
Window.MakeKeyAndVisible();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using MvvmCross.Platform.Platform;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
public class DebugTrace : IMvxTrace
|
||||
{
|
||||
public void Trace(MvxTraceLevel level, string tag, Func<string> message)
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message());
|
||||
}
|
||||
|
||||
public void Trace(MvxTraceLevel level, string tag, string message)
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message);
|
||||
}
|
||||
|
||||
public void Trace(MvxTraceLevel level, string tag, string message, params object[] args)
|
||||
{
|
||||
try
|
||||
{
|
||||
Debug.WriteLine(tag + ":" + level + ":" + message, args);
|
||||
}
|
||||
catch (FormatException)
|
||||
{
|
||||
Trace(MvxTraceLevel.Error, tag, "Exception during trace of {0} {1}", level, message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>8.0</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>PluginMvxForms</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.PluginMvxForms</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>Icon-60@2x</string>
|
||||
<string>Icon-60@3x</string>
|
||||
<string>Icon-76</string>
|
||||
<string>Icon-76@2x</string>
|
||||
<string>Default</string>
|
||||
<string>Default@2x</string>
|
||||
<string>Default-568h@2x</string>
|
||||
<string>Default-Portrait</string>
|
||||
<string>Default-Portrait@2x</string>
|
||||
<string>Icon-Small-40</string>
|
||||
<string>Icon-Small-40@2x</string>
|
||||
<string>Icon-Small-40@3x</string>
|
||||
<string>Icon-Small</string>
|
||||
<string>Icon-Small@2x</string>
|
||||
<string>Icon-Small@3x</string>
|
||||
</array>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,138 @@
|
|||
using System;
|
||||
using System.Collections.Specialized;
|
||||
using System.Windows.Input;
|
||||
using Foundation;
|
||||
using MvvmCross.Binding.BindingContext;
|
||||
using MvvmCross.iOS.Views;
|
||||
using MvvmCross.Core.Navigation;
|
||||
using MvvmCross.Core.ViewModels;
|
||||
using UIKit;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
// This class is never actually executed, but when Xamarin linking is enabled it does ensure types and properties
|
||||
// are preserved in the deployed app
|
||||
[Foundation.Preserve(AllMembers = true)]
|
||||
public class LinkerPleaseInclude
|
||||
{
|
||||
public void Include(MvxTaskBasedBindingContext c)
|
||||
{
|
||||
c.Dispose();
|
||||
var c2 = new MvxTaskBasedBindingContext();
|
||||
c2.Dispose();
|
||||
}
|
||||
|
||||
public void Include(UIButton uiButton)
|
||||
{
|
||||
uiButton.TouchUpInside += (s, e) =>
|
||||
uiButton.SetTitle(uiButton.Title(UIControlState.Normal), UIControlState.Normal);
|
||||
}
|
||||
|
||||
public void Include(UIBarButtonItem barButton)
|
||||
{
|
||||
barButton.Clicked += (s, e) =>
|
||||
barButton.Title = barButton.Title + "";
|
||||
}
|
||||
|
||||
public void Include(UITextField textField)
|
||||
{
|
||||
textField.Text = textField.Text + "";
|
||||
textField.EditingChanged += (sender, args) => { textField.Text = ""; };
|
||||
}
|
||||
|
||||
public void Include(UITextView textView)
|
||||
{
|
||||
textView.Text = textView.Text + "";
|
||||
textView.Changed += (sender, args) => { textView.Text = ""; };
|
||||
}
|
||||
|
||||
public void Include(UILabel label)
|
||||
{
|
||||
label.Text = label.Text + "";
|
||||
label.AttributedText = new NSAttributedString(label.AttributedText.ToString() + "");
|
||||
}
|
||||
|
||||
public void Include(UIImageView imageView)
|
||||
{
|
||||
imageView.Image = new UIImage(imageView.Image.CGImage);
|
||||
}
|
||||
|
||||
public void Include(UIDatePicker date)
|
||||
{
|
||||
date.Date = date.Date.AddSeconds(1);
|
||||
date.ValueChanged += (sender, args) => { date.Date = NSDate.DistantFuture; };
|
||||
}
|
||||
|
||||
public void Include(UISlider slider)
|
||||
{
|
||||
slider.Value = slider.Value + 1;
|
||||
slider.ValueChanged += (sender, args) => { slider.Value = 1; };
|
||||
}
|
||||
|
||||
public void Include(UIProgressView progress)
|
||||
{
|
||||
progress.Progress = progress.Progress + 1;
|
||||
}
|
||||
|
||||
public void Include(UISwitch sw)
|
||||
{
|
||||
sw.On = !sw.On;
|
||||
sw.ValueChanged += (sender, args) => { sw.On = false; };
|
||||
}
|
||||
|
||||
public void Include(MvxViewController vc)
|
||||
{
|
||||
vc.Title = vc.Title + "";
|
||||
}
|
||||
|
||||
public void Include(UIStepper s)
|
||||
{
|
||||
s.Value = s.Value + 1;
|
||||
s.ValueChanged += (sender, args) => { s.Value = 0; };
|
||||
}
|
||||
|
||||
public void Include(UIPageControl s)
|
||||
{
|
||||
s.Pages = s.Pages + 1;
|
||||
s.ValueChanged += (sender, args) => { s.Pages = 0; };
|
||||
}
|
||||
|
||||
public void Include(INotifyCollectionChanged changed)
|
||||
{
|
||||
changed.CollectionChanged += (s, e) => { var test = $"{e.Action}{e.NewItems}{e.NewStartingIndex}{e.OldItems}{e.OldStartingIndex}"; };
|
||||
}
|
||||
|
||||
public void Include(ICommand command)
|
||||
{
|
||||
command.CanExecuteChanged += (s, e) => { if (command.CanExecute(null)) command.Execute(null); };
|
||||
}
|
||||
|
||||
public void Include(MvvmCross.Platform.IoC.MvxPropertyInjector injector)
|
||||
{
|
||||
injector = new MvvmCross.Platform.IoC.MvxPropertyInjector();
|
||||
}
|
||||
|
||||
public void Include(System.ComponentModel.INotifyPropertyChanged changed)
|
||||
{
|
||||
changed.PropertyChanged += (sender, e) => { var test = e.PropertyName; };
|
||||
}
|
||||
|
||||
public void Include(MvxNavigationService service, IMvxViewModelLoader loader)
|
||||
{
|
||||
service = new MvxNavigationService(null, loader);
|
||||
}
|
||||
|
||||
public void Include(ConsoleColor color)
|
||||
{
|
||||
Console.Write("");
|
||||
Console.WriteLine("");
|
||||
color = Console.ForegroundColor;
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
Console.ForegroundColor = ConsoleColor.Yellow;
|
||||
Console.ForegroundColor = ConsoleColor.Magenta;
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
Console.ForegroundColor = ConsoleColor.DarkGray;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
using UIKit;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
// This is the main entry point of the application.
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// if you want to use a different Application Delegate class from "AppDelegate"
|
||||
// you can specify it here.
|
||||
UIApplication.Main(args, null, "AppDelegate");
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{8CE0808E-83D1-496A-896A-3F2B456A24FC}</ProjectGuid>
|
||||
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>PluginMvxForms.iOS</RootNamespace>
|
||||
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
||||
<AssemblyName>PluginMvxForms.iOS</AssemblyName>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
||||
<DefineConstants>DEBUG</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<MtouchArch>i386, x86_64</MtouchArch>
|
||||
<MtouchLink>None</MtouchLink>
|
||||
<MtouchDebug>true</MtouchDebug>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<MtouchLink>None</MtouchLink>
|
||||
<MtouchArch>i386, x86_64</MtouchArch>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\iPhone\Debug</OutputPath>
|
||||
<DefineConstants>DEBUG</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
||||
<CodesignKey>iPhone Developer</CodesignKey>
|
||||
<MtouchDebug>true</MtouchDebug>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\iPhone\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<CodesignKey>iPhone Developer</CodesignKey>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>True</Optimize>
|
||||
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>False</ConsolePause>
|
||||
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
||||
<BuildIpa>True</BuildIpa>
|
||||
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
||||
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>True</Optimize>
|
||||
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>False</ConsolePause>
|
||||
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
||||
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
||||
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DebugTrace.cs" />
|
||||
<Compile Include="LinkerPleaseInclude.cs" />
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="AppDelegate.cs" />
|
||||
<Compile Include="Setup.cs" />
|
||||
<None Include="Entitlements.plist" />
|
||||
<None Include="Info.plist" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<ITunesArtwork Include="iTunesArtwork" />
|
||||
<ITunesArtwork Include="iTunesArtwork@2x" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\Default-568h%402x.png" />
|
||||
<BundleResource Include="Resources\Default-Portrait.png" />
|
||||
<BundleResource Include="Resources\Default-Portrait%402x.png" />
|
||||
<BundleResource Include="Resources\Default.png" />
|
||||
<BundleResource Include="Resources\Default%402x.png" />
|
||||
<BundleResource Include="Resources\Icon-60%402x.png" />
|
||||
<BundleResource Include="Resources\Icon-60%403x.png" />
|
||||
<BundleResource Include="Resources\Icon-76.png" />
|
||||
<BundleResource Include="Resources\Icon-76%402x.png" />
|
||||
<BundleResource Include="Resources\Icon-Small-40.png" />
|
||||
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
|
||||
<BundleResource Include="Resources\Icon-Small-40%403x.png" />
|
||||
<BundleResource Include="Resources\Icon-Small.png" />
|
||||
<BundleResource Include="Resources\Icon-Small%402x.png" />
|
||||
<BundleResource Include="Resources\Icon-Small%403x.png" />
|
||||
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Acr.Support.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.Support.2.0.2\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.5.0.0\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.5.0.0\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="BTProgressHUD, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.5.0.0\lib\Xamarin.iOS10\BTProgressHUD.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Binding, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\Xamarin.iOS10\MvvmCross.Binding.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Binding.iOS, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\Xamarin.iOS10\MvvmCross.Binding.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Core, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Core.5.4.2\lib\Xamarin.iOS10\MvvmCross.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Forms, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Forms.5.4.2\lib\Xamarin.iOS10\MvvmCross.Forms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Forms.iOS, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Forms.5.4.2\lib\Xamarin.iOS10\MvvmCross.Forms.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.iOS, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Core.5.4.2\lib\Xamarin.iOS10\MvvmCross.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Localization, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\Xamarin.iOS10\MvvmCross.Localization.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Platform, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Platform.5.4.2\lib\Xamarin.iOS10\MvvmCross.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Platform.iOS, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Platform.5.4.2\lib\Xamarin.iOS10\MvvmCross.Platform.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Splat.1.6.2\lib\Xamarin.iOS10\Splat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.iOS" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PluginMvxForms\PluginMvxForms.Core.csproj">
|
||||
<Project>{0617448B-3BBB-4A31-AA17-21E63F8BC05C}</Project>
|
||||
<Name>PluginMvxForms.Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AppDelegate.cs.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.props'))" />
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\netstandard1.0\Xamarin.Forms.targets')" />
|
||||
</Project>
|
|
@ -0,0 +1,36 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("PluginMvxForms.iOS")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("PluginMvxForms.iOS")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Default-568h@2x.png
Normal file
После Ширина: | Высота: | Размер: 8.7 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Default-Portrait.png
Normal file
После Ширина: | Высота: | Размер: 10 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Default-Portrait@2x.png
Normal file
После Ширина: | Высота: | Размер: 34 KiB |
После Ширина: | Высота: | Размер: 7.1 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Default@2x.png
Normal file
После Ширина: | Высота: | Размер: 8.2 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-60@2x.png
Normal file
После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-60@3x.png
Normal file
После Ширина: | Высота: | Размер: 21 KiB |
После Ширина: | Высота: | Размер: 1.2 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-76@2x.png
Normal file
После Ширина: | Высота: | Размер: 2.2 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small-40.png
Normal file
После Ширина: | Высота: | Размер: 729 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small-40@2x.png
Normal file
После Ширина: | Высота: | Размер: 1.2 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small-40@3x.png
Normal file
После Ширина: | Высота: | Размер: 12 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small.png
Normal file
После Ширина: | Высота: | Размер: 1.1 KiB |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small@2x.png
Normal file
После Ширина: | Высота: | Размер: 955 B |
Двоичные данные
src/03 Plugins/PluginMvxForms/PluginMvxForms.iOS/Resources/Icon-Small@3x.png
Normal file
После Ширина: | Высота: | Размер: 7.1 KiB |
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5h">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="gAE-YM-kbH">
|
||||
<objects>
|
||||
<viewController id="X5k-f2-b5h" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="Y8P-hJ-Z43"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="Icon-60.png" translatesAutoresizingMaskIntoConstraints="NO" id="23">
|
||||
<rect key="frame" x="270" y="270" width="60" height="60"/>
|
||||
<rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" red="0.20392156862745098" green="0.59607843137254901" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<constraints>
|
||||
<constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/>
|
||||
<constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="349" y="339"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="Icon-60.png" width="180" height="180"/>
|
||||
</resources>
|
||||
</document>
|
|
@ -0,0 +1,32 @@
|
|||
using MvvmCross.Core.ViewModels;
|
||||
using MvvmCross.Forms.iOS;
|
||||
using MvvmCross.Forms.Platform;
|
||||
using MvvmCross.iOS.Platform;
|
||||
using MvvmCross.Platform.Platform;
|
||||
using UIKit;
|
||||
|
||||
namespace PluginMvxForms.iOS
|
||||
{
|
||||
public class Setup : MvxFormsIosSetup
|
||||
{
|
||||
public Setup(IMvxApplicationDelegate applicationDelegate, UIWindow window)
|
||||
: base(applicationDelegate, window)
|
||||
{
|
||||
}
|
||||
|
||||
protected override MvxFormsApplication CreateFormsApplication()
|
||||
{
|
||||
return new Core.App();
|
||||
}
|
||||
|
||||
protected override IMvxApplication CreateApp()
|
||||
{
|
||||
return new Core.MvxApp();
|
||||
}
|
||||
|
||||
protected override IMvxTrace CreateDebugTrace()
|
||||
{
|
||||
return new DebugTrace();
|
||||
}
|
||||
}
|
||||
}
|
После Ширина: | Высота: | Размер: 16 KiB |
После Ширина: | Высота: | Размер: 20 KiB |
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Acr.MvvmCross.Plugins.UserDialogs" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="Acr.Support" version="2.0.2" targetFramework="xamarinios10" />
|
||||
<package id="Acr.UserDialogs" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross.Binding" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross.Core" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross.Forms" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross.Platform" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="MvvmCross.StarterPack" version="5.4.2" targetFramework="xamarinios10" />
|
||||
<package id="Splat" version="1.6.2" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.Forms" version="2.4.0.74863" targetFramework="xamarinios10" />
|
||||
</packages>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<mvx:MvxFormsApplication
|
||||
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:mvx="clr-namespace:MvvmCross.Forms.Platform;assembly=MvvmCross.Forms"
|
||||
x:Class="PluginMvxForms.Core.App">
|
||||
<mvx:MvxFormsApplication.Resources>
|
||||
|
||||
<!-- Application resource dictionary -->
|
||||
|
||||
</mvx:MvxFormsApplication.Resources>
|
||||
</mvx:MvxFormsApplication>
|
|
@ -0,0 +1,12 @@
|
|||
using MvvmCross.Forms.Platform;
|
||||
|
||||
namespace PluginMvxForms.Core
|
||||
{
|
||||
public partial class App : MvxFormsApplication
|
||||
{
|
||||
public App()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
using Acr.UserDialogs;
|
||||
using MvvmCross.Platform;
|
||||
using MvvmCross.Platform.IoC;
|
||||
using PluginMvxForms.Core.ViewModels;
|
||||
|
||||
namespace PluginMvxForms.Core
|
||||
{
|
||||
public class MvxApp : MvvmCross.Core.ViewModels.MvxApplication
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
CreatableTypes()
|
||||
.EndingWith("Service")
|
||||
.AsInterfaces()
|
||||
.RegisterAsLazySingleton();
|
||||
|
||||
RegisterComponents();
|
||||
|
||||
RegisterNavigationServiceAppStart<PluginViewModel>();
|
||||
}
|
||||
|
||||
private void RegisterComponents()
|
||||
{
|
||||
Mvx.RegisterSingleton<IUserDialogs>(() => UserDialogs.Instance);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{0617448B-3BBB-4A31-AA17-21E63F8BC05C}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PluginMvxForms.Core</RootNamespace>
|
||||
<AssemblyName>PluginMvxForms.Core</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MvxApp.cs" />
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ViewModels\PluginViewModel.cs" />
|
||||
<Compile Include="Views\PluginView.xaml.cs">
|
||||
<DependentUpon>PluginView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="App.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.5.0.0\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Acr.UserDialogs.5.0.0\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.Interface.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Binding, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\portable-net45+win+wpa81+wp80\MvvmCross.Binding.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Core, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Core.5.4.2\lib\portable-net45+win+wpa81+wp80\MvvmCross.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Forms, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Forms.5.4.2\lib\portable-net45+netcore45+wpa81+MonoAndroid10+Xamarin.iOS10\MvvmCross.Forms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Localization, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Binding.5.4.2\lib\portable-net45+win+wpa81+wp80\MvvmCross.Localization.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MvvmCross.Platform, Version=5.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MvvmCross.Platform.5.4.2\lib\portable-net45+win+wpa81+wp80\MvvmCross.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.74863\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Xaml.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Views\PluginView.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.74863\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.74863\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.74863\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets'))" />
|
||||
</Target>
|
||||
</Project>
|
|
@ -0,0 +1,30 @@
|
|||
using System.Resources;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("PluginMvxForms")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("PluginMvxForms")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: NeutralResourcesLanguage("en")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|