diff --git a/.gitignore b/.gitignore index 02736a6..883499e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ Resource.Designer.cs .userprefs .suo *.user -*.bak \ No newline at end of file +*.bak +/SVG/.vs/SVG/v15/Server/sqlite3 diff --git a/SVG/SVG.sln b/SVG/SVG.sln index 3f59985..07dc07e 100644 --- a/SVG/SVG.sln +++ b/SVG/SVG.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -VisualStudioVersion = 12.0.31101.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2024 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVG.Forms.Plugin.Abstractions", "SVG\SVG.Forms.Plugin.Abstractions\SVG.Forms.Plugin.Abstractions.csproj", "{14C534B6-1984-41A9-A384-D3A5508588E3}" EndProject @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVG.Forms.Plugin.iOS", "SVG EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVG.Forms.Plugin.Android", "SVG\SVG.Forms.Plugin.Android\SVG.Forms.Plugin.Android.csproj", "{AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVG.Forms.Plugin.WindowsPhone", "SVG\SVG.Forms.Plugin.WindowsPhone\SVG.Forms.Plugin.WindowsPhone.csproj", "{983B7EFF-7E75-4A87-890A-744A0B4C5232}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleApps", "SampleApps", "{69D62C9F-0FC1-47BA-80B1-92628ECD3622}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp\SampleApp.csproj", "{EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}" @@ -19,34 +17,56 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.iOS", "SampleApp\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.Droid", "SampleApp\SampleApp.Droid\SampleApp.Droid.csproj", "{937453F4-4FEC-45C9-8964-38971D0F3726}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.WinPhone", "SampleApp\SampleApp.WinPhone\SampleApp.WinPhone.csproj", "{90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.Uwp", "SampleApp\SampleApp.Uwp\SampleApp.Uwp.csproj", "{D449F804-69BD-43D1-A324-22C080095D2F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVG.Forms.Plugin.Uwp", "SVG\SVG.Forms.Plugin.Uwp\SVG.Forms.Plugin.Uwp.csproj", "{5CB46451-348C-4DBE-8BB6-ED13D31473BE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Ad-Hoc|Android = Ad-Hoc|Android + 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|Nuget = Ad-Hoc|Nuget Ad-Hoc|WinPhone = Ad-Hoc|WinPhone + Ad-Hoc|x64 = Ad-Hoc|x64 + Ad-Hoc|x86 = Ad-Hoc|x86 AppStore|Android = AppStore|Android + AppStore|Any CPU = AppStore|Any CPU + AppStore|ARM = AppStore|ARM AppStore|iPhone = AppStore|iPhone AppStore|iPhoneSimulator = AppStore|iPhoneSimulator AppStore|Nuget = AppStore|Nuget AppStore|WinPhone = AppStore|WinPhone + AppStore|x64 = AppStore|x64 + AppStore|x86 = AppStore|x86 Debug|Android = Debug|Android + Debug|Any CPU = Debug|Any CPU + Debug|ARM = Debug|ARM Debug|iPhone = Debug|iPhone Debug|iPhoneSimulator = Debug|iPhoneSimulator Debug|Nuget = Debug|Nuget Debug|WinPhone = Debug|WinPhone + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Android = Release|Android + Release|Any CPU = Release|Any CPU + Release|ARM = Release|ARM Release|iPhone = Release|iPhone Release|iPhoneSimulator = Release|iPhoneSimulator Release|Nuget = Release|Nuget Release|WinPhone = Release|WinPhone + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|Android.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU @@ -55,8 +75,16 @@ Global {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Ad-Hoc|x86.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|Android.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|Android.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|ARM.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|iPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|iPhone.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU @@ -65,8 +93,16 @@ Global {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|Nuget.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|WinPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|WinPhone.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|x64.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|x64.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|x86.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.AppStore|x86.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|Android.ActiveCfg = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|Android.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|ARM.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|ARM.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|iPhone.ActiveCfg = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|iPhone.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU @@ -75,8 +111,16 @@ Global {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|Nuget.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|WinPhone.ActiveCfg = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|WinPhone.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|x64.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|x64.Build.0 = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|x86.ActiveCfg = Debug|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Debug|x86.Build.0 = Debug|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|Android.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|Android.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|Any CPU.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|ARM.ActiveCfg = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|ARM.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|iPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|iPhone.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU @@ -85,86 +129,268 @@ Global {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|Nuget.Build.0 = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|WinPhone.ActiveCfg = Release|Any CPU {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|WinPhone.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|x64.ActiveCfg = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|x64.Build.0 = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|x86.ActiveCfg = Release|Any CPU + {14C534B6-1984-41A9-A384-D3A5508588E3}.Release|x86.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Android.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Android.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Android.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|ARM.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhone.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Nuget.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Nuget.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|WinPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|WinPhone.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|x64.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|x64.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|x86.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|x86.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Android.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|ARM.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|ARM.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhone.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Nuget.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Nuget.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|WinPhone.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|x64.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|x64.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|x86.ActiveCfg = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|x86.Build.0 = Debug|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Android.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Android.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Any CPU.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|ARM.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|ARM.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhone.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Nuget.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Nuget.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|WinPhone.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|x64.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|x64.Build.0 = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|x86.ActiveCfg = Release|Any CPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|x86.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Android.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Android.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Android.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|ARM.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhone.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Nuget.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Nuget.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|WinPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|WinPhone.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|x64.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|x64.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|x86.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|x86.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Android.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Android.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|ARM.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|ARM.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Nuget.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Nuget.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|WinPhone.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|x64.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|x64.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|x86.ActiveCfg = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|x86.Build.0 = Debug|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Android.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Android.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Any CPU.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|ARM.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|ARM.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhone.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Nuget.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Nuget.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|WinPhone.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|x64.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|x64.Build.0 = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|x86.ActiveCfg = Release|Any CPU + {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|x86.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Android.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Android.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Android.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|ARM.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Nuget.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Nuget.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|WinPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|WinPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|x64.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|x64.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|x86.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|x86.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Android.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Android.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|ARM.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|ARM.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhone.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Nuget.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|WinPhone.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|WinPhone.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|x64.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|x64.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|x86.ActiveCfg = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|x86.Build.0 = Debug|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Android.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Android.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Any CPU.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|ARM.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|ARM.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Nuget.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|WinPhone.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|WinPhone.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|x64.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|x64.Build.0 = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|x86.ActiveCfg = Release|Any CPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|x86.Build.0 = Release|Any CPU {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|Android.ActiveCfg = Ad-Hoc|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|Nuget.ActiveCfg = Ad-Hoc|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|WinPhone.ActiveCfg = Ad-Hoc|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|Android.ActiveCfg = AppStore|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|ARM.ActiveCfg = AppStore|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|iPhone.ActiveCfg = AppStore|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|iPhone.Build.0 = AppStore|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|Nuget.ActiveCfg = AppStore|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|WinPhone.ActiveCfg = AppStore|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|x64.ActiveCfg = AppStore|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.AppStore|x86.ActiveCfg = AppStore|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|Android.ActiveCfg = Debug|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|iPhone.ActiveCfg = Debug|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|iPhone.Build.0 = Debug|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|Nuget.ActiveCfg = Debug|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|WinPhone.ActiveCfg = Debug|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|Android.ActiveCfg = Release|iPhone + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|ARM.ActiveCfg = Release|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|iPhone.ActiveCfg = Release|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|iPhone.Build.0 = Release|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|Nuget.ActiveCfg = Release|iPhone {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|WinPhone.ActiveCfg = Release|iPhone - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Android.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Android.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|Nuget.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Ad-Hoc|WinPhone.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Android.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Android.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Android.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhone.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhone.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Nuget.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Nuget.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|Nuget.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|WinPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|WinPhone.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.AppStore|WinPhone.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|Android.ActiveCfg = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|Nuget.ActiveCfg = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|WinPhone.ActiveCfg = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|WinPhone.Build.0 = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Debug|WinPhone.Deploy.0 = Debug|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|Android.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhone.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhone.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|Nuget.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|WinPhone.ActiveCfg = Release|Any CPU - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA}.Release|WinPhone.Build.0 = Release|Any CPU + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|x64.ActiveCfg = Release|iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6}.Release|x86.ActiveCfg = Release|iPhoneSimulator {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Android.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Android.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU @@ -175,9 +401,21 @@ Global {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|Nuget.Deploy.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Android.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Android.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Android.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|ARM.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|ARM.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|iPhone.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|iPhone.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|iPhone.Deploy.0 = Release|Any CPU @@ -190,17 +428,41 @@ Global {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|WinPhone.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|WinPhone.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|WinPhone.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x64.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x64.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x64.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x86.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x86.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.AppStore|x86.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Android.ActiveCfg = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Android.Build.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Android.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Any CPU.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|ARM.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|ARM.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|ARM.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|iPhone.ActiveCfg = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|Nuget.ActiveCfg = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|WinPhone.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x64.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x64.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x64.Deploy.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x86.ActiveCfg = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x86.Build.0 = Debug|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Debug|x86.Deploy.0 = Debug|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Android.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Android.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Android.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Any CPU.ActiveCfg = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Any CPU.Build.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Any CPU.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|ARM.ActiveCfg = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|ARM.Build.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|ARM.Deploy.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|iPhone.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|iPhone.Build.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|iPhone.Deploy.0 = Release|Any CPU @@ -209,161 +471,179 @@ Global {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|Nuget.ActiveCfg = Release|Any CPU {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|WinPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|Android.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|Android.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|Android.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|iPhone.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|Nuget.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|Nuget.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|WinPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.AppStore|WinPhone.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|Android.ActiveCfg = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|Nuget.ActiveCfg = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|Nuget.Build.0 = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|WinPhone.ActiveCfg = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Debug|WinPhone.Build.0 = Debug|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|Android.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|Android.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|iPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|iPhone.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|Nuget.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|Nuget.Build.0 = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|WinPhone.ActiveCfg = Release|Any CPU - {983B7EFF-7E75-4A87-890A-744A0B4C5232}.Release|WinPhone.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Android.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Android.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Android.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhone.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Nuget.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|Nuget.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|WinPhone.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.AppStore|WinPhone.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Android.ActiveCfg = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Android.Build.0 = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Nuget.ActiveCfg = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|Nuget.Build.0 = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Debug|WinPhone.ActiveCfg = Debug|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Android.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Android.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhone.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhone.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Nuget.ActiveCfg = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|Nuget.Build.0 = Release|Any CPU - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D}.Release|WinPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Android.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Android.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Android.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhone.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Nuget.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|Nuget.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|WinPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.AppStore|WinPhone.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Android.ActiveCfg = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhone.Build.0 = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Nuget.ActiveCfg = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|Nuget.Build.0 = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Debug|WinPhone.ActiveCfg = Debug|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Android.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Android.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhone.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhone.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Nuget.ActiveCfg = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|Nuget.Build.0 = Release|Any CPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B}.Release|WinPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Android.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Android.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Android.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhone.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Nuget.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|Nuget.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|WinPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.AppStore|WinPhone.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Android.ActiveCfg = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Android.Build.0 = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhone.Build.0 = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|Nuget.ActiveCfg = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|WinPhone.ActiveCfg = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Debug|WinPhone.Build.0 = Debug|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Android.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Android.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhone.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|Nuget.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|WinPhone.ActiveCfg = Release|Any CPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12}.Release|WinPhone.Build.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x64.ActiveCfg = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x64.Build.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x64.Deploy.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x86.ActiveCfg = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x86.Build.0 = Release|Any CPU + {937453F4-4FEC-45C9-8964-38971D0F3726}.Release|x86.Deploy.0 = Release|Any CPU + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Android.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Android.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Android.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Any CPU.Build.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Any CPU.Deploy.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|ARM.ActiveCfg = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|ARM.Build.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|ARM.Deploy.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhone.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhone.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhone.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Nuget.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Nuget.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|Nuget.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|WinPhone.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|WinPhone.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|WinPhone.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x64.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x64.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x64.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x86.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x86.Build.0 = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Ad-Hoc|x86.Deploy.0 = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Android.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Android.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Android.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Any CPU.ActiveCfg = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Any CPU.Build.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Any CPU.Deploy.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|ARM.ActiveCfg = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|ARM.Build.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|ARM.Deploy.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhone.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhone.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhone.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhoneSimulator.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Nuget.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Nuget.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|Nuget.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|WinPhone.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|WinPhone.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|WinPhone.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x64.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x64.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x64.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x86.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x86.Build.0 = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.AppStore|x86.Deploy.0 = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|Android.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|Any CPU.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|ARM.ActiveCfg = Debug|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|ARM.Build.0 = Debug|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|ARM.Deploy.0 = Debug|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|iPhone.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|Nuget.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|WinPhone.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x64.ActiveCfg = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x64.Build.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x64.Deploy.0 = Debug|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x86.ActiveCfg = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x86.Build.0 = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Debug|x86.Deploy.0 = Debug|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|Android.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|Any CPU.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|ARM.ActiveCfg = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|ARM.Build.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|ARM.Deploy.0 = Release|ARM + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|iPhone.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|iPhoneSimulator.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|Nuget.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|WinPhone.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x64.ActiveCfg = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x64.Build.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x64.Deploy.0 = Release|x64 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x86.ActiveCfg = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x86.Build.0 = Release|x86 + {D449F804-69BD-43D1-A324-22C080095D2F}.Release|x86.Deploy.0 = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Android.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|ARM.ActiveCfg = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|ARM.Build.0 = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Nuget.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|Nuget.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|WinPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|WinPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|x64.ActiveCfg = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|x64.Build.0 = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|x86.ActiveCfg = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Ad-Hoc|x86.Build.0 = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Android.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Android.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Any CPU.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|ARM.ActiveCfg = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|ARM.Build.0 = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|iPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Nuget.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|Nuget.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|WinPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|WinPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|x64.ActiveCfg = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|x64.Build.0 = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|x86.ActiveCfg = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.AppStore|x86.Build.0 = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Android.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Android.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|ARM.ActiveCfg = Debug|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|ARM.Build.0 = Debug|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|iPhone.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Nuget.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|Nuget.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|WinPhone.ActiveCfg = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|WinPhone.Build.0 = Debug|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|x64.ActiveCfg = Debug|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|x64.Build.0 = Debug|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|x86.ActiveCfg = Debug|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Debug|x86.Build.0 = Debug|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Android.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Android.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Any CPU.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|ARM.ActiveCfg = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|ARM.Build.0 = Release|ARM + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|iPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|iPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Nuget.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|Nuget.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|WinPhone.ActiveCfg = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|WinPhone.Build.0 = Release|Any CPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|x64.ActiveCfg = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|x64.Build.0 = Release|x64 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|x86.ActiveCfg = Release|x86 + {5CB46451-348C-4DBE-8BB6-ED13D31473BE}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} = {69D62C9F-0FC1-47BA-80B1-92628ECD3622} {63BFB494-492C-42D1-A66C-68FAED7EB5C6} = {69D62C9F-0FC1-47BA-80B1-92628ECD3622} {937453F4-4FEC-45C9-8964-38971D0F3726} = {69D62C9F-0FC1-47BA-80B1-92628ECD3622} - {90C968B7-E0B3-448F-89BD-49DA7BB2D3DA} = {69D62C9F-0FC1-47BA-80B1-92628ECD3622} + {D449F804-69BD-43D1-A324-22C080095D2F} = {69D62C9F-0FC1-47BA-80B1-92628ECD3622} EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6A3466D3-41EB-406D-8AA3-3E4C4748DFC4} EndGlobalSection EndGlobal diff --git a/SVG/SVG/SVG.Forms.Plugin.Abstractions/SVG.Forms.Plugin.Abstractions.csproj b/SVG/SVG/SVG.Forms.Plugin.Abstractions/SVG.Forms.Plugin.Abstractions.csproj index 209bdf2..3127951 100644 --- a/SVG/SVG/SVG.Forms.Plugin.Abstractions/SVG.Forms.Plugin.Abstractions.csproj +++ b/SVG/SVG/SVG.Forms.Plugin.Abstractions/SVG.Forms.Plugin.Abstractions.csproj @@ -1,66 +1,72 @@ - - - - - 10.0 - Debug - AnyCPU - {14C534B6-1984-41A9-A384-D3A5508588E3} - Library - Properties - SVG.Forms.Plugin.Abstractions - SVG.Forms.Plugin.Abstractions - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile78 - v4.5 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\SVG.Forms.Plugin.Abstractions.XML - - - - - - - + + + + + 10.0 + Debug + AnyCPU + {14C534B6-1984-41A9-A384-D3A5508588E3} + Library + Properties + SVG.Forms.Plugin.Abstractions + SVG.Forms.Plugin.Abstractions + en-US + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Profile78 + v4.5 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + bin\Release\SVG.Forms.Plugin.Abstractions.XML + + + + + + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Core.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Platform.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\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}. + + + - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll - - - - - + --> \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.Abstractions/packages.config b/SVG/SVG/SVG.Forms.Plugin.Abstractions/packages.config index 9353041..d3e1916 100644 --- a/SVG/SVG/SVG.Forms.Plugin.Abstractions/packages.config +++ b/SVG/SVG/SVG.Forms.Plugin.Abstractions/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/SVG.Forms.Plugin.Android.csproj b/SVG/SVG/SVG.Forms.Plugin.Android/SVG.Forms.Plugin.Android.csproj index 8c3e1ec..3fbaae7 100644 --- a/SVG/SVG/SVG.Forms.Plugin.Android/SVG.Forms.Plugin.Android.csproj +++ b/SVG/SVG/SVG.Forms.Plugin.Android/SVG.Forms.Plugin.Android.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -16,7 +17,7 @@ True - v6.0 + v7.1 true @@ -39,8 +40,10 @@ false + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\FormsViewGroup.dll + - ext_bin\NGraphics.Android.Custom.dll @@ -49,41 +52,67 @@ - - - - - - ..\..\packages\Xamarin.Android.Support.v4.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll + + ..\..\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.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.v7.AppCompat.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll + + ..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll - - ..\..\packages\Xamarin.Android.Support.Design.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll + + ..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll - - ..\..\packages\Xamarin.Android.Support.v7.CardView.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll + + ..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll - - ..\..\packages\Xamarin.Android.Support.v7.MediaRouter.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll + + ..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll + + ..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.CardView.dll - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\FormsViewGroup.dll + + ..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.dll - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Core.dll + + ..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.Palette.dll - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll + + ..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Platform.dll + + ..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Core.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Platform.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll @@ -94,8 +123,8 @@ - + @@ -104,7 +133,6 @@ - + + + + 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/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/FormsViewGroup.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/FormsViewGroup.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/FormsViewGroup/library_project_imports/formsviewgroup.jar b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/FormsViewGroup/library_project_imports/formsviewgroup.jar deleted file mode 100644 index b98d347..0000000 Binary files a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/FormsViewGroup/library_project_imports/formsviewgroup.jar and /dev/null differ diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/SVG.Forms.Plugin.Abstractions.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/SVG.Forms.Plugin.Abstractions.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Android.Support.v4.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Android.Support.v4.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Core.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Core.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Platform.Android.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Platform.Android.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Xaml.stamp b/SVG/SVG/SVG.Forms.Plugin.Android/obj/Debug/__library_projects__/Xamarin.Forms.Xaml.stamp deleted file mode 100644 index e69de29..0000000 diff --git a/SVG/SVG/SVG.Forms.Plugin.Android/packages.config b/SVG/SVG/SVG.Forms.Plugin.Android/packages.config index 29d5f9c..cd8a618 100644 --- a/SVG/SVG/SVG.Forms.Plugin.Android/packages.config +++ b/SVG/SVG/SVG.Forms.Plugin.Android/packages.config @@ -1,9 +1,20 @@  - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/AssemblyInfo.cs b/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..50d581a --- /dev/null +++ b/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/AssemblyInfo.cs @@ -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("SVG.Forms.Plugin.Uwp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("HP Inc.")] +[assembly: AssemblyProduct("SVG.Forms.Plugin.Uwp")] +[assembly: AssemblyCopyright("Copyright © HP Inc. 2018")] +[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)] \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/SVG.Forms.Plugin.Uwp.rd.xml b/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/SVG.Forms.Plugin.Uwp.rd.xml new file mode 100644 index 0000000..9cae69b --- /dev/null +++ b/SVG/SVG/SVG.Forms.Plugin.Uwp/Properties/SVG.Forms.Plugin.Uwp.rd.xml @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/SVG/SVG/SVG.Forms.Plugin.Uwp/SVG.Forms.Plugin.Uwp.csproj b/SVG/SVG/SVG.Forms.Plugin.Uwp/SVG.Forms.Plugin.Uwp.csproj new file mode 100644 index 0000000..7b8e045 --- /dev/null +++ b/SVG/SVG/SVG.Forms.Plugin.Uwp/SVG.Forms.Plugin.Uwp.csproj @@ -0,0 +1,138 @@ + + + + + Debug + AnyCPU + {5CB46451-348C-4DBE-8BB6-ED13D31473BE} + Library + Properties + SVG.Forms.Plugin.Uwp + SVG.Forms.Plugin.Uwp + en-US + UAP + 10.0.16299.0 + 10.0.10586.0 + 14 + 512 + {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + prompt + 4 + + + x86 + true + bin\x86\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + x86 + false + prompt + + + x86 + bin\x86\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x86 + false + prompt + + + ARM + true + bin\ARM\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + ARM + false + prompt + + + ARM + bin\ARM\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + ARM + false + prompt + + + x64 + true + bin\x64\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + x64 + false + prompt + + + x64 + bin\x64\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x64 + false + prompt + + + PackageReference + + + + + + + + + 6.0.6 + + + 2.5.0.122203 + + + + + {14c534b6-1984-41a9-a384-d3a5508588e3} + SVG.Forms.Plugin.Abstractions + + + + 14.0 + + + + \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.Uwp/SvgImageRenderer.cs b/SVG/SVG/SVG.Forms.Plugin.Uwp/SvgImageRenderer.cs new file mode 100644 index 0000000..82e9687 --- /dev/null +++ b/SVG/SVG/SVG.Forms.Plugin.Uwp/SvgImageRenderer.cs @@ -0,0 +1,85 @@ +using System; +using System.IO; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Markup; +using Windows.UI.Xaml.Media; +using SVG.Forms.Plugin.Abstractions; +using SVG.Forms.Plugin.Uwp; +using Xamarin.Forms; +using Xamarin.Forms.Platform.UWP; + +[assembly: ExportRenderer(typeof(SvgImage), typeof(SvgImageRenderer))] + +namespace SVG.Forms.Plugin.Uwp +{ + /// + /// SVG Renderer + /// + public class SvgImageRenderer : ViewRenderer + { + /// + /// Used for registration with dependency service + /// + public static void Init() + { + var temp = DateTime.Now; + } + + private SvgImage _formsControl + { + get { return Element as SvgImage; } + } + + protected override void OnElementChanged(ElementChangedEventArgs e) + { + base.OnElementChanged(e); + + if (_formsControl != null && !string.IsNullOrWhiteSpace(_formsControl.SvgPath)) + { + var xamlFilePath = _formsControl.SvgPath.Replace(".svg", ".xaml"); + var xamlStream = _formsControl.SvgAssembly.GetManifestResourceStream(xamlFilePath); + + if (xamlStream == null) + throw new Exception( + string.Format( + "Not able to retrieve xaml file {0}. Make sure the Build Action is set to Embedded Resource", + xamlFilePath)); + + using (var reader = new StreamReader(xamlStream)) + { + var xamlString = reader.ReadToEnd(); + + try + { + var xaml = (Viewbox)XamlReader.Load(xamlString); + + switch (_formsControl.Aspect) + { + case Aspect.AspectFill: + xaml.Stretch = Stretch.UniformToFill; + break; + case Aspect.AspectFit: + xaml.Stretch = Stretch.Uniform; + break; + case Aspect.Fill: + xaml.Stretch = Stretch.Fill; + break; + default: + xaml.Stretch = Stretch.None; + break; + } + + SetNativeControl(xaml); + } + catch (Exception) + { + throw new Exception( + string.Format( + "Not able to convert xaml file {0} to Viewbox. Make sure the root element of the xaml file is a Viewbox", + xamlFilePath)); + } + } + } + } + } +} \ No newline at end of file diff --git a/SVG/SVG/SVG.Forms.Plugin.iOS/SVG.Forms.Plugin.iOS.csproj b/SVG/SVG/SVG.Forms.Plugin.iOS/SVG.Forms.Plugin.iOS.csproj index 97f406f..d616559 100644 --- a/SVG/SVG/SVG.Forms.Plugin.iOS/SVG.Forms.Plugin.iOS.csproj +++ b/SVG/SVG/SVG.Forms.Plugin.iOS/SVG.Forms.Plugin.iOS.csproj @@ -1,81 +1,89 @@ - - - - Debug - AnyCPU - {D525F236-6A2D-4010-B1CC-4A4B8581C90B} - {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - SVG.Forms.Plugin.iOS - Resources - SVG.Forms.Plugin.iOS - - - Xamarin.iOS - - - true - full - false - bin\iPhone\Debug - DEBUG - prompt - 4 - false - true - iPhone Developer - - - none - true - bin\iPhone\Release - prompt - 4 - false - iPhone Developer - bin\iPhone\Release\SVG.Forms.Plugin.iOS.XML - - - - - - - - ext_bin\NGraphics.Custom.dll - - - ext_bin\NGraphics.iOS.Custom.dll - - - - - - - - - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - - - - - {14C534B6-1984-41A9-A384-D3A5508588E3} - SVG.Forms.Plugin.Abstractions - - - - - - - + + + + + Debug + AnyCPU + {D525F236-6A2D-4010-B1CC-4A4B8581C90B} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + SVG.Forms.Plugin.iOS + Resources + SVG.Forms.Plugin.iOS + + + Xamarin.iOS + + + true + full + false + bin\iPhone\Debug + DEBUG + prompt + 4 + false + true + iPhone Developer + + + none + true + bin\iPhone\Release + prompt + 4 + false + iPhone Developer + bin\iPhone\Release\SVG.Forms.Plugin.iOS.XML + + + + + + + + ext_bin\NGraphics.Custom.dll + + + ext_bin\NGraphics.iOS.Custom.dll + + + + + + + + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll + + + + + + {14C534B6-1984-41A9-A384-D3A5508588E3} + SVG.Forms.Plugin.Abstractions + + + + + + + + + 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/SVG/SVG/SVG.Forms.Plugin.iOS/packages.config b/SVG/SVG/SVG.Forms.Plugin.iOS/packages.config index ea62944..ad933de 100644 --- a/SVG/SVG/SVG.Forms.Plugin.iOS/packages.config +++ b/SVG/SVG/SVG.Forms.Plugin.iOS/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Droid/SampleApp.Droid.csproj b/SVG/SampleApp/SampleApp.Droid/SampleApp.Droid.csproj index 5f15038..296792c 100644 --- a/SVG/SampleApp/SampleApp.Droid/SampleApp.Droid.csproj +++ b/SVG/SampleApp/SampleApp.Droid/SampleApp.Droid.csproj @@ -1,134 +1,219 @@ - - - - Debug - AnyCPU - {937453F4-4FEC-45C9-8964-38971D0F3726} - {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Properties - SampleApp.Droid - SampleApp.Droid - 512 - true - Resources\Resource.Designer.cs - Off - Properties\AndroidManifest.xml - True - armeabi,armeabi-v7a,x86 - - - - - - v6.0 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - None - True - 1G - - - armeabi;armeabi-v7a;x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - False - - - - - - - - - - - - - - ..\..\packages\Xamarin.Android.Support.v4.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll - - - ..\..\packages\Xamarin.Android.Support.v7.AppCompat.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll - - - ..\..\packages\Xamarin.Android.Support.Design.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll - - - ..\..\packages\Xamarin.Android.Support.v7.CardView.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll - - - ..\..\packages\Xamarin.Android.Support.v7.MediaRouter.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\FormsViewGroup.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Core.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\MonoAndroid10\Xamarin.Forms.Platform.dll - - - - - - - - - - - - - - - - - - - - - - - - {AD2D2DB4-E781-4CF1-9B62-3AAD264F196D} - SVG.Forms.Plugin.Android - - - SampleApp - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} - - - {14C534B6-1984-41A9-A384-D3A5508588E3} - SVG.Forms.Plugin.Abstractions - - - - + + + + + Debug + AnyCPU + {937453F4-4FEC-45C9-8964-38971D0F3726} + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + Properties + SampleApp.Droid + SampleApp.Droid + 512 + true + Resources\Resource.Designer.cs + Off + Properties\AndroidManifest.xml + True + armeabi,armeabi-v7a,x86 + + + + + + v7.1 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + None + True + 1G + + + armeabi;armeabi-v7a;x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + False + + + + + + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\FormsViewGroup.dll + True + + + + + + + + ..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.dll + True + + + ..\..\packages\Xamarin.Android.Support.Annotations.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll + True + + + ..\..\packages\Xamarin.Android.Support.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll + True + + + ..\..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll + True + + + ..\..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.Utils.dll + True + + + ..\..\packages\Xamarin.Android.Support.Design.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll + True + + + ..\..\packages\Xamarin.Android.Support.Fragment.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Fragment.dll + True + + + ..\..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll + True + + + ..\..\packages\Xamarin.Android.Support.Transition.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll + True + + + ..\..\packages\Xamarin.Android.Support.v4.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll + True + + + ..\..\packages\Xamarin.Android.Support.v7.AppCompat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll + True + + + ..\..\packages\Xamarin.Android.Support.v7.CardView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.CardView.dll + True + + + ..\..\packages\Xamarin.Android.Support.v7.MediaRouter.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.MediaRouter.dll + True + + + ..\..\packages\Xamarin.Android.Support.v7.Palette.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.Palette.dll + True + + + ..\..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll + True + + + ..\..\packages\Xamarin.Android.Support.Vector.Drawable.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll + True + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Core.dll + True + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Platform.dll + True + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll + True + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll + True + + + + + + + + + + + + + + + + + + + + + + + + SampleApp + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} + + + + + + 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/SVG/SampleApp/SampleApp.Droid/packages.config b/SVG/SampleApp/SampleApp.Droid/packages.config index 29d5f9c..cd8a618 100644 --- a/SVG/SampleApp/SampleApp.Droid/packages.config +++ b/SVG/SampleApp/SampleApp.Droid/packages.config @@ -1,9 +1,20 @@  - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Uwp/App.xaml b/SVG/SampleApp/SampleApp.Uwp/App.xaml new file mode 100644 index 0000000..ae59c88 --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/App.xaml @@ -0,0 +1,8 @@ + + + diff --git a/SVG/SampleApp/SampleApp.Uwp/App.xaml.cs b/SVG/SampleApp/SampleApp.Uwp/App.xaml.cs new file mode 100644 index 0000000..65554cd --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/App.xaml.cs @@ -0,0 +1,102 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.ApplicationModel; +using Windows.ApplicationModel.Activation; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +namespace SampleApp.Uwp +{ + /// + /// Provides application-specific behavior to supplement the default Application class. + /// + sealed partial class App : Application + { + /// + /// 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(). + /// + public App() + { + this.InitializeComponent(); + this.Suspending += OnSuspending; + } + + /// + /// 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. + /// + /// Details about the launch request and process. + protected override void OnLaunched(LaunchActivatedEventArgs e) + { + 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); + + if (e.PreviousExecutionState == ApplicationExecutionState.Terminated) + { + //TODO: Load state from previously suspended application + } + + // Place the frame in the current Window + Window.Current.Content = rootFrame; + } + + if (e.PrelaunchActivated == false) + { + 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(); + } + } + + /// + /// Invoked when Navigation to a certain page fails + /// + /// The Frame which failed navigation + /// Details about the navigation failure + void OnNavigationFailed(object sender, NavigationFailedEventArgs e) + { + throw new Exception("Failed to load Page " + e.SourcePageType.FullName); + } + + /// + /// 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. + /// + /// The source of the suspend request. + /// Details about the suspend request. + private void OnSuspending(object sender, SuspendingEventArgs e) + { + var deferral = e.SuspendingOperation.GetDeferral(); + //TODO: Save application state and stop any background activity + deferral.Complete(); + } + } +} diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/LockScreenLogo.scale-200.png b/SVG/SampleApp/SampleApp.Uwp/Assets/LockScreenLogo.scale-200.png new file mode 100644 index 0000000..735f57a Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/LockScreenLogo.scale-200.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/SplashScreen.scale-200.png b/SVG/SampleApp/SampleApp.Uwp/Assets/SplashScreen.scale-200.png new file mode 100644 index 0000000..023e7f1 Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/SplashScreen.scale-200.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/Square150x150Logo.scale-200.png b/SVG/SampleApp/SampleApp.Uwp/Assets/Square150x150Logo.scale-200.png new file mode 100644 index 0000000..af49fec Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/Square150x150Logo.scale-200.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.scale-200.png b/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.scale-200.png new file mode 100644 index 0000000..ce342a2 Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.scale-200.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png new file mode 100644 index 0000000..f6c02ce Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/StoreLogo.png b/SVG/SampleApp/SampleApp.Uwp/Assets/StoreLogo.png new file mode 100644 index 0000000..7385b56 Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/StoreLogo.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/Assets/Wide310x150Logo.scale-200.png b/SVG/SampleApp/SampleApp.Uwp/Assets/Wide310x150Logo.scale-200.png new file mode 100644 index 0000000..288995b Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/Assets/Wide310x150Logo.scale-200.png differ diff --git a/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml b/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml new file mode 100644 index 0000000..0c964fe --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml.cs b/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml.cs new file mode 100644 index 0000000..57303b4 --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/MainPage.xaml.cs @@ -0,0 +1,33 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; +using SVG.Forms.Plugin.Uwp; + +// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409 + +namespace SampleApp.Uwp +{ + /// + /// An empty page that can be used on its own or navigated to within a Frame. + /// + public sealed partial class MainPage + { + public MainPage() + { + this.InitializeComponent(); + SvgImageRenderer.Init(); + LoadApplication(new SampleApp.App()); + } + } +} diff --git a/SVG/SampleApp/SampleApp.Uwp/Package.appxmanifest b/SVG/SampleApp/SampleApp.Uwp/Package.appxmanifest new file mode 100644 index 0000000..b1e2c0f --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/Package.appxmanifest @@ -0,0 +1,49 @@ + + + + + + + + + + SampleApp.Uwp + tillb + Assets\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Uwp/Properties/AssemblyInfo.cs b/SVG/SampleApp/SampleApp.Uwp/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..bf6a662 --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/Properties/AssemblyInfo.cs @@ -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("SampleApp.Uwp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("HP Inc.")] +[assembly: AssemblyProduct("SampleApp.Uwp")] +[assembly: AssemblyCopyright("Copyright © HP Inc. 2018")] +[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)] \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Uwp/Properties/Default.rd.xml b/SVG/SampleApp/SampleApp.Uwp/Properties/Default.rd.xml new file mode 100644 index 0000000..74b03e3 --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/Properties/Default.rd.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp.csproj b/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp.csproj new file mode 100644 index 0000000..4efed12 --- /dev/null +++ b/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp.csproj @@ -0,0 +1,158 @@ + + + + + Debug + x86 + {D449F804-69BD-43D1-A324-22C080095D2F} + AppContainerExe + Properties + SampleApp.Uwp + SampleApp.Uwp + en-US + UAP + 10.0.16299.0 + 10.0.10586.0 + 14 + 512 + {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + true + SampleApp.Uwp_TemporaryKey.pfx + + + true + bin\x86\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + x86 + false + prompt + true + + + bin\x86\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x86 + false + prompt + true + true + + + true + bin\ARM\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + ARM + false + prompt + true + + + bin\ARM\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + ARM + false + prompt + true + true + + + true + bin\x64\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + full + x64 + false + prompt + true + + + bin\x64\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x64 + false + prompt + true + true + + + PackageReference + + + + App.xaml + + + MainPage.xaml + + + + + + Designer + + + + + + + + + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + + + 6.0.6 + + + 2.5.0.122203 + + + + + {5cb46451-348c-4dbe-8bb6-ed13d31473be} + SVG.Forms.Plugin.Uwp + + + {ebd9c7e2-c5c5-47e3-a7f0-6a6bc41fcc12} + SampleApp + + + + 14.0 + + + + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp_TemporaryKey.pfx b/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp_TemporaryKey.pfx new file mode 100644 index 0000000..399ce80 Binary files /dev/null and b/SVG/SampleApp/SampleApp.Uwp/SampleApp.Uwp_TemporaryKey.pfx differ diff --git a/SVG/SampleApp/SampleApp.iOS/SampleApp.iOS.csproj b/SVG/SampleApp/SampleApp.iOS/SampleApp.iOS.csproj index 485cc3b..6880ddd 100644 --- a/SVG/SampleApp/SampleApp.iOS/SampleApp.iOS.csproj +++ b/SVG/SampleApp/SampleApp.iOS/SampleApp.iOS.csproj @@ -1,148 +1,156 @@ - - - - Debug - iPhoneSimulator - {63BFB494-492C-42D1-A66C-68FAED7EB5C6} - {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Exe - SampleApp.iOS - Resources - SampleAppiOS - - - - - true - full - false - bin\iPhoneSimulator\Debug - DEBUG - prompt - 4 - false - i386, x86_64 - None - true - Entitlements.plist - - - none - true - bin\iPhoneSimulator\Release - prompt - 4 - None - i386, x86_64 - false - Entitlements.plist - - - true - full - false - bin\iPhone\Debug - DEBUG - prompt - 4 - false - ARMv7, ARM64 - iPhone Developer - true - Entitlements.plist - - - none - true - bin\iPhone\Release - prompt - 4 - ARMv7, ARM64 - false - iPhone Developer - Entitlements.plist - - - none - True - bin\iPhone\Ad-Hoc - prompt - 4 - False - ARMv7, ARM64 - True - Automatic:AdHoc - iPhone Distribution - Entitlements.plist - - - none - True - bin\iPhone\AppStore - prompt - 4 - False - ARMv7, ARM64 - Automatic:AppStore - iPhone Distribution - Entitlements.plist - - - - - - - - - - - - - - SampleApp - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} - - - {D525F236-6A2D-4010-B1CC-4A4B8581C90B} - SVG.Forms.Plugin.iOS - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - - - - + + + + + Debug + iPhoneSimulator + {63BFB494-492C-42D1-A66C-68FAED7EB5C6} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Exe + SampleApp.iOS + Resources + SampleAppiOS + + + + + true + full + false + bin\iPhoneSimulator\Debug + DEBUG + prompt + 4 + false + i386, x86_64 + None + true + Entitlements.plist + + + none + true + bin\iPhoneSimulator\Release + prompt + 4 + None + i386, x86_64 + false + Entitlements.plist + + + true + full + false + bin\iPhone\Debug + DEBUG + prompt + 4 + false + ARMv7, ARM64 + iPhone Developer + true + Entitlements.plist + + + none + true + bin\iPhone\Release + prompt + 4 + ARMv7, ARM64 + false + iPhone Developer + Entitlements.plist + + + none + True + bin\iPhone\Ad-Hoc + prompt + 4 + False + ARMv7, ARM64 + True + Automatic:AdHoc + iPhone Distribution + Entitlements.plist + + + none + True + bin\iPhone\AppStore + prompt + 4 + False + ARMv7, ARM64 + Automatic:AppStore + iPhone Distribution + Entitlements.plist + + + + + + + + + + + + + + SampleApp + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} + + + {D525F236-6A2D-4010-B1CC-4A4B8581C90B} + SVG.Forms.Plugin.iOS + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\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/SVG/SampleApp/SampleApp.iOS/packages.config b/SVG/SampleApp/SampleApp.iOS/packages.config index ea62944..ad933de 100644 --- a/SVG/SampleApp/SampleApp.iOS/packages.config +++ b/SVG/SampleApp/SampleApp.iOS/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp/SampleApp.csproj b/SVG/SampleApp/SampleApp/SampleApp.csproj index f433017..1314ae5 100644 --- a/SVG/SampleApp/SampleApp/SampleApp.csproj +++ b/SVG/SampleApp/SampleApp/SampleApp.csproj @@ -1,130 +1,136 @@ - - - - - 10.0 - Debug - AnyCPU - {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} - Library - Properties - SampleApp - SampleApp - v4.5 - Profile78 - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - Listview.xaml - - - - ViaXaml.xaml - - - - - - ViaResources.xaml - - - - - Designer - - - MSBuild:UpdateDesignTimeXaml - - - - - - MSBuild:Compile - Designer - - - - - Designer - - - - - MSBuild:Compile - Designer - - - - - - - - MSBuild:Compile - Designer - - - - - {14C534B6-1984-41A9-A384-D3A5508588E3} - SVG.Forms.Plugin.Abstractions - - - - - Designer - MSBuild:Compile - - - - - MSBuild:UpdateDesignTimeXaml - Designer - - - - + + + + + 10.0 + Debug + AnyCPU + {EBD9C7E2-C5C5-47E3-A7F0-6A6BC41FCC12} + Library + Properties + SampleApp + SampleApp + v4.5 + Profile78 + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + Listview.xaml + + + + ViaXaml.xaml + + + + + + ViaResources.xaml + + + + + Designer + + + MSBuild:UpdateDesignTimeXaml + + + + + + MSBuild:Compile + Designer + + + + + Designer + + + + + MSBuild:Compile + Designer + + + + + + + + MSBuild:Compile + Designer + + + + + {14C534B6-1984-41A9-A384-D3A5508588E3} + SVG.Forms.Plugin.Abstractions + + + + + Designer + MSBuild:Compile + + + + + MSBuild:UpdateDesignTimeXaml + Designer + + + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Core.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Platform.dll + + + ..\..\packages\Xamarin.Forms.2.5.0.122203\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}. + + + - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll - - - ..\..\packages\Xamarin.Forms.2.0.0.6490\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll - - - - - + --> \ No newline at end of file diff --git a/SVG/SampleApp/SampleApp/packages.config b/SVG/SampleApp/SampleApp/packages.config index 9353041..d3e1916 100644 --- a/SVG/SampleApp/SampleApp/packages.config +++ b/SVG/SampleApp/SampleApp/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file