2017-10-07 17:43:28 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<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>{DCC111E9-EC8B-492A-A09D-DF390D83AE8D}</ProjectGuid>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
<RootNamespace>MapControl.MBTiles</RootNamespace>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<AssemblyName>MBTiles.UWP</AssemblyName>
|
|
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
2019-07-11 00:35:04 +02:00
|
|
|
|
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
|
2018-12-14 18:37:21 +01:00
|
|
|
|
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
|
2017-10-07 17:43:28 +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-10-07 17:43:28 +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>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<DebugType>none</DebugType>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2017-10-07 17:43:28 +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-10-07 17:43:28 +02:00
|
|
|
|
<ItemGroup>
|
2018-08-15 23:29:03 +02:00
|
|
|
|
<Compile Include="..\Shared\MBTileData.cs">
|
|
|
|
|
|
<Link>MBTileData.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<Compile Include="..\Shared\MBTileLayer.cs">
|
|
|
|
|
|
<Link>MBTileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
2018-08-15 23:29:03 +02:00
|
|
|
|
<Compile Include="..\Shared\MBTileSource.cs">
|
|
|
|
|
|
<Link>MBTileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<EmbeddedResource Include="Properties\MBTiles.UWP.rd.xml" />
|
|
|
|
|
|
</ItemGroup>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
2019-04-05 19:13:58 +02:00
|
|
|
|
<Version>6.2.8</Version>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
</PackageReference>
|
2019-07-22 23:58:10 +02:00
|
|
|
|
<PackageReference Include="System.Data.SQLite.Core">
|
|
|
|
|
|
<Version>1.0.111</Version>
|
|
|
|
|
|
</PackageReference>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\MapControl.snk">
|
|
|
|
|
|
<Link>MapControl.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\MapControl\UWP\MapControl.UWP.csproj">
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<Project>{9545f73c-9c35-4cf6-baae-19a0baebd344}</Project>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<Name>MapControl.UWP</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
|
</PropertyGroup>
|
2017-10-22 22:34:44 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
2017-10-07 17:43:28 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
|
</Project>
|