Mass update to Xamarin.Forms 4.6.0.726 (#612)
* SearchBar style platform-specific on iOS. * MasterDetailPage shadow platform-specific on iOS. * Removed variable. * Typo fixed. * EmptyView support added. * Map circle updates * RadioButton support. * New sample. * UWP support added. * Screenshots. * UI update. * Added readme. * Folder rename. * Cleanup whitespace formatting in markup * Edits. * Added programmatic open and close. * Enable deploy. * Updated SwipeView demo. * UIModalPresentationStyle updates. * Update to 4.6-pre3. * Expander demos. * Added Expander. * Expander Header set inline. * Added readme/screenshots. * Added expander icon. * Added RadioButton experimental flag. * Undo part of whitespace cleanup to comply with mandatory Microsoft repo formatting rule: opening braces have to go on new lines * New sample. * OnAppTheme demo. * Formatting. * Screenshots and readme. * Bump to latest pre-release. * Mass update to 4.6.0.726 * Updated designer files. Co-authored-by: Vincent Hoogendoorn <dev@vincenth.net>
This commit is contained in:
Родитель
f0cee717d3
Коммит
8313be9c67
|
@ -48,7 +48,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<Version>6.1.5</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
<PackageReference Include="Autofac" Version="4.8.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<Version>6.1.5</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -43,7 +43,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.5.0.396</Version>
|
||||
<Version>4.6.0.726</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
<PackageReference Include="Xamarin.Essentials">
|
||||
<Version>1.3.0</Version>
|
||||
</PackageReference>
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
<PackageReference Include="Xamarin.Essentials" Version="1.3.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
<PackageReference Include="Xamarin.Essentials">
|
||||
<Version>1.3.0</Version>
|
||||
</PackageReference>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
<PackageReference Include="Xamarin.Essentials" Version="1.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<PackageReference Include="SkiaSharp" Version="1.60.0" />
|
||||
<PackageReference Include="SkiaSharp.Views" Version="1.60.0" />
|
||||
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<PackageReference Include="SkiaSharp" Version="1.60.0" />
|
||||
<PackageReference Include="SkiaSharp.Views" Version="1.60.0" />
|
||||
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="SkiaSharp" Version="1.60.0" />
|
||||
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -90,7 +90,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -40,7 +40,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="CocosSharp" Version="1.7.1.0" />
|
||||
<PackageReference Include="CocosSharp.Forms" Version="1.7.1.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -11,7 +11,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="CocosSharp" Version="1.7.1.0" />
|
||||
<PackageReference Include="CocosSharp.Forms" Version="1.7.1.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -81,7 +81,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="CocosSharp" Version="1.7.1.0" />
|
||||
<PackageReference Include="CocosSharp.Forms" Version="1.7.1.0" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<IpaPackageName />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -89,7 +89,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.12" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
using Android.Content;
|
||||
using Android.Gms.Maps.Model;
|
||||
using MapOverlay;
|
||||
using MapOverlay.Droid;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Maps.Android;
|
||||
|
||||
[assembly: ExportRenderer(typeof(CustomMap), typeof(CustomMapRenderer))]
|
||||
namespace MapOverlay.Droid
|
||||
{
|
||||
public class CustomMapRenderer : MapRenderer
|
||||
{
|
||||
CustomCircle circle;
|
||||
|
||||
public CustomMapRenderer(Context context) : base(context)
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnElementChanged(Xamarin.Forms.Platform.Android.ElementChangedEventArgs<Xamarin.Forms.Maps.Map> e)
|
||||
{
|
||||
base.OnElementChanged(e);
|
||||
|
||||
if (e.OldElement != null)
|
||||
{
|
||||
// Unsubscribe
|
||||
}
|
||||
|
||||
if (e.NewElement != null)
|
||||
{
|
||||
var formsMap = (CustomMap)e.NewElement;
|
||||
circle = formsMap.Circle;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnMapReady(Android.Gms.Maps.GoogleMap map)
|
||||
{
|
||||
base.OnMapReady(map);
|
||||
|
||||
var circleOptions = new CircleOptions();
|
||||
circleOptions.InvokeCenter(new LatLng(circle.Position.Latitude, circle.Position.Longitude));
|
||||
circleOptions.InvokeRadius(circle.Radius);
|
||||
circleOptions.InvokeFillColor(0X66FF0000);
|
||||
circleOptions.InvokeStrokeColor(0X66FF0000);
|
||||
circleOptions.InvokeStrokeWidth(0);
|
||||
|
||||
NativeMap.AddCircle(circleOptions);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
using System;
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
|
||||
namespace MapOverlay.Droid
|
||||
{
|
||||
[Activity (Label = "MapOverlay.Droid", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
|
||||
{
|
||||
protected override void OnCreate (Bundle bundle)
|
||||
{
|
||||
base.OnCreate (bundle);
|
||||
|
||||
global::Xamarin.Forms.Forms.Init (this, bundle);
|
||||
Xamarin.FormsMaps.Init (this, bundle);
|
||||
|
||||
var width = Resources.DisplayMetrics.WidthPixels;
|
||||
var height = Resources.DisplayMetrics.HeightPixels;
|
||||
var density = Resources.DisplayMetrics.Density;
|
||||
|
||||
App.ScreenWidth = (width - 0.5f) / density;
|
||||
App.ScreenHeight = (height - 0.5f) / density;
|
||||
|
||||
LoadApplication (new App ());
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.mapoverlay">
|
||||
<uses-sdk android:minSdkVersion="19" />
|
||||
<application android:label="MapOverlay">
|
||||
<meta-data android:name="com.google.android.geo.API_KEY" android:value="INSERT_MAP_API_KEY_HERE" />
|
||||
<!-- Necessary for apps that target Android 9.0 or higher -->
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false" />
|
||||
</application>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
||||
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</manifest>
|
|
@ -1,28 +0,0 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Android.App;
|
||||
|
||||
// Information about this assembly is defined by the following attributes.
|
||||
// Change them to the values specific to your project.
|
||||
|
||||
[assembly: AssemblyTitle ("MapOverlay.Droid")]
|
||||
[assembly: AssemblyDescription ("")]
|
||||
[assembly: AssemblyConfiguration ("")]
|
||||
[assembly: AssemblyCompany ("")]
|
||||
[assembly: AssemblyProduct ("")]
|
||||
[assembly: AssemblyCopyright ("davidbritch")]
|
||||
[assembly: AssemblyTrademark ("")]
|
||||
[assembly: AssemblyCulture ("")]
|
||||
|
||||
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
||||
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
||||
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
||||
|
||||
[assembly: AssemblyVersion ("1.0.0")]
|
||||
|
||||
// The following attributes are used to specify the signing key for the assembly,
|
||||
// if desired. See the Mono documentation for more information about signing.
|
||||
|
||||
//[assembly: AssemblyDelaySign(false)]
|
||||
//[assembly: AssemblyKeyFile("")]
|
||||
|
|
@ -1,334 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.24720.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapOverlay", "MapOverlay\MapOverlay.csproj", "{61E6D969-58D3-47D8-B653-410B26EE1FE6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapOverlay.iOS", "iOS\MapOverlay.iOS.csproj", "{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapOverlay.Droid", "Droid\MapOverlay.Droid.csproj", "{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapOverlay.UWP", "UWP\MapOverlay.UWP.csproj", "{17A70047-76FD-485F-91E4-9D68A8490277}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
|
||||
Ad-Hoc|ARM = Ad-Hoc|ARM
|
||||
Ad-Hoc|iPhone = Ad-Hoc|iPhone
|
||||
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
|
||||
Ad-Hoc|x64 = Ad-Hoc|x64
|
||||
Ad-Hoc|x86 = Ad-Hoc|x86
|
||||
AppStore|Any CPU = AppStore|Any CPU
|
||||
AppStore|ARM = AppStore|ARM
|
||||
AppStore|iPhone = AppStore|iPhone
|
||||
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
|
||||
AppStore|x64 = AppStore|x64
|
||||
AppStore|x86 = AppStore|x86
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|iPhone = Debug|iPhone
|
||||
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|iPhone = Release|iPhone
|
||||
Release|iPhoneSimulator = Release|iPhoneSimulator
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhone.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|ARM.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|ARM.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|ARM.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhone.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhone.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x64.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x64.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x64.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x86.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x86.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.AppStore|x86.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|ARM.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhone.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x64.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Debug|x86.Deploy.0 = Debug|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|ARM.Deploy.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhone.Deploy.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x64.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x64.Deploy.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x86.Build.0 = Release|Any CPU
|
||||
{61E6D969-58D3-47D8-B653-410B26EE1FE6}.Release|x86.Deploy.0 = Release|Any CPU
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|Any CPU.Build.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|ARM.ActiveCfg = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|ARM.Build.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|ARM.Deploy.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhone.Build.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhone.Deploy.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x64.ActiveCfg = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x64.Build.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x64.Deploy.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x86.ActiveCfg = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x86.Build.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.AppStore|x86.Deploy.0 = AppStore|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|ARM.ActiveCfg = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|ARM.Build.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|ARM.Deploy.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhone.Build.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhone.Deploy.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x64.ActiveCfg = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x64.Build.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x64.Deploy.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x86.ActiveCfg = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x86.Build.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Debug|x86.Deploy.0 = Debug|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|Any CPU.ActiveCfg = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|Any CPU.Build.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|Any CPU.Deploy.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|ARM.ActiveCfg = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|ARM.Build.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|ARM.Deploy.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhone.ActiveCfg = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhone.Build.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhone.Deploy.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x64.ActiveCfg = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x64.Build.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x64.Deploy.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x86.ActiveCfg = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x86.Build.0 = Release|iPhone
|
||||
{6A579B08-685B-4DDD-81EA-D15B22CFE5B6}.Release|x86.Deploy.0 = Release|iPhone
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|ARM.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhone.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x64.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.AppStore|x86.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|ARM.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhone.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x64.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Debug|x86.Deploy.0 = Debug|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|ARM.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhone.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x64.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x64.Deploy.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x86.Build.0 = Release|Any CPU
|
||||
{DA7FB1AE-A0D7-40FB-B5A5-852E3A7B93F1}.Release|x86.Deploy.0 = Release|Any CPU
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|Any CPU.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|ARM.Build.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhone.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhone.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhone.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x64.Deploy.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x86.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x86.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Ad-Hoc|x86.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|Any CPU.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|Any CPU.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|Any CPU.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|ARM.ActiveCfg = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|ARM.Build.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|ARM.Deploy.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhone.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhone.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhone.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhoneSimulator.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x64.ActiveCfg = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x64.Build.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x64.Deploy.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x86.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x86.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.AppStore|x86.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|Any CPU.Deploy.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhone.ActiveCfg = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhone.Build.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhone.Deploy.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhoneSimulator.Build.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x64.Build.0 = Debug|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x86.Build.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|Any CPU.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|Any CPU.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|ARM.Build.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhone.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhone.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhone.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhoneSimulator.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|iPhoneSimulator.Deploy.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x64.ActiveCfg = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x64.Build.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x64.Deploy.0 = Release|x64
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x86.ActiveCfg = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x86.Build.0 = Release|x86
|
||||
{17A70047-76FD-485F-91E4-9D68A8490277}.Release|x86.Deploy.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,31 +0,0 @@
|
|||
using Xamarin.Forms;
|
||||
|
||||
namespace MapOverlay
|
||||
{
|
||||
public class App : Application
|
||||
{
|
||||
public static double ScreenHeight;
|
||||
public static double ScreenWidth;
|
||||
|
||||
public App ()
|
||||
{
|
||||
MainPage = new MapPage ();
|
||||
}
|
||||
|
||||
protected override void OnStart ()
|
||||
{
|
||||
// Handle when your app starts
|
||||
}
|
||||
|
||||
protected override void OnSleep ()
|
||||
{
|
||||
// Handle when your app sleeps
|
||||
}
|
||||
|
||||
protected override void OnResume ()
|
||||
{
|
||||
// Handle when your app resumes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
using Xamarin.Forms.Maps;
|
||||
|
||||
namespace MapOverlay
|
||||
{
|
||||
public class CustomCircle
|
||||
{
|
||||
public Position Position { get; set; }
|
||||
|
||||
public double Radius { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
using Xamarin.Forms.Maps;
|
||||
|
||||
namespace MapOverlay
|
||||
{
|
||||
public class CustomMap : Map
|
||||
{
|
||||
public CustomCircle Circle { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugType>full</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.396" />
|
||||
<PackageReference Include="Xamarin.Forms.Maps" Version="4.5.0.396" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="MapPage.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:local="clr-namespace:MapOverlay;assembly=MapOverlay"
|
||||
x:Class="MapOverlay.MapPage">
|
||||
<ContentPage.Content>
|
||||
<local:CustomMap x:Name="customMap" MapType="Street" WidthRequest="{x:Static local:App.ScreenWidth}" HeightRequest="{x:Static local:App.ScreenHeight}" />
|
||||
</ContentPage.Content>
|
||||
</ContentPage>
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче