Unable to open VSVim project

I have a clean install of Visual Studio 2010 with C # and F # installed, and I get the following error when I try to open a solution cloned from github.

D: \ projects \ VsVim \ VsVim \ VsVim.csproj: Error: Project file 'D: \ Projects \ VsVim \ VsVim \ VsVim.csproj' could not be opened.

The project type is not supported by this setting.

Is there a way to get more information about what exactly am I missing to install the components?

+3
source share
2 answers

You probably need to install the Visual Studio 2010 SDK .

+3
source

, Visual Studio SDK. VsVim ( README.txt ).

  • SDK Visual Studio
  • script Populate-References.ps1
  • .
+2

Source: https://habr.com/ru/post/1787878/


All Articles