summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.WinRT.Tablet
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-03-08 11:30:34 +0000
committerGitHub <noreply@github.com>2017-03-08 11:30:34 +0000
commit04211b2ba30f86c63da2e6b310ad3934928aa64e (patch)
treecdc33c7c33ad3cdd188ef2be4ae0601f5beb4c88 /Xamarin.Forms.Maps.WinRT.Tablet
parent1ad18e33eb6b6ac02551d14d39f267968d044068 (diff)
downloadxamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.gz
xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.bz2
xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.zip
VSTS support (#803)
* Fix certs * Try fix build reference * Update to nuget 3.5 * Remove BingMapsSDK * Revert git ignore change
Diffstat (limited to 'Xamarin.Forms.Maps.WinRT.Tablet')
-rw-r--r--Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj b/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj
index d8c0c993..b2115521 100644
--- a/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj
+++ b/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj
@@ -150,6 +150,9 @@
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
+ <PropertyGroup>
+ <SDKReferenceDirectoryRoot>$(SolutionDir)\.\tools\BingMapsSdk;$(LocalAppData)\Microsoft SDKs;$(MSBuildProgramFiles32)\Microsoft SDKs</SDKReferenceDirectoryRoot>
+ </PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- 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.