2012-11-22 21:42:29 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="4.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>{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>
|
|
|
|
|
|
<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</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\bin\ARM\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
|
|
|
|
<OutputPath>..\bin\ARM\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
|
<OutputPath>..\bin\x64\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\bin\x86\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINRT</DefineConstants>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
|
<OutputPath>..\bin\x86\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINRT</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\AnimationEx.WinRT.cs">
|
|
|
|
|
|
<Link>AnimationEx.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Int32Rect.cs">
|
|
|
|
|
|
<Link>Int32Rect.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Location.cs">
|
|
|
|
|
|
<Link>Location.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\LocationCollection.cs">
|
|
|
|
|
|
<Link>LocationCollection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Map.cs">
|
|
|
|
|
|
<Link>Map.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>
|
|
|
|
|
|
<Compile Include="..\MapItem.cs">
|
|
|
|
|
|
<Link>MapItem.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\MapItem.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapItem.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapItemsControl.cs">
|
|
|
|
|
|
<Link>MapItemsControl.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\MapItemsControl.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapItemsControl.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapOverlay.cs">
|
|
|
|
|
|
<Link>MapOverlay.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapOverlay.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>MapOverlay.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<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>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="..\MapPolyline.cs">
|
|
|
|
|
|
<Link>MapPolyline.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapPolyline.WinRT.cs">
|
|
|
|
|
|
<Link>MapPolyline.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MapTransform.cs">
|
|
|
|
|
|
<Link>MapTransform.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MatrixEx.cs">
|
|
|
|
|
|
<Link>MatrixEx.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\MercatorTransform.cs">
|
|
|
|
|
|
<Link>MercatorTransform.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Pushpin.cs">
|
|
|
|
|
|
<Link>Pushpin.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="..\Pushpin.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>Pushpin.Silverlight.WinRT.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>
|
|
|
|
|
|
<Compile Include="..\TileImageLoader.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>TileImageLoader.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileLayer.cs">
|
|
|
|
|
|
<Link>TileLayer.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileLayer.Silverlight.WinRT.cs">
|
|
|
|
|
|
<Link>TileLayer.Silverlight.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileLayerCollection.cs">
|
|
|
|
|
|
<Link>TileLayerCollection.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TileSource.cs">
|
|
|
|
|
|
<Link>TileSource.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\TransformEx.WinRT.cs">
|
|
|
|
|
|
<Link>TransformEx.WinRT.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Include="Themes\Generic.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' ">
|
|
|
|
|
|
<VisualStudioVersion>11.0</VisualStudioVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
|
<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>
|