[Pkg-cli-apps-commits] [fsharp] 24/60: Fix project system build when VS 14 installed side by side with VS2013 (changeset 1304574)

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit e91de7ed05d7bd425906bab135d293763a30fdf5
Author: KevinRansom <kevinr at microsoft.com>
Date:   Wed Jul 23 22:32:40 2014 -0700

    Fix project system build when VS 14 installed side by side with VS2013 (changeset 1304574)
---
 vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ProjectSystem.fsproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ProjectSystem.fsproj b/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ProjectSystem.fsproj
index bfcd5a1..e7f6e48 100644
--- a/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ProjectSystem.fsproj
+++ b/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ProjectSystem.fsproj
@@ -93,7 +93,7 @@
     <Reference Include="System.Xaml" />
     <Reference Include="System.Xml" />
     <Reference Include="System.Xml.Linq" />
-    <Reference Include="Microsoft.VisualStudio.Shell.UI.Internal" />
+    <Reference Include="Microsoft.VisualStudio.Shell.UI.Internal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     <ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.LanguageService.Compiler\FSharp.LanguageService.Compiler.fsproj">
       <Project>{a437a6ec-5323-47c2-8f86-e2cac54ff152}</Project>
       <Name>FSharp.LanguageService.Compiler</Name>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list