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">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{EB133B78-DEFF-416A-8F0C-89E54D766576}</ProjectGuid>
|
|
|
|
|
|
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>MapControl</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MapControl.Silverlight</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
|
|
|
|
|
|
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
|
|
|
|
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
|
|
|
|
<SilverlightApplication>false</SilverlightApplication>
|
|
|
|
|
|
<ValidateXaml>true</ValidateXaml>
|
|
|
|
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<!-- This property group is only here to support building this project using the
|
|
|
|
|
|
MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
|
|
|
|
|
|
to set the TargetFrameworkVersion to v3.5 -->
|
|
|
|
|
|
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
|
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
|
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
|
</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>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
|
<Reference Include="System.Windows" />
|
|
|
|
|
|
<Reference Include="system" />
|
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<HintPath>$(TargetFrameworkDirectory)System.Core.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Net" />
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="BingMapsTileLayer.cs" />
|
|
|
|
|
|
<Compile Include="BingMapsTileSource.cs" />
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="Extensions.Silverlight.cs" />
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="HyperlinkText.cs" />
|
2014-10-30 16:27:36 +01:00
|
|
|
|
<Compile Include="ImageTileSource.Silverlight.WinRT.cs" />
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="IMapElement.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="Int32Rect.cs" />
|
2014-11-19 21:11:14 +01:00
|
|
|
|
<Compile Include="ITileImageLoader.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="Location.cs" />
|
|
|
|
|
|
<Compile Include="LocationCollection.cs" />
|
|
|
|
|
|
<Compile Include="LocationCollectionConverter.cs" />
|
|
|
|
|
|
<Compile Include="LocationConverter.cs" />
|
2013-05-07 18:12:25 +02:00
|
|
|
|
<Compile Include="Map.Silverlight.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="MapBase.cs" />
|
|
|
|
|
|
<Compile Include="MapBase.Silverlight.WinRT.cs" />
|
|
|
|
|
|
<Compile Include="MapGraticule.cs" />
|
|
|
|
|
|
<Compile Include="MapGraticule.Silverlight.WinRT.cs" />
|
2013-04-12 19:59:16 +02:00
|
|
|
|
<Compile Include="MapImage.cs" />
|
2014-04-05 14:53:58 +02:00
|
|
|
|
<Compile Include="MapImageLayer.cs" />
|
|
|
|
|
|
<Compile Include="MapImageLayer.Silverlight.WinRT.cs" />
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="MapItem.Silverlight.WinRT.cs" />
|
|
|
|
|
|
<Compile Include="MapItemsControl.Silverlight.WinRT.cs" />
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="MapOverlay.cs" />
|
|
|
|
|
|
<Compile Include="MapOverlay.Silverlight.WinRT.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="MapPanel.cs" />
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="MapPanel.Silverlight.WinRT.cs" />
|
2013-05-25 08:53:50 +02:00
|
|
|
|
<Compile Include="MapPath.cs" />
|
2013-11-05 18:00:03 +01:00
|
|
|
|
<Compile Include="MapPath.Silverlight.WinRT.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="MapPolyline.cs" />
|
2013-02-12 19:30:58 +01:00
|
|
|
|
<Compile Include="MapPolyline.Silverlight.WinRT.cs" />
|
2013-11-05 18:00:03 +01:00
|
|
|
|
<Compile Include="MapRectangle.cs" />
|
2014-10-19 21:50:23 +02:00
|
|
|
|
<Compile Include="MapRectangle.Silverlight.WinRT.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="MapTransform.cs" />
|
2014-10-30 16:27:36 +01:00
|
|
|
|
<Compile Include="MatrixEx.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="MercatorTransform.cs" />
|
2014-07-01 18:57:44 +02:00
|
|
|
|
<Compile Include="PanelBase.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2012-11-23 16:16:09 +01:00
|
|
|
|
<Compile Include="Pushpin.Silverlight.WinRT.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="Tile.cs" />
|
|
|
|
|
|
<Compile Include="Tile.Silverlight.WinRT.cs" />
|
2014-07-09 21:27:28 +02:00
|
|
|
|
<Compile Include="TileImageLoader.Silverlight.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="TileLayer.cs" />
|
2014-11-19 21:11:14 +01:00
|
|
|
|
<Compile Include="TileLayer.Silverlight.WinRT.cs" />
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Compile Include="TileLayerCollection.cs" />
|
|
|
|
|
|
<Compile Include="TileSource.cs" />
|
|
|
|
|
|
<Compile Include="TileSourceConverter.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Include="Themes\Generic.xaml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
</ItemGroup>
|
2013-11-05 18:00:03 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\MapControl.snk">
|
|
|
|
|
|
<Link>MapControl.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2012-11-22 21:42:29 +01:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
|
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
|
|
|
<SilverlightProjectProperties />
|
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
|
<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>
|