From 3a0e3bd2260f71228648c2b009e452af573d6f80 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Mon, 18 Jan 2021 19:45:02 +0100 Subject: [PATCH] Renamed BindingHelper --- MapControl/Shared/{PropertyHelper.cs => BindingHelper.cs} | 0 MapControl/UWP/MapControl.UWP.csproj | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename MapControl/Shared/{PropertyHelper.cs => BindingHelper.cs} (100%) diff --git a/MapControl/Shared/PropertyHelper.cs b/MapControl/Shared/BindingHelper.cs similarity index 100% rename from MapControl/Shared/PropertyHelper.cs rename to MapControl/Shared/BindingHelper.cs diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj index 1304e466..fb26acae 100644 --- a/MapControl/UWP/MapControl.UWP.csproj +++ b/MapControl/UWP/MapControl.UWP.csproj @@ -50,6 +50,9 @@ AzimuthalProjection.cs + + BindingHelper.cs + BingMapsTileLayer.cs @@ -131,9 +134,6 @@ OrthographicProjection.cs - - PropertyHelper.cs - StereographicProjection.cs