2017-10-07 17:43:28 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" 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>
<ProjectGuid > {38B18AB6-6E70-4696-8FB4-E8C8E12BF50C}</ProjectGuid>
<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.WPF</AssemblyName>
2018-11-27 22:05:40 +01:00
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
2017-10-07 17:43:28 +02:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<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</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > none</DebugType>
<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</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
2018-12-09 17:14:32 +01:00
<PropertyGroup >
<SignAssembly > true</SignAssembly>
</PropertyGroup>
<PropertyGroup >
<AssemblyOriginatorKeyFile > ..\..\MapControl.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
2017-10-07 17:43:28 +02:00
<ItemGroup >
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
2018-11-28 00:55:42 +01:00
<Reference Include= "System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll</HintPath>
2017-10-07 17:43:28 +02:00
</Reference>
<Reference Include= "System.Xaml" />
<Reference Include= "WindowsBase" />
</ItemGroup>
<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" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\MapControl\WPF\MapControl.WPF.csproj" >
<Project > {a204a102-c745-4d65-aec8-7b96faedef2d}</Project>
<Name > MapControl.WPF</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
2018-12-09 17:14:32 +01:00
<None Include= "..\..\MapControl.snk" >
<Link > MapControl.snk</Link>
</None>
2017-10-07 17:43:28 +02:00
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-11-28 00:55:42 +01:00
<Import Project= "..\..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('..\..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets')" />
2017-10-07 17:43:28 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > 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}.</ErrorText>
</PropertyGroup>
2018-11-28 00:55:42 +01:00
<Error Condition= "!Exists('..\..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets'))" />
2017-10-07 17:43:28 +02:00
</Target>
</Project>