2012-11-22 21:42:29 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-22 18:18:47 +02:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-11-22 21:42:29 +01: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>
|
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{63CEFDF7-5170-43B6-86F8-5C4A383A1615}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>MapControl</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MapControl.WinRT</AssemblyName>
|
|
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2014-06-11 23:03:13 +02:00
|
|
|
|
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<TargetFrameworkProfile>Profile32</TargetFrameworkProfile>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS_RUNTIME</DefineConstants>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2013-01-03 17:07:59 +01:00
|
|
|
|
<DebugType>none</DebugType>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<DefineConstants>TRACE;WINDOWS_RUNTIME</DefineConstants>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="..\BingMapsTileLayer.cs">
|
|
|
|
|
|
<Link>BingMapsTileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\BingMapsTileSource.cs">
|
|
|
|
|
|
<Link>BingMapsTileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="..\Extensions.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>Extensions.Silverlight.WinRT.cs</Link>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</Compile>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="..\Extensions.WinRT.cs">
|
|
|
|
|
|
<Link>Extensions.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="..\HyperlinkText.cs">
|
|
|
|
|
|
<Link>HyperlinkText.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-09 21:27:28 +02:00
|
|
|
|
<Compile Include="..\ImageFileCache.WinRT.cs">
|
|
|
|
|
|
<Link>ImageFileCache.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="..\ImageTileSource.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>ImageTileSource.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\IMapElement.cs">
|
|
|
|
|
|
<Link>IMapElement.cs</Link>
|
2013-10-13 16:32:51 +02:00
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\Int32Rect.cs">
|
|
|
|
|
|
<Link>Int32Rect.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-09 21:27:28 +02:00
|
|
|
|
<Compile Include="..\IObjectCache.WinRT.cs">
|
|
|
|
|
|
<Link>IObjectCache.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\Location.cs">
|
|
|
|
|
|
<Link>Location.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\LocationCollection.cs">
|
|
|
|
|
|
<Link>LocationCollection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Map.WinRT.cs">
|
|
|
|
|
|
<Link>Map.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapBase.cs">
|
|
|
|
|
|
<Link>MapBase.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapBase.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapBase.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapGraticule.cs">
|
|
|
|
|
|
<Link>MapGraticule.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapGraticule.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapGraticule.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2013-04-12 19:59:16 +02:00
|
|
|
|
<Compile Include="..\MapImage.cs">
|
|
|
|
|
|
<Link>MapImage.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-04-05 14:53:58 +02:00
|
|
|
|
<Compile Include="..\MapImageLayer.cs">
|
|
|
|
|
|
<Link>MapImageLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapImageLayer.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapImageLayer.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\MapItem.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapItem.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapItemsControl.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapItemsControl.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="..\MapOverlay.cs">
|
|
|
|
|
|
<Link>MapOverlay.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapOverlay.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapOverlay.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapPanel.cs">
|
|
|
|
|
|
<Link>MapPanel.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\MapPanel.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapPanel.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2013-05-25 08:53:50 +02:00
|
|
|
|
<Compile Include="..\MapPath.cs">
|
|
|
|
|
|
<Link>MapPath.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapPath.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapPath.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapPolyline.cs">
|
|
|
|
|
|
<Link>MapPolyline.cs</Link>
|
|
|
|
|
|
</Compile>
|
2013-02-12 19:30:58 +01:00
|
|
|
|
<Compile Include="..\MapPolyline.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapPolyline.Silverlight.WinRT.cs</Link>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</Compile>
|
2013-04-12 19:59:16 +02:00
|
|
|
|
<Compile Include="..\MapRectangle.cs">
|
|
|
|
|
|
<Link>MapRectangle.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="..\MapRectangle.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapRectangle.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapTransform.cs">
|
|
|
|
|
|
<Link>MapTransform.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MercatorTransform.cs">
|
|
|
|
|
|
<Link>MercatorTransform.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="..\PanelBase.cs">
|
|
|
|
|
|
<Link>PanelBase.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\Pushpin.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>Pushpin.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="..\Settings.cs">
|
|
|
|
|
|
<Link>Settings.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\Tile.cs">
|
|
|
|
|
|
<Link>Tile.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Tile.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>Tile.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileContainer.cs">
|
|
|
|
|
|
<Link>TileContainer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileContainer.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>TileContainer.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2014-07-09 21:27:28 +02:00
|
|
|
|
<Compile Include="..\TileImageLoader.WinRT.cs">
|
|
|
|
|
|
<Link>TileImageLoader.WinRT.cs</Link>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileLayer.cs">
|
|
|
|
|
|
<Link>TileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileLayerCollection.cs">
|
|
|
|
|
|
<Link>TileLayerCollection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileSource.cs">
|
|
|
|
|
|
<Link>TileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2013-11-05 18:00:03 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\MapControl.snk">
|
|
|
|
|
|
<Link>MapControl.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<TargetPlatform Include="Windows, Version=8.1" />
|
|
|
|
|
|
<TargetPlatform Include="WindowsPhoneApp, Version=8.1" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Include="Themes\Generic.xaml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</Page>
|
|
|
|
|
|
</ItemGroup>
|
2013-10-22 18:18:47 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' ">
|
|
|
|
|
|
<VisualStudioVersion>12.0</VisualStudioVersion>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
|
</PropertyGroup>
|
2013-11-05 18:00:03 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<!-- 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>
|