From e13063cbd4f15f3a58eb7a50d3d3b3f490ac9f20 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Mon, 28 Mar 2016 14:07:18 -0600 Subject: Update design projects to reference the correct DLL on multi-VS systems Makes the references to Microsoft.Windows.Design.Extensibility version-specific, so that in systems with muliple versions of that library available (e.g., with multiple VS versions installed) the projects find the correct DLL --- Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Xamarin.Forms.Xaml.Design') diff --git a/Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj b/Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj index de727cb0..88cd2112 100644 --- a/Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj +++ b/Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj @@ -32,10 +32,8 @@ 4 - - False - ..\lib\Microsoft.Windows.Design.Extensibility.dll - False + + True -- cgit v1.2.3