mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
156 lines
6.5 KiB
XML
156 lines
6.5 KiB
XML
<?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>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>..\MapControl.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<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" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AzimuthalEquidistantProjection.cs" />
|
|
<Compile Include="AzimuthalProjection.cs" />
|
|
<Compile Include="BingMapsTileLayer.cs" />
|
|
<Compile Include="BingMapsTileSource.cs" />
|
|
<Compile Include="BoundingBox.cs" />
|
|
<Compile Include="BoundingBoxConverter.cs" />
|
|
<Compile Include="CenteredBoundingBox.cs" />
|
|
<Compile Include="EquirectangularProjection.cs" />
|
|
<Compile Include="Extensions.Silverlight.cs" />
|
|
<Compile Include="GnomonicProjection.cs" />
|
|
<Compile Include="HyperlinkText.cs" />
|
|
<Compile Include="ImageTileSource.Silverlight.WinRT.cs" />
|
|
<Compile Include="Location.cs" />
|
|
<Compile Include="LocationCollection.cs" />
|
|
<Compile Include="LocationCollectionConverter.cs" />
|
|
<Compile Include="LocationConverter.cs" />
|
|
<Compile Include="Map.Silverlight.cs" />
|
|
<Compile Include="MapBase.cs" />
|
|
<Compile Include="MapBase.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapImageLayer.cs" />
|
|
<Compile Include="MapImageLayer.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapGraticule.cs" />
|
|
<Compile Include="MapGraticule.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapItem.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapItemsControl.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapOverlay.cs" />
|
|
<Compile Include="MapOverlay.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapPanel.cs" />
|
|
<Compile Include="MapPanel.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapPath.cs" />
|
|
<Compile Include="MapPath.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapPolyline.cs" />
|
|
<Compile Include="MapPolyline.Silverlight.WinRT.cs" />
|
|
<Compile Include="MapProjection.cs" />
|
|
<Compile Include="MapTileLayer.cs" />
|
|
<Compile Include="MatrixEx.Silverlight.WinRT.cs" />
|
|
<Compile Include="OrthographicProjection.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Pushpin.Silverlight.WinRT.cs" />
|
|
<Compile Include="StereographicProjection.cs" />
|
|
<Compile Include="Tile.cs" />
|
|
<Compile Include="Tile.Silverlight.WinRT.cs" />
|
|
<Compile Include="TileGrid.cs" />
|
|
<Compile Include="TileImageLoader.Silverlight.cs" />
|
|
<Compile Include="MapTileLayer.Silverlight.WinRT.cs" />
|
|
<Compile Include="TileSource.cs" />
|
|
<Compile Include="TileSourceConverter.cs" />
|
|
<Compile Include="ViewportChangedEventArgs.cs" />
|
|
<Compile Include="WebMercatorProjection.cs" />
|
|
<Compile Include="WmsImageLayer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Themes\Generic.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\MapControl.snk">
|
|
<Link>MapControl.snk</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<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> |