2017-08-04 21:38:58 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<ProjectGuid>{9545F73C-9C35-4CF6-BAAE-19A0BAEBD344}</ProjectGuid>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>MapControl</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MapControl.UWP</AssemblyName>
|
|
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
2018-02-19 21:43:59 +01:00
|
|
|
|
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.10586.0</TargetPlatformVersion>
|
|
|
|
|
|
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
|
|
|
|
</PropertyGroup>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\Shared\AzimuthalEquidistantProjection.cs">
|
|
|
|
|
|
<Link>AzimuthalEquidistantProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\AzimuthalProjection.cs">
|
|
|
|
|
|
<Link>AzimuthalProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\BingMapsTileLayer.cs">
|
|
|
|
|
|
<Link>BingMapsTileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\BingMapsTileSource.cs">
|
|
|
|
|
|
<Link>BingMapsTileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\BoundingBox.cs">
|
|
|
|
|
|
<Link>BoundingBox.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\CenteredBoundingBox.cs">
|
|
|
|
|
|
<Link>CenteredBoundingBox.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\EquirectangularProjection.cs">
|
|
|
|
|
|
<Link>EquirectangularProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\GnomonicProjection.cs">
|
|
|
|
|
|
<Link>GnomonicProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\HyperlinkText.cs">
|
|
|
|
|
|
<Link>HyperlinkText.cs</Link>
|
|
|
|
|
|
</Compile>
|
2018-02-11 19:46:31 +01:00
|
|
|
|
<Compile Include="..\Shared\Intersections.cs">
|
|
|
|
|
|
<Link>Intersections.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\Location.cs">
|
|
|
|
|
|
<Link>Location.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\LocationCollection.cs">
|
|
|
|
|
|
<Link>LocationCollection.cs</Link>
|
|
|
|
|
|
</Compile>
|
2018-02-11 19:46:31 +01:00
|
|
|
|
<Compile Include="..\Shared\LocationEx.cs">
|
|
|
|
|
|
<Link>LocationEx.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\MapBase.cs">
|
|
|
|
|
|
<Link>MapBase.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\MapGraticule.cs">
|
|
|
|
|
|
<Link>MapGraticule.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\MapImageLayer.cs">
|
|
|
|
|
|
<Link>MapImageLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-09-05 20:57:17 +02:00
|
|
|
|
<Compile Include="..\Shared\MapItemsControl.cs">
|
|
|
|
|
|
<Link>MapItemsControl.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\MapOverlay.cs">
|
|
|
|
|
|
<Link>MapOverlay.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\MapPanel.cs">
|
|
|
|
|
|
<Link>MapPanel.cs</Link>
|
|
|
|
|
|
</Compile>
|
2018-04-10 22:34:34 +02:00
|
|
|
|
<Compile Include="..\Shared\MapPolygon.cs">
|
|
|
|
|
|
<Link>MapPolygon.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\MapPolyline.cs">
|
|
|
|
|
|
<Link>MapPolyline.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\MapProjection.cs">
|
|
|
|
|
|
<Link>MapProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-23 23:33:27 +02:00
|
|
|
|
<Compile Include="..\Shared\MapScale.cs">
|
|
|
|
|
|
<Link>MapScale.cs</Link>
|
|
|
|
|
|
</Compile>
|
2018-02-09 17:43:47 +01:00
|
|
|
|
<Compile Include="..\Shared\MapShape.cs">
|
|
|
|
|
|
<Link>MapShape.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\MapTileLayer.cs">
|
|
|
|
|
|
<Link>MapTileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\OrthographicProjection.cs">
|
|
|
|
|
|
<Link>OrthographicProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-09-05 20:57:17 +02:00
|
|
|
|
<Compile Include="..\Shared\Pushpin.cs">
|
|
|
|
|
|
<Link>Pushpin.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="..\Shared\StereographicProjection.cs">
|
|
|
|
|
|
<Link>StereographicProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\Tile.cs">
|
|
|
|
|
|
<Link>Tile.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\TileGrid.cs">
|
|
|
|
|
|
<Link>TileGrid.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\TileImageLoader.cs">
|
|
|
|
|
|
<Link>TileImageLoader.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\TileSource.cs">
|
|
|
|
|
|
<Link>TileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\ViewportChangedEventArgs.cs">
|
|
|
|
|
|
<Link>ViewportChangedEventArgs.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\WebMercatorProjection.cs">
|
|
|
|
|
|
<Link>WebMercatorProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\WmsImageLayer.cs">
|
|
|
|
|
|
<Link>WmsImageLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-10-27 17:15:18 +02:00
|
|
|
|
<Compile Include="..\Shared\WorldMercatorProjection.cs">
|
|
|
|
|
|
<Link>WorldMercatorProjection.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="Extensions.UWP.cs" />
|
|
|
|
|
|
<Compile Include="ImageCache.UWP.cs" />
|
|
|
|
|
|
<Compile Include="ImageFileCache.UWP.cs" />
|
|
|
|
|
|
<Compile Include="Map.UWP.cs" />
|
|
|
|
|
|
<Compile Include="MapBase.UWP.cs" />
|
|
|
|
|
|
<Compile Include="MapGraticule.UWP.cs" />
|
|
|
|
|
|
<Compile Include="MapOverlay.UWP.cs" />
|
|
|
|
|
|
<Compile Include="MapPanel.UWP.cs" />
|
2018-02-09 17:43:47 +01:00
|
|
|
|
<Compile Include="MapShape.UWP.cs" />
|
2018-03-06 22:22:58 +01:00
|
|
|
|
<Compile Include="Matrix.UWP.cs" />
|
|
|
|
|
|
<Compile Include="Point.UWP.cs" />
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Tile.UWP.cs" />
|
|
|
|
|
|
<Compile Include="TileImageLoader.UWP.cs" />
|
2017-10-27 17:15:18 +02:00
|
|
|
|
<Compile Include="ImageLoader.UWP.cs" />
|
2018-03-07 22:19:16 +01:00
|
|
|
|
<Compile Include="Vector.UWP.cs" />
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\MapControl.UWP.rd.xml" />
|
|
|
|
|
|
</ItemGroup>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
2018-06-26 17:41:05 +02:00
|
|
|
|
<Version>6.1.5</Version>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\MapControl.snk">
|
|
|
|
|
|
<Link>MapControl.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup />
|
2017-08-04 21:38:58 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Include="Themes\Generic.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|