Removed all platforms configurations except "Any CPU".

This commit is contained in:
ClemensF 2012-12-12 17:03:33 +01:00
parent 4867b04fca
commit f45ca78ddd
6 changed files with 21 additions and 310 deletions

View file

@ -104,7 +104,7 @@
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<map:Map x:Name="map" Center="53.5,8.2" MinZoomLevel="2" MaxZoomLevel="18" ZoomLevel="11"
MouseMove="MapMouseMove" MouseLeave="MapMouseLeave" Margin="0,-3,0,3">
MouseMove="MapMouseMove" MouseLeave="MapMouseLeave">
<map:MapGraticule Opacity="0.6"/>
<!-- use ItemTemplate or ItemContainerStyle alternatively -->