2016-03-22 23:02:25 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.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>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{E5C4698D-FB57-4EEC-98C0-89E620F6920A}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Xamarin.Forms.Maps.WinRT</RootNamespace>
|
|
|
|
|
<AssemblyName>Xamarin.Forms.Maps.WinRT.Tablet</AssemblyName>
|
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
|
|
|
|
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\ARM\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
2016-04-12 21:44:30 +03:00
|
|
|
|
<NoWarn>
|
|
|
|
|
</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
|
|
|
<OutputPath>bin\ARM\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
2016-04-12 21:44:30 +03:00
|
|
|
|
<NoWarn>
|
|
|
|
|
</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<NoWarn>2008;4014</NoWarn>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-04-06 20:32:29 +03:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-03-22 23:02:25 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
|
|
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
|
|
|
|
|
<Project>{57b8b73d-c3b5-4c42-869e-7b2f17d354ac}</Project>
|
|
|
|
|
<Name>Xamarin.Forms.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Xamarin.Forms.Maps\Xamarin.Forms.Maps.csproj">
|
|
|
|
|
<Project>{7d13bac2-c6a4-416a-b07e-c169b199e52b}</Project>
|
|
|
|
|
<Name>Xamarin.Forms.Maps</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform.WinRT.Tablet\Xamarin.Forms.Platform.WinRT.Tablet.csproj">
|
|
|
|
|
<Project>{d3f9265a-30ac-43e8-a3eb-59bb76d2d0bf}</Project>
|
|
|
|
|
<Name>Xamarin.Forms.Platform.WinRT.Tablet</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform.WinRT\Xamarin.Forms.Platform.WinRT.csproj">
|
|
|
|
|
<Project>{f3fdd7ac-8899-4e41-bfd7-ec83403e736d}</Project>
|
|
|
|
|
<Name>Xamarin.Forms.Platform.WinRT</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\Xamarin.Forms.Maps.UWP\FormsMaps.cs">
|
|
|
|
|
<Link>FormsMaps.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GeocoderBackend.cs" />
|
|
|
|
|
<Compile Include="MapRenderer.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<SDKReference Include="Bing.Maps.Xaml, Version=1.313.0825.0">
|
|
|
|
|
<Name>Bing Maps for C#, C++, or Visual Basic</Name>
|
|
|
|
|
</SDKReference>
|
|
|
|
|
<SDKReference Include="Microsoft.VCLibs, version=12.0">
|
|
|
|
|
<Name>Microsoft Visual C++ 2013 Runtime Package for Windows</Name>
|
|
|
|
|
</SDKReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' ">
|
|
|
|
|
<VisualStudioVersion>12.0</VisualStudioVersion>
|
|
|
|
|
</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>
|