From ef43390a3c03573cab14b14b40c83f0ebc17ee79 Mon Sep 17 00:00:00 2001 From: EgorBo Date: Thu, 22 Feb 2018 11:15:07 +0300 Subject: [PATCH] update FormsSample to 1.8.51 and add UWP --- .../FormsSample.Droid.csproj | 111 +- .../Resources/Resource.Designer.cs | 6565 ++++++++++------- FormsSample/FormsSample.Droid/packages.config | 28 +- FormsSample/FormsSample.UWP/App.xaml | 8 + FormsSample/FormsSample.UWP/App.xaml.cs | 101 + .../Assets/LockScreenLogo.scale-100.png | Bin 0 -> 261 bytes .../Assets/LockScreenLogo.scale-125.png | Bin 0 -> 305 bytes .../Assets/LockScreenLogo.scale-150.png | Bin 0 -> 347 bytes .../Assets/LockScreenLogo.scale-200.png | Bin 0 -> 431 bytes .../Assets/LockScreenLogo.scale-400.png | Bin 0 -> 758 bytes .../Assets/SplashScreen.scale-100.png | Bin 0 -> 1706 bytes .../Assets/SplashScreen.scale-125.png | Bin 0 -> 2148 bytes .../Assets/SplashScreen.scale-150.png | Bin 0 -> 2609 bytes .../Assets/SplashScreen.scale-200.png | Bin 0 -> 3566 bytes .../Assets/SplashScreen.scale-400.png | Bin 0 -> 8784 bytes .../Assets/Square150x150Logo.scale-100.png | Bin 0 -> 1019 bytes .../Assets/Square150x150Logo.scale-125.png | Bin 0 -> 1288 bytes .../Assets/Square150x150Logo.scale-150.png | Bin 0 -> 1484 bytes .../Assets/Square150x150Logo.scale-200.png | Bin 0 -> 1948 bytes .../Assets/Square150x150Logo.scale-400.png | Bin 0 -> 3734 bytes .../Assets/Square44x44Logo.scale-100.png | Bin 0 -> 394 bytes .../Assets/Square44x44Logo.scale-125.png | Bin 0 -> 483 bytes .../Assets/Square44x44Logo.scale-150.png | Bin 0 -> 563 bytes .../Assets/Square44x44Logo.scale-200.png | Bin 0 -> 658 bytes .../Assets/Square44x44Logo.scale-400.png | Bin 0 -> 1152 bytes ...x44Logo.targetsize-16_altform-unplated.png | Bin 0 -> 196 bytes ...x44Logo.targetsize-24_altform-unplated.png | Bin 0 -> 253 bytes ...44Logo.targetsize-256_altform-unplated.png | Bin 0 -> 1656 bytes ...x44Logo.targetsize-32_altform-unplated.png | Bin 0 -> 314 bytes ...x44Logo.targetsize-48_altform-unplated.png | Bin 0 -> 422 bytes .../FormsSample.UWP/Assets/StoreLogo.png | Bin 0 -> 392 bytes .../Assets/Wide310x150Logo.scale-100.png | Bin 0 -> 921 bytes .../Assets/Wide310x150Logo.scale-125.png | Bin 0 -> 1149 bytes .../Assets/Wide310x150Logo.scale-150.png | Bin 0 -> 1369 bytes .../Assets/Wide310x150Logo.scale-200.png | Bin 0 -> 1719 bytes .../Assets/Wide310x150Logo.scale-400.png | Bin 0 -> 3682 bytes .../FormsSample.UWP/FormsSample.UWP.csproj | 167 + .../FormsSample.UWP_TemporaryKey.pfx | Bin 0 -> 2450 bytes FormsSample/FormsSample.UWP/MainPage.xaml | 15 + FormsSample/FormsSample.UWP/MainPage.xaml.cs | 27 + .../FormsSample.UWP/Package.appxmanifest | 49 + .../Properties/AssemblyInfo.cs | 29 + .../FormsSample.UWP/Properties/Default.rd.xml | 31 + .../FormsSample.iOS/FormsSample.iOS.csproj | 24 +- FormsSample/FormsSample.iOS/packages.config | 4 +- FormsSample/FormsSample.sln | 153 +- FormsSample/FormsSample/Charts.cs | 5 +- FormsSample/FormsSample/FormsSample.csproj | 15 +- FormsSample/FormsSample/packages.config | 4 +- 49 files changed, 4514 insertions(+), 2822 deletions(-) create mode 100644 FormsSample/FormsSample.UWP/App.xaml create mode 100644 FormsSample/FormsSample.UWP/App.xaml.cs create mode 100644 FormsSample/FormsSample.UWP/Assets/LockScreenLogo.scale-100.png create mode 100644 FormsSample/FormsSample.UWP/Assets/LockScreenLogo.scale-125.png create mode 100644 FormsSample/FormsSample.UWP/Assets/LockScreenLogo.scale-150.png create mode 100644 FormsSample/FormsSample.UWP/Assets/LockScreenLogo.scale-200.png create mode 100644 FormsSample/FormsSample.UWP/Assets/LockScreenLogo.scale-400.png create mode 100644 FormsSample/FormsSample.UWP/Assets/SplashScreen.scale-100.png create mode 100644 FormsSample/FormsSample.UWP/Assets/SplashScreen.scale-125.png create mode 100644 FormsSample/FormsSample.UWP/Assets/SplashScreen.scale-150.png create mode 100644 FormsSample/FormsSample.UWP/Assets/SplashScreen.scale-200.png create mode 100644 FormsSample/FormsSample.UWP/Assets/SplashScreen.scale-400.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square150x150Logo.scale-100.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square150x150Logo.scale-125.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square150x150Logo.scale-150.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square150x150Logo.scale-200.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square150x150Logo.scale-400.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.scale-100.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.scale-125.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.scale-150.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.scale-200.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.scale-400.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.targetsize-16_altform-unplated.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.targetsize-256_altform-unplated.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.targetsize-32_altform-unplated.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Square44x44Logo.targetsize-48_altform-unplated.png create mode 100644 FormsSample/FormsSample.UWP/Assets/StoreLogo.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Wide310x150Logo.scale-100.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Wide310x150Logo.scale-125.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Wide310x150Logo.scale-150.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Wide310x150Logo.scale-200.png create mode 100644 FormsSample/FormsSample.UWP/Assets/Wide310x150Logo.scale-400.png create mode 100644 FormsSample/FormsSample.UWP/FormsSample.UWP.csproj create mode 100644 FormsSample/FormsSample.UWP/FormsSample.UWP_TemporaryKey.pfx create mode 100644 FormsSample/FormsSample.UWP/MainPage.xaml create mode 100644 FormsSample/FormsSample.UWP/MainPage.xaml.cs create mode 100644 FormsSample/FormsSample.UWP/Package.appxmanifest create mode 100644 FormsSample/FormsSample.UWP/Properties/AssemblyInfo.cs create mode 100644 FormsSample/FormsSample.UWP/Properties/Default.rd.xml diff --git a/FormsSample/FormsSample.Droid/FormsSample.Droid.csproj b/FormsSample/FormsSample.Droid/FormsSample.Droid.csproj index c46b3d4..310fa32 100644 --- a/FormsSample/FormsSample.Droid/FormsSample.Droid.csproj +++ b/FormsSample/FormsSample.Droid/FormsSample.Droid.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -17,7 +18,7 @@ Off Properties\AndroidManifest.xml true - v7.1 + v8.0 armeabi,armeabi-v7a,x86 @@ -59,8 +60,7 @@ - ..\packages\Xamarin.Forms.2.3.0.107\lib\MonoAndroid10\FormsViewGroup.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\MonoAndroid10\FormsViewGroup.dll @@ -69,60 +69,72 @@ - ..\packages\UrhoSharp.Forms.1.5.2\lib\MonoAndroid\Urho.Droid.SdlBinding.dll + ..\packages\UrhoSharp.Forms.1.8.51\lib\MonoAndroid\Urho.Droid.SdlBinding.dll True - ..\packages\UrhoSharp.Forms.1.5.2\lib\MonoAndroid\Urho.Forms.dll + ..\packages\UrhoSharp.Forms.1.8.51\lib\MonoAndroid\Urho.Forms.dll True - ..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll - True + ..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.dll + + + ..\packages\Xamarin.Android.Support.Annotations.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll + + + ..\packages\Xamarin.Android.Support.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll + + + ..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll + + + ..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.Utils.dll - ..\packages\Xamarin.Android.Support.Design.23.3.0\lib\MonoAndroid43\Xamarin.Android.Support.Design.dll - True + ..\packages\Xamarin.Android.Support.Design.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll + + + ..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Fragment.dll + + + ..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll + + + ..\packages\Xamarin.Android.Support.Transition.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll - ..\packages\Xamarin.Android.Support.v4.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll - True + ..\packages\Xamarin.Android.Support.v4.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll - ..\packages\Xamarin.Android.Support.v7.AppCompat.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll - True + ..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll - ..\packages\Xamarin.Android.Support.v7.CardView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll - True + ..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.CardView.dll - ..\packages\Xamarin.Android.Support.v7.MediaRouter.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll - True + ..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.dll + + + ..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.Palette.dll - ..\packages\Xamarin.Android.Support.v7.RecyclerView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.RecyclerView.dll - True + ..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll - ..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll - True + ..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\MonoAndroid10\Xamarin.Forms.Core.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\MonoAndroid10\Xamarin.Forms.Core.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\MonoAndroid10\Xamarin.Forms.Platform.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\MonoAndroid10\Xamarin.Forms.Platform.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll @@ -147,17 +159,46 @@ - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FormsSample/FormsSample.iOS/FormsSample.iOS.csproj b/FormsSample/FormsSample.iOS/FormsSample.iOS.csproj index da00f7c..20811dd 100644 --- a/FormsSample/FormsSample.iOS/FormsSample.iOS.csproj +++ b/FormsSample/FormsSample.iOS/FormsSample.iOS.csproj @@ -1,5 +1,6 @@  + Debug iPhoneSimulator @@ -118,7 +119,9 @@ - + + Designer + @@ -148,33 +151,30 @@ - ..\packages\UrhoSharp.Forms.1.5.2\lib\Xamarin.iOS10\Urho.Forms.dll + ..\packages\UrhoSharp.Forms.1.8.51\lib\Xamarin.iOS10\Urho.Forms.dll True - ..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + + + \ No newline at end of file diff --git a/FormsSample/FormsSample.iOS/packages.config b/FormsSample/FormsSample.iOS/packages.config index c64be54..8ea35c2 100644 --- a/FormsSample/FormsSample.iOS/packages.config +++ b/FormsSample/FormsSample.iOS/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/FormsSample/FormsSample.sln b/FormsSample/FormsSample.sln index 18a2749..39dd27f 100644 --- a/FormsSample/FormsSample.sln +++ b/FormsSample/FormsSample.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2024 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample.Droid", "FormsSample.Droid\FormsSample.Droid.csproj", "{15ECC67E-952E-4A82-BB80-50A16B4CD214}" EndProject @@ -9,104 +9,253 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample.iOS", "FormsSam EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample", "FormsSample\FormsSample.csproj", "{8DD49470-0958-42D9-841F-F15589DC9F99}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample.UWP", "FormsSample.UWP\FormsSample.UWP.csproj", "{4386F5A7-4EE6-440D-AF67-68601FC6C599}" +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 {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|Any CPU.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|Any CPU.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|ARM.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|ARM.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhone.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhone.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhone.Deploy.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x64.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x64.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x64.Deploy.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x86.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x86.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.AppStore|x86.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|Any CPU.Build.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|ARM.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|ARM.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|ARM.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhone.ActiveCfg = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhone.Build.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhone.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x64.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x64.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x64.Deploy.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x86.ActiveCfg = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x86.Build.0 = Debug|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Debug|x86.Deploy.0 = Debug|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|Any CPU.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|Any CPU.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|Any CPU.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|ARM.ActiveCfg = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|ARM.Build.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|ARM.Deploy.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhone.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhone.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhone.Deploy.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x64.ActiveCfg = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x64.Build.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x64.Deploy.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x86.ActiveCfg = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x86.Build.0 = Release|Any CPU + {15ECC67E-952E-4A82-BB80-50A16B4CD214}.Release|x86.Deploy.0 = Release|Any CPU {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|ARM.ActiveCfg = AppStore|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|iPhone.ActiveCfg = AppStore|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|iPhone.Build.0 = AppStore|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|x64.ActiveCfg = AppStore|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.AppStore|x86.ActiveCfg = AppStore|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|Any CPU.ActiveCfg = Debug|iPhone + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|iPhone.ActiveCfg = Debug|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|iPhone.Build.0 = Debug|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|Any CPU.ActiveCfg = Release|iPhone + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|ARM.ActiveCfg = Release|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|iPhone.ActiveCfg = Release|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|iPhone.Build.0 = Release|iPhone {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|x64.ActiveCfg = Release|iPhoneSimulator + {0E081AC0-969F-4724-A9FD-B76C2E8A55E8}.Release|x86.ActiveCfg = Release|iPhoneSimulator {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Ad-Hoc|x86.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|Any CPU.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|Any CPU.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|ARM.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|iPhone.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|iPhone.Build.0 = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|x64.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|x64.Build.0 = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|x86.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.AppStore|x86.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|ARM.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|ARM.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|iPhone.ActiveCfg = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|iPhone.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|x64.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|x64.Build.0 = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|x86.ActiveCfg = Debug|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Debug|x86.Build.0 = Debug|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|Any CPU.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|Any CPU.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|ARM.ActiveCfg = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|ARM.Build.0 = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|iPhone.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|iPhone.Build.0 = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|x64.ActiveCfg = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|x64.Build.0 = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|x86.ActiveCfg = Release|Any CPU + {8DD49470-0958-42D9-841F-F15589DC9F99}.Release|x86.Build.0 = Release|Any CPU + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|Any CPU.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|ARM.ActiveCfg = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|ARM.Build.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|ARM.Deploy.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhone.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhone.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhone.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x64.ActiveCfg = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x64.Build.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x64.Deploy.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x86.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x86.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Ad-Hoc|x86.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|Any CPU.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|Any CPU.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|Any CPU.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|ARM.ActiveCfg = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|ARM.Build.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|ARM.Deploy.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhone.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhone.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhone.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhoneSimulator.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x64.ActiveCfg = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x64.Build.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x64.Deploy.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x86.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x86.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.AppStore|x86.Deploy.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|Any CPU.ActiveCfg = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|ARM.ActiveCfg = Debug|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|ARM.Build.0 = Debug|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|ARM.Deploy.0 = Debug|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|iPhone.ActiveCfg = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x64.ActiveCfg = Debug|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x64.Build.0 = Debug|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x64.Deploy.0 = Debug|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x86.ActiveCfg = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x86.Build.0 = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Debug|x86.Deploy.0 = Debug|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|Any CPU.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|ARM.ActiveCfg = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|ARM.Build.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|ARM.Deploy.0 = Release|ARM + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|iPhone.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|iPhoneSimulator.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x64.ActiveCfg = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x64.Build.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x64.Deploy.0 = Release|x64 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x86.ActiveCfg = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x86.Build.0 = Release|x86 + {4386F5A7-4EE6-440D-AF67-68601FC6C599}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {170EF17B-D090-4740-B6FE-32BCDAC69865} + EndGlobalSection EndGlobal diff --git a/FormsSample/FormsSample/Charts.cs b/FormsSample/FormsSample/Charts.cs index a915c06..fc7f777 100644 --- a/FormsSample/FormsSample/Charts.cs +++ b/FormsSample/FormsSample/Charts.cs @@ -85,6 +85,8 @@ async void CreateScene () SelectedBar = bars.First(); SelectedBar.Select(); + + try { await plotNode.RunActionsAsync(new EaseBackOut(new RotateBy(2f, 0, 360, 0))); @@ -127,7 +129,8 @@ public void Rotate(float toValue) void SetupViewport () { var renderer = Renderer; - renderer.SetViewport (0, new Viewport (Context, scene, camera, null)); + var vp = new Viewport(Context, scene, camera, null); + renderer.SetViewport (0, vp); } } diff --git a/FormsSample/FormsSample/FormsSample.csproj b/FormsSample/FormsSample/FormsSample.csproj index 69e2904..a5659e5 100644 --- a/FormsSample/FormsSample/FormsSample.csproj +++ b/FormsSample/FormsSample/FormsSample.csproj @@ -42,32 +42,29 @@ - ..\packages\UrhoSharp.Forms.1.5.2\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Urho.Forms.dll + ..\packages\UrhoSharp.Forms.1.8.51\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Urho.Forms.dll True - ..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Core.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Platform.dll - ..\packages\Xamarin.Forms.2.3.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll - True + ..\packages\Xamarin.Forms.2.5.0.280555\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Xaml.dll - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +