From b8fbc5d9e51283ddf952d6eea30e4e24e79624a9 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Tue, 8 Jul 2014 16:37:46 -0700 Subject: Build VS Extension for both VS 2012 and VS 2013. Currently builds only in VS 2012. To build in VS 2013, change MinimumVisualStudioVersion from 11.0 to 12.0 in these two .csproj files. --- Source/DafnyMenu/DafnyMenu.csproj | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'Source/DafnyMenu') diff --git a/Source/DafnyMenu/DafnyMenu.csproj b/Source/DafnyMenu/DafnyMenu.csproj index a7679e04..503b3d0c 100644 --- a/Source/DafnyMenu/DafnyMenu.csproj +++ b/Source/DafnyMenu/DafnyMenu.csproj @@ -5,6 +5,11 @@ 11.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + 4.0 @@ -56,23 +61,23 @@ - - - - - - - - - True - - - - - - - - + + + + + + + + + + + + + + + + + -- cgit v1.2.3